#EA7889

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

Shades of Deep Blush #EA7889

Tints of Deep Blush #EA7889

Color information

#EA7889 (or 0xEA7889) is unknown color: approx Deep Blush. HEX triplet: EA, 78 and 89. RGB value is (234,120,137). Sum of RGB (Red+Green+Blue) = 234+120+137=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7889 is #158776. Grayscale: #9C9C9C. Windows color (decimal): -1410935 or 9009386. OLE color: 9009386.

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

Color convert

RGB234120137-
CMYK00.490.410.08
HSL351.05º73.08%69.41%-
HSV(B)351.05º48.72%91.76%-
XYZ45.1632.7327.6-
YUV156.02117.27183.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=47.66%
G=24.44%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412013700.490.410.08351.0573.0869.41
HexEA788903129815f4945
Octal3521702110615110537111105
Binary111010101111000100010010110001101001100010101111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7889; }

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

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

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

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

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

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

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

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