Shades of Light Coral #E68080
Tints of Light Coral #E68080
RGB
CMYK
RGB Variations
Color information
#E68080 (or 0xE68080) is known color: Light Coral. HEX triplet: E6, 80 and 80. RGB value is (230,128,128). Sum of RGB (Red+Green+Blue) = 230+128+128=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E68080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68080 is #197F7F. Grayscale: #9E9E9E. Windows color (decimal): -1671040 or 8421606. OLE color: 8421606.
HSL color Cylindrical-coordinate representation of color #E68080: hue angle of 0º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68080 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 128 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.10 |
| HSL | 0º | 0.67% | 0.7% | - |
| HSV(B) | 0º | 0.44% | 0.9% | - |
| XYZ | 44.25 | 33.82 | 24.62 | - |
| YUV | 158.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 128 | 0 | 0.44 | 0.44 | 0.10 | 0 | 0.67 | 0.7 |
| Hex | E6 | 80 | 80 | 0 | 2C | 2C | A | 0 | 43 | 46 |
| Octal | 346 | 200 | 200 | 0 | 54 | 54 | 12 | 0 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10000000 | 0 | 101100 | 101100 | 1010 | 0 | 1000011 | 1000110 |
Color Harmonies of #E68080
Complementary color
Monochromatic Colors of #E68080
Black with #E68080
Text Example
Text Example
White with #E68080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68080; }
p { color: rgb(230,128,128); }
H1.HeaderClassName
{
color: #E68080;
}
.AnyTagClassName
{
color: #E68080;
}
</style>
background-color css
<style>
a { background-color: #E68080; }
a { background-color: rgb(230,128,128); }
div.DivClassName
{
background-color: #E68080;
}
.BgClassName
{
background-color: #E68080;
}
</style>
border-color css
<style>
span { border-color: #E68080; }
span { border-color: rgb(230,128,128); }
td.TdClassName
{
border-color: #E68080;
}
.TagClassName
{
border-color: #E68080;
}
</style>