Shades of Light Coral #ED8282
Tints of Light Coral #ED8282
RGB
CMYK
RGB Variations
Color information
#ED8282 (or 0xED8282) is known color: Light Coral. HEX triplet: ED, 82 and 82. RGB value is (237,130,130). Sum of RGB (Red+Green+Blue) = 237+130+130=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8282 is #127D7D. Grayscale: #A2A2A2. Windows color (decimal): -1211774 or 8553197. OLE color: 8553197.
HSL color Cylindrical-coordinate representation of color #ED8282: hue angle of 0º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8282 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 130 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.07 |
| HSL | 0º | 0.75% | 0.72% | - |
| HSV(B) | 0º | 0.45% | 0.93% | - |
| XYZ | 46.94 | 35.58 | 25.51 | - |
| YUV | 161.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 130 | 0 | 0.45 | 0.45 | 0.07 | 0 | 0.75 | 0.72 |
| Hex | ED | 82 | 82 | 0 | 2D | 2D | 7 | 0 | 4B | 48 |
| Octal | 355 | 202 | 202 | 0 | 55 | 55 | 7 | 0 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10000010 | 0 | 101101 | 101101 | 111 | 0 | 1001011 | 1001000 |
Color Harmonies of #ED8282
Complementary color
Monochromatic Colors of #ED8282
Black with #ED8282
Text Example
Text Example
White with #ED8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8282; }
p { color: rgb(237,130,130); }
H1.HeaderClassName
{
color: #ED8282;
}
.AnyTagClassName
{
color: #ED8282;
}
</style>
background-color css
<style>
a { background-color: #ED8282; }
a { background-color: rgb(237,130,130); }
div.DivClassName
{
background-color: #ED8282;
}
.BgClassName
{
background-color: #ED8282;
}
</style>
border-color css
<style>
span { border-color: #ED8282; }
span { border-color: rgb(237,130,130); }
td.TdClassName
{
border-color: #ED8282;
}
.TagClassName
{
border-color: #ED8282;
}
</style>