#ED8180

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

Shades of Light Coral #ED8180

Tints of Light Coral #ED8180

Color information

#ED8180 (or 0xED8180) is unknown color: approx Light Coral. HEX triplet: ED, 81 and 80. RGB value is (237,129,128). Sum of RGB (Red+Green+Blue) = 237+129+128=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8180 is #127E7F. Grayscale: #A1A1A1. Windows color (decimal): -1212032 or 8421869. OLE color: 8421869.

HSL color Cylindrical-coordinate representation of color #ED8180: hue angle of 0.55º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8180 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237129128-
CMYK00.460.460.07
HSL0.55º75.17%71.57%-
HSV(B)0.55º45.99%92.94%-
XYZ46.6735.2624.77-
YUV161.18109.28182.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=47.98%
G=26.11%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712912800.460.460.070.5575.1771.57
HexED818002E2E714b48
Octal3552012000565671113110
Binary1110110110000001100000000101110101110111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8180; }

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

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

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

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

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

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

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

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