#EA8884

Color #EA8884 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #EA8884

Tints of Light Coral #EA8884

Color information

#EA8884 (or 0xEA8884) is unknown color: approx Light Coral. HEX triplet: EA, 88 and 84. RGB value is (234,136,132). Sum of RGB (Red+Green+Blue) = 234+136+132=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8884 is #15777B. Grayscale: #A4A4A4. Windows color (decimal): -1406844 or 8685802. OLE color: 8685802.

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

Color convert

RGB234136132-
CMYK00.420.440.08
HSL2.35º70.83%71.76%-
HSV(B)2.35º43.59%91.76%-
XYZ46.936.7726.45-
YUV164.85109.47177.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=46.61%
G=27.09%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413613200.420.440.082.3570.8371.76
HexEA888402A2C824748
Octal35221020405254102107110
Binary111010101000100010000100010101010110010001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8884; }

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

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

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

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

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

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

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

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