#EA7985

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

Shades of Deep Blush #EA7985

Tints of Deep Blush #EA7985

Color information

#EA7985 (or 0xEA7985) is unknown color: approx Deep Blush. HEX triplet: EA, 79 and 85. RGB value is (234,121,133). Sum of RGB (Red+Green+Blue) = 234+121+133=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7985 is #15867A. Grayscale: #9C9C9C. Windows color (decimal): -1410683 or 8747498. OLE color: 8747498.

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

Color convert

RGB234121133-
CMYK00.480.430.08
HSL353.63º72.9%69.61%-
HSV(B)353.63º48.29%91.76%-
XYZ4532.8626.16-
YUV156.16114.94183.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=47.95%
G=24.80%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412113300.480.430.08353.6372.969.61
HexEA79850302B81624946
Octal3521712050605310542111106
Binary111010101111001100001010110000101011100010110001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7985; }

 p { color: rgb(234,121,133); }

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

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

 a { background-color: rgb(234,121,133); }

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

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

 span { border-color: rgb(234,121,133); }

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