#EA8180

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

Shades of Light Coral #EA8180

Tints of Light Coral #EA8180

Color information

#EA8180 (or 0xEA8180) is unknown color: approx Light Coral. HEX triplet: EA, 81 and 80. RGB value is (234,129,128). Sum of RGB (Red+Green+Blue) = 234+129+128=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8180 is #157E7F. Grayscale: #A0A0A0. Windows color (decimal): -1408640 or 8421866. OLE color: 8421866.

HSL color Cylindrical-coordinate representation of color #EA8180: hue angle of 0.57º degrees, saturation: 0.72, 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 #EA8180 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234129128-
CMYK00.450.450.08
HSL0.57º71.62%70.98%-
HSV(B)0.57º45.3%91.76%-
XYZ45.6834.7524.72-
YUV160.28109.79180.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=47.66%
G=26.27%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412912800.450.450.080.5771.6270.98
HexEA818002D2D814847
Octal35220120005555101110107
Binary11101010100000011000000001011011011011000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8180; }

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

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

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

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

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

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

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

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