Shades of Light Coral #ED8879
Tints of Light Coral #ED8879
RGB
CMYK
RGB Variations
Color information
#ED8879 (or 0xED8879) is known color: Light Coral. HEX triplet: ED, 88 and 79. RGB value is (237,136,121). Sum of RGB (Red+Green+Blue) = 237+136+121=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8879 is #127786. Grayscale: #A4A4A4. Windows color (decimal): -1210247 or 7964909. OLE color: 7964909.
HSL color Cylindrical-coordinate representation of color #ED8879: hue angle of 7.76º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8879 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 121 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.07 |
| HSL | 7.76º | 0.76% | 0.7% | - |
| HSV(B) | 7.76º | 0.49% | 0.93% | - |
| XYZ | 47.18 | 36.99 | 22.74 | - |
| YUV | 164.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 121 | 0 | 0.43 | 0.49 | 0.07 | 7.76 | 0.76 | 0.7 |
| Hex | ED | 88 | 79 | 0 | 2B | 31 | 7 | 8 | 4C | 46 |
| Octal | 355 | 210 | 171 | 0 | 53 | 61 | 7 | 10 | 114 | 106 |
| Binary | 11101101 | 10001000 | 1111001 | 0 | 101011 | 110001 | 111 | 1000 | 1001100 | 1000110 |
Color Harmonies of #ED8879
Complementary color
Monochromatic Colors of #ED8879
Black with #ED8879
Text Example
Text Example
White with #ED8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8879; }
p { color: rgb(237,136,121); }
H1.HeaderClassName
{
color: #ED8879;
}
.AnyTagClassName
{
color: #ED8879;
}
</style>
background-color css
<style>
a { background-color: #ED8879; }
a { background-color: rgb(237,136,121); }
div.DivClassName
{
background-color: #ED8879;
}
.BgClassName
{
background-color: #ED8879;
}
</style>
border-color css
<style>
span { border-color: #ED8879; }
span { border-color: rgb(237,136,121); }
td.TdClassName
{
border-color: #ED8879;
}
.TagClassName
{
border-color: #ED8879;
}
</style>