Shades of Light Coral #ED8280
Tints of Light Coral #ED8280
RGB
CMYK
RGB Variations
Color information
#ED8280 (or 0xED8280) is known color: Light Coral. HEX triplet: ED, 82 and 80. RGB value is (237,130,128). Sum of RGB (Red+Green+Blue) = 237+130+128=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8280 is #127D7F. Grayscale: #A1A1A1. Windows color (decimal): -1211776 or 8422125. OLE color: 8422125.
HSL color Cylindrical-coordinate representation of color #ED8280: hue angle of 1.1º 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 #ED8280 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 128 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.07 |
| HSL | 1.1º | 0.75% | 0.72% | - |
| HSV(B) | 1.1º | 0.46% | 0.93% | - |
| XYZ | 46.8 | 35.53 | 24.81 | - |
| YUV | 161.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 128 | 0 | 0.45 | 0.46 | 0.07 | 1.1 | 0.75 | 0.72 |
| Hex | ED | 82 | 80 | 0 | 2D | 2E | 7 | 1 | 4B | 48 |
| Octal | 355 | 202 | 200 | 0 | 55 | 56 | 7 | 1 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10000000 | 0 | 101101 | 101110 | 111 | 1 | 1001011 | 1001000 |
Color Harmonies of #ED8280
Complementary color
Monochromatic Colors of #ED8280
Black with #ED8280
Text Example
Text Example
White with #ED8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8280; }
p { color: rgb(237,130,128); }
H1.HeaderClassName
{
color: #ED8280;
}
.AnyTagClassName
{
color: #ED8280;
}
</style>
background-color css
<style>
a { background-color: #ED8280; }
a { background-color: rgb(237,130,128); }
div.DivClassName
{
background-color: #ED8280;
}
.BgClassName
{
background-color: #ED8280;
}
</style>
border-color css
<style>
span { border-color: #ED8280; }
span { border-color: rgb(237,130,128); }
td.TdClassName
{
border-color: #ED8280;
}
.TagClassName
{
border-color: #ED8280;
}
</style>