#EA6587

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

Shades of Deep Blush #EA6587

Tints of Deep Blush #EA6587

Color information

#EA6587 (or 0xEA6587) is unknown color: approx Deep Blush. HEX triplet: EA, 65 and 87. RGB value is (234,101,135). Sum of RGB (Red+Green+Blue) = 234+101+135=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6587 is #159A78. Grayscale: #909090. Windows color (decimal): -1415801 or 8873450. OLE color: 8873450.

HSL color Cylindrical-coordinate representation of color #EA6587: hue angle of 344.66º 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 #EA6587 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234101135-
CMYK00.570.420.08
HSL344.66º76%65.69%-
HSV(B)344.66º56.84%91.76%-
XYZ42.9628.5526.17-
YUV144.64122.56191.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=49.79%
G=21.49%
B=28.72%

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
Decimal23410113500.570.420.08344.667665.69
HexEA65870392A81594c42
Octal3521452070715210531114102
Binary111010101100101100001110111001101010100010101100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6587; }

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

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

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

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

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

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

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

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