Shades of Light Coral #E8807E
Tints of Light Coral #E8807E
RGB
CMYK
RGB Variations
Color information
#E8807E (or 0xE8807E) is known color: Light Coral. HEX triplet: E8, 80 and 7E. RGB value is (232,128,126). Sum of RGB (Red+Green+Blue) = 232+128+126=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8807E is #177F81. Grayscale: #9E9E9E. Windows color (decimal): -1539970 or 8290536. OLE color: 8290536.
HSL color Cylindrical-coordinate representation of color #E8807E: hue angle of 1.13º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8807E is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 126 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.09 |
| HSL | 1.13º | 0.7% | 0.7% | - |
| HSV(B) | 1.13º | 0.46% | 0.91% | - |
| XYZ | 44.76 | 34.1 | 23.96 | - |
| YUV | 158.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 126 | 0 | 0.45 | 0.46 | 0.09 | 1.13 | 0.7 | 0.7 |
| Hex | E8 | 80 | 7E | 0 | 2D | 2E | 9 | 1 | 46 | 46 |
| Octal | 350 | 200 | 176 | 0 | 55 | 56 | 11 | 1 | 106 | 106 |
| Binary | 11101000 | 10000000 | 1111110 | 0 | 101101 | 101110 | 1001 | 1 | 1000110 | 1000110 |
Color Harmonies of #E8807E
Complementary color
Monochromatic Colors of #E8807E
Black with #E8807E
Text Example
Text Example
White with #E8807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8807E; }
p { color: rgb(232,128,126); }
H1.HeaderClassName
{
color: #E8807E;
}
.AnyTagClassName
{
color: #E8807E;
}
</style>
background-color css
<style>
a { background-color: #E8807E; }
a { background-color: rgb(232,128,126); }
div.DivClassName
{
background-color: #E8807E;
}
.BgClassName
{
background-color: #E8807E;
}
</style>
border-color css
<style>
span { border-color: #E8807E; }
span { border-color: rgb(232,128,126); }
td.TdClassName
{
border-color: #E8807E;
}
.TagClassName
{
border-color: #E8807E;
}
</style>