#EA7589

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

Shades of Deep Blush #EA7589

Tints of Deep Blush #EA7589

Color information

#EA7589 (or 0xEA7589) is unknown color: approx Deep Blush. HEX triplet: EA, 75 and 89. RGB value is (234,117,137). Sum of RGB (Red+Green+Blue) = 234+117+137=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7589 is #158A76. Grayscale: #9A9A9A. Windows color (decimal): -1411703 or 9008618. OLE color: 9008618.

HSL color Cylindrical-coordinate representation of color #EA7589: hue angle of 349.74º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7589 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234117137-
CMYK00.50.410.08
HSL349.74º73.58%68.82%-
HSV(B)349.74º50%91.76%-
XYZ44.8132.0227.49-
YUV154.26118.26184.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=47.95%
G=23.98%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411713700.50.410.08349.7473.5868.82
HexEA758903229815e4a45
Octal3521652110625110536112105
Binary111010101110101100010010110010101001100010101111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7589; }

 p { color: rgb(234,117,137); }

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

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

 a { background-color: rgb(234,117,137); }

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

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

 span { border-color: rgb(234,117,137); }

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