Shades of Light Coral #ED837C
Tints of Light Coral #ED837C
RGB
CMYK
RGB Variations
Color information
#ED837C (or 0xED837C) is known color: Light Coral. HEX triplet: ED, 83 and 7C. RGB value is (237,131,124). Sum of RGB (Red+Green+Blue) = 237+131+124=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED837C is #127C83. Grayscale: #A2A2A2. Windows color (decimal): -1211524 or 8160237. OLE color: 8160237.
HSL color Cylindrical-coordinate representation of color #ED837C: hue angle of 3.72º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED837C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 124 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.07 |
| HSL | 3.72º | 0.76% | 0.71% | - |
| HSV(B) | 3.72º | 0.48% | 0.93% | - |
| XYZ | 46.68 | 35.69 | 23.5 | - |
| YUV | 161.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 124 | 0 | 0.45 | 0.48 | 0.07 | 3.72 | 0.76 | 0.71 |
| Hex | ED | 83 | 7C | 0 | 2D | 30 | 7 | 4 | 4C | 47 |
| Octal | 355 | 203 | 174 | 0 | 55 | 60 | 7 | 4 | 114 | 107 |
| Binary | 11101101 | 10000011 | 1111100 | 0 | 101101 | 110000 | 111 | 100 | 1001100 | 1000111 |
Color Harmonies of #ED837C
Complementary color
Monochromatic Colors of #ED837C
Black with #ED837C
Text Example
Text Example
White with #ED837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED837C; }
p { color: rgb(237,131,124); }
H1.HeaderClassName
{
color: #ED837C;
}
.AnyTagClassName
{
color: #ED837C;
}
</style>
background-color css
<style>
a { background-color: #ED837C; }
a { background-color: rgb(237,131,124); }
div.DivClassName
{
background-color: #ED837C;
}
.BgClassName
{
background-color: #ED837C;
}
</style>
border-color css
<style>
span { border-color: #ED837C; }
span { border-color: rgb(237,131,124); }
td.TdClassName
{
border-color: #ED837C;
}
.TagClassName
{
border-color: #ED837C;
}
</style>