Shades of Light Coral #E88080
Tints of Light Coral #E88080
RGB
CMYK
RGB Variations
Color information
#E88080 (or 0xE88080) is known color: Light Coral. HEX triplet: E8, 80 and 80. RGB value is (232,128,128). Sum of RGB (Red+Green+Blue) = 232+128+128=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E88080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88080 is #177F7F. Grayscale: #9F9F9F. Windows color (decimal): -1539968 or 8421608. OLE color: 8421608.
HSL color Cylindrical-coordinate representation of color #E88080: hue angle of 0º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88080 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 128 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.09 |
| HSL | 0º | 0.69% | 0.71% | - |
| HSV(B) | 0º | 0.45% | 0.91% | - |
| XYZ | 44.89 | 34.15 | 24.65 | - |
| YUV | 159.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 128 | 0 | 0.45 | 0.45 | 0.09 | 0 | 0.69 | 0.71 |
| Hex | E8 | 80 | 80 | 0 | 2D | 2D | 9 | 0 | 45 | 47 |
| Octal | 350 | 200 | 200 | 0 | 55 | 55 | 11 | 0 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10000000 | 0 | 101101 | 101101 | 1001 | 0 | 1000101 | 1000111 |
Color Harmonies of #E88080
Complementary color
Monochromatic Colors of #E88080
Black with #E88080
Text Example
Text Example
White with #E88080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88080; }
p { color: rgb(232,128,128); }
H1.HeaderClassName
{
color: #E88080;
}
.AnyTagClassName
{
color: #E88080;
}
</style>
background-color css
<style>
a { background-color: #E88080; }
a { background-color: rgb(232,128,128); }
div.DivClassName
{
background-color: #E88080;
}
.BgClassName
{
background-color: #E88080;
}
</style>
border-color css
<style>
span { border-color: #E88080; }
span { border-color: rgb(232,128,128); }
td.TdClassName
{
border-color: #E88080;
}
.TagClassName
{
border-color: #E88080;
}
</style>