Shades of Light Coral #ED8980
Tints of Light Coral #ED8980
RGB
CMYK
RGB Variations
Color information
#ED8980 (or 0xED8980) is known color: Light Coral. HEX triplet: ED, 89 and 80. RGB value is (237,137,128). Sum of RGB (Red+Green+Blue) = 237+137+128=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8980 is #12767F. Grayscale: #A6A6A6. Windows color (decimal): -1209984 or 8423917. OLE color: 8423917.
HSL color Cylindrical-coordinate representation of color #ED8980: hue angle of 4.95º 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 #ED8980 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 128 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.07 |
| HSL | 4.95º | 0.75% | 0.72% | - |
| HSV(B) | 4.95º | 0.46% | 0.93% | - |
| XYZ | 47.77 | 37.45 | 25.13 | - |
| YUV | 165.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 128 | 0 | 0.42 | 0.46 | 0.07 | 4.95 | 0.75 | 0.72 |
| Hex | ED | 89 | 80 | 0 | 2A | 2E | 7 | 5 | 4B | 48 |
| Octal | 355 | 211 | 200 | 0 | 52 | 56 | 7 | 5 | 113 | 110 |
| Binary | 11101101 | 10001001 | 10000000 | 0 | 101010 | 101110 | 111 | 101 | 1001011 | 1001000 |
Color Harmonies of #ED8980
Complementary color
Monochromatic Colors of #ED8980
Black with #ED8980
Text Example
Text Example
White with #ED8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8980; }
p { color: rgb(237,137,128); }
H1.HeaderClassName
{
color: #ED8980;
}
.AnyTagClassName
{
color: #ED8980;
}
</style>
background-color css
<style>
a { background-color: #ED8980; }
a { background-color: rgb(237,137,128); }
div.DivClassName
{
background-color: #ED8980;
}
.BgClassName
{
background-color: #ED8980;
}
</style>
border-color css
<style>
span { border-color: #ED8980; }
span { border-color: rgb(237,137,128); }
td.TdClassName
{
border-color: #ED8980;
}
.TagClassName
{
border-color: #ED8980;
}
</style>