#EA8984

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

Shades of Light Coral #EA8984

Tints of Light Coral #EA8984

Color information

#EA8984 (or 0xEA8984) is unknown color: approx Light Coral. HEX triplet: EA, 89 and 84. RGB value is (234,137,132). Sum of RGB (Red+Green+Blue) = 234+137+132=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8984 is #15767B. Grayscale: #A5A5A5. Windows color (decimal): -1406588 or 8686058. OLE color: 8686058.

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

Color convert

RGB234137132-
CMYK00.410.440.08
HSL2.94º70.83%71.76%-
HSV(B)2.94º43.59%91.76%-
XYZ47.0437.0526.5-
YUV165.43109.14176.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=46.52%
G=27.24%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413713200.410.440.082.9470.8371.76
HexEA89840292C834748
Octal35221120405154103107110
Binary111010101000100110000100010100110110010001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8984; }

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

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

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

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

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

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

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

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