#ea6a8c

Color #EA6A8C Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EA6A8C

Tints of Deep Blush #EA6A8C

Color information

#EA6A8C (or 0xEA6A8C) is unknown color: approx Deep Blush. HEX triplet: EA, 6A and 8C. RGB value is (234,106,140). Sum of RGB (Red+Green+Blue) = 234+106+140=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6A8C is #159573. Grayscale: #949494. Windows color (decimal): -1414516 or 9202410. OLE color: 9202410.

HSL color Cylindrical-coordinate representation of color #EA6A8C: hue angle of 344.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6A8C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234106140-
CMYK00.550.400.08
HSL344.06º75.29%66.67%-
HSV(B)344.06º54.7%91.76%-
XYZ43.8229.6928.23-
YUV148.15123.41189.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=48.75%
G=22.08%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410614000.550.400.08344.0675.2966.67
HexEA6A8C0372881584b43
Octal3521522140675010530113103
Binary111010101101010100011000110111101000100010101100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6a8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6a8c; }

 p { color: rgb(234,106,140); }

 H1.HeaderClassName
 {
   color: #ea6a8c;
 }
 .AnyTagClassName
 {
   color: #ea6a8c;
 }
</style>
background-color css

<style>
 a { background-color: #ea6a8c; }

 a { background-color: rgb(234,106,140); }

 div.DivClassName
 {
   background-color: #ea6a8c;
 }
 .BgClassName
 {
   background-color: #ea6a8c;
 }
</style>
border-color css

<style>
 span { border-color: #ea6a8c; }

 span { border-color: rgb(234,106,140); }

 td.TdClassName
 {
   border-color: #ea6a8c;
 }
 .TagClassName
 {
   border-color: #ea6a8c;
 }
</style>