#EA8980

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

Shades of Light Coral #EA8980

Tints of Light Coral #EA8980

Color information

#EA8980 (or 0xEA8980) is unknown color: approx Light Coral. HEX triplet: EA, 89 and 80. RGB value is (234,137,128). Sum of RGB (Red+Green+Blue) = 234+137+128=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8980 is #15767F. Grayscale: #A5A5A5. Windows color (decimal): -1406592 or 8423914. OLE color: 8423914.

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

Color convert

RGB234137128-
CMYK00.410.450.08
HSL5.09º71.62%70.98%-
HSV(B)5.09º45.3%91.76%-
XYZ46.7736.9425.09-
YUV164.98107.14177.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=46.89%
G=27.45%
B=25.65%

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
Decimal23413712800.410.450.085.0971.6270.98
HexEA89800292D854847
Octal35221120005155105110107
Binary1110101010001001100000000101001101101100010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8980; }

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

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

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

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

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

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

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

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