#EA8981

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

Shades of Light Coral #EA8981

Tints of Light Coral #EA8981

Color information

#EA8981 (or 0xEA8981) is unknown color: approx Light Coral. HEX triplet: EA, 89 and 81. RGB value is (234,137,129). Sum of RGB (Red+Green+Blue) = 234+137+129=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8981 is #15767E. Grayscale: #A5A5A5. Windows color (decimal): -1406591 or 8489450. OLE color: 8489450.

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

Color convert

RGB234137129-
CMYK00.410.450.08
HSL4.57º71.43%71.18%-
HSV(B)4.57º44.87%91.76%-
XYZ46.8436.9725.44-
YUV165.09107.64177.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=46.8%
G=27.4%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413712900.410.450.084.5771.4371.18
HexEA89810292D854747
Octal35221120105155105107107
Binary1110101010001001100000010101001101101100010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8981; }

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

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

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

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

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

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

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

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