#EA8080

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

Shades of Light Coral #EA8080

Tints of Light Coral #EA8080

Color information

#EA8080 (or 0xEA8080) is unknown color: approx Light Coral. HEX triplet: EA, 80 and 80. RGB value is (234,128,128). Sum of RGB (Red+Green+Blue) = 234+128+128=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8080 is #157F7F. Grayscale: #9F9F9F. Windows color (decimal): -1408896 or 8421610. OLE color: 8421610.

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

Color convert

RGB234128128-
CMYK00.450.450.08
HSL71.62%70.98%-
HSV(B)45.3%91.76%-
XYZ45.5534.4924.68-
YUV159.69110.12181-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=47.76%
G=26.12%
B=26.12%

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
Decimal23412812800.450.450.08071.6270.98
HexEA808002D2D804847
Octal35220020005555100110107
Binary11101010100000001000000001011011011011000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8080; }

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

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

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

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

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

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

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

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