#EA6686

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

Shades of Deep Blush #EA6686

Tints of Deep Blush #EA6686

Color information

#EA6686 (or 0xEA6686) is unknown color: approx Deep Blush. HEX triplet: EA, 66 and 86. RGB value is (234,102,134). Sum of RGB (Red+Green+Blue) = 234+102+134=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6686 is #159979. Grayscale: #919191. Windows color (decimal): -1415546 or 8808170. OLE color: 8808170.

HSL color Cylindrical-coordinate representation of color #EA6686: hue angle of 345.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6686 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234102134-
CMYK00.560.430.08
HSL345.45º75.86%65.88%-
HSV(B)345.45º56.41%91.76%-
XYZ42.9928.7225.83-
YUV145.12121.73191.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=49.79%
G=21.70%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410213400.560.430.08345.4575.8665.88
HexEA66860382B81594c42
Octal3521462060705310531114102
Binary111010101100110100001100111000101011100010101100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6686; }

 p { color: rgb(234,102,134); }

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

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

 a { background-color: rgb(234,102,134); }

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

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

 span { border-color: rgb(234,102,134); }

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