Shades of Light Coral #E88280
Tints of Light Coral #E88280
RGB
CMYK
RGB Variations
Color information
#E88280 (or 0xE88280) is known color: Light Coral. HEX triplet: E8, 82 and 80. RGB value is (232,130,128). Sum of RGB (Red+Green+Blue) = 232+130+128=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E88280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88280 is #177D7F. Grayscale: #A0A0A0. Windows color (decimal): -1539456 or 8422120. OLE color: 8422120.
HSL color Cylindrical-coordinate representation of color #E88280: hue angle of 1.15º 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 #E88280 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 128 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.09 |
| HSL | 1.15º | 0.69% | 0.71% | - |
| HSV(B) | 1.15º | 0.45% | 0.91% | - |
| XYZ | 45.16 | 34.68 | 24.74 | - |
| YUV | 160.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 128 | 0 | 0.44 | 0.45 | 0.09 | 1.15 | 0.69 | 0.71 |
| Hex | E8 | 82 | 80 | 0 | 2C | 2D | 9 | 1 | 45 | 47 |
| Octal | 350 | 202 | 200 | 0 | 54 | 55 | 11 | 1 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10000000 | 0 | 101100 | 101101 | 1001 | 1 | 1000101 | 1000111 |
Color Harmonies of #E88280
Complementary color
Monochromatic Colors of #E88280
Black with #E88280
Text Example
Text Example
White with #E88280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88280; }
p { color: rgb(232,130,128); }
H1.HeaderClassName
{
color: #E88280;
}
.AnyTagClassName
{
color: #E88280;
}
</style>
background-color css
<style>
a { background-color: #E88280; }
a { background-color: rgb(232,130,128); }
div.DivClassName
{
background-color: #E88280;
}
.BgClassName
{
background-color: #E88280;
}
</style>
border-color css
<style>
span { border-color: #E88280; }
span { border-color: rgb(232,130,128); }
td.TdClassName
{
border-color: #E88280;
}
.TagClassName
{
border-color: #E88280;
}
</style>