Shades of Light Coral #ED807E
Tints of Light Coral #ED807E
RGB
CMYK
RGB Variations
Color information
#ED807E (or 0xED807E) is known color: Light Coral. HEX triplet: ED, 80 and 7E. RGB value is (237,128,126). Sum of RGB (Red+Green+Blue) = 237+128+126=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED807E is #127F81. Grayscale: #A0A0A0. Windows color (decimal): -1212290 or 8290541. OLE color: 8290541.
HSL color Cylindrical-coordinate representation of color #ED807E: hue angle of 1.08º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED807E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 126 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 1.08º | 0.76% | 0.71% | - |
| HSV(B) | 1.08º | 0.47% | 0.93% | - |
| XYZ | 46.41 | 34.95 | 24.04 | - |
| YUV | 160.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 126 | 0 | 0.46 | 0.47 | 0.07 | 1.08 | 0.76 | 0.71 |
| Hex | ED | 80 | 7E | 0 | 2E | 2F | 7 | 1 | 4C | 47 |
| Octal | 355 | 200 | 176 | 0 | 56 | 57 | 7 | 1 | 114 | 107 |
| Binary | 11101101 | 10000000 | 1111110 | 0 | 101110 | 101111 | 111 | 1 | 1001100 | 1000111 |
Color Harmonies of #ED807E
Complementary color
Monochromatic Colors of #ED807E
Black with #ED807E
Text Example
Text Example
White with #ED807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED807E; }
p { color: rgb(237,128,126); }
H1.HeaderClassName
{
color: #ED807E;
}
.AnyTagClassName
{
color: #ED807E;
}
</style>
background-color css
<style>
a { background-color: #ED807E; }
a { background-color: rgb(237,128,126); }
div.DivClassName
{
background-color: #ED807E;
}
.BgClassName
{
background-color: #ED807E;
}
</style>
border-color css
<style>
span { border-color: #ED807E; }
span { border-color: rgb(237,128,126); }
td.TdClassName
{
border-color: #ED807E;
}
.TagClassName
{
border-color: #ED807E;
}
</style>