#EA6588

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

Shades of Deep Blush #EA6588

Tints of Deep Blush #EA6588

Color information

#EA6588 (or 0xEA6588) is unknown color: approx Deep Blush. HEX triplet: EA, 65 and 88. RGB value is (234,101,136). Sum of RGB (Red+Green+Blue) = 234+101+136=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6588 is #159A77. Grayscale: #909090. Windows color (decimal): -1415800 or 8938986. OLE color: 8938986.

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

Color convert

RGB234101136-
CMYK00.570.420.08
HSL344.21º76%65.69%-
HSV(B)344.21º56.84%91.76%-
XYZ43.0328.5826.54-
YUV144.76123.06191.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=49.68%
G=21.44%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410113600.570.420.08344.217665.69
HexEA65880392A81584c42
Octal3521452100715210530114102
Binary111010101100101100010000111001101010100010101100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6588; }

 p { color: rgb(234,101,136); }

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

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

 a { background-color: rgb(234,101,136); }

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

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

 span { border-color: rgb(234,101,136); }

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