Shades of Light Coral #E68686
Tints of Light Coral #E68686
RGB
CMYK
RGB Variations
Color information
#E68686 (or 0xE68686) is known color: Light Coral. HEX triplet: E6, 86 and 86. RGB value is (230,134,134). Sum of RGB (Red+Green+Blue) = 230+134+134=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E68686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68686 is #197979. Grayscale: #A2A2A2. Windows color (decimal): -1669498 or 8816358. OLE color: 8816358.
HSL color Cylindrical-coordinate representation of color #E68686: hue angle of 0º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68686 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 134 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.10 |
| HSL | 0º | 0.66% | 0.71% | - |
| HSV(B) | 0º | 0.42% | 0.9% | - |
| XYZ | 45.46 | 35.59 | 27.03 | - |
| YUV | 162.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 134 | 0 | 0.42 | 0.42 | 0.10 | 0 | 0.66 | 0.71 |
| Hex | E6 | 86 | 86 | 0 | 2A | 2A | A | 0 | 42 | 47 |
| Octal | 346 | 206 | 206 | 0 | 52 | 52 | 12 | 0 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10000110 | 0 | 101010 | 101010 | 1010 | 0 | 1000010 | 1000111 |
Color Harmonies of #E68686
Complementary color
Monochromatic Colors of #E68686
Black with #E68686
Text Example
Text Example
White with #E68686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68686; }
p { color: rgb(230,134,134); }
H1.HeaderClassName
{
color: #E68686;
}
.AnyTagClassName
{
color: #E68686;
}
</style>
background-color css
<style>
a { background-color: #E68686; }
a { background-color: rgb(230,134,134); }
div.DivClassName
{
background-color: #E68686;
}
.BgClassName
{
background-color: #E68686;
}
</style>
border-color css
<style>
span { border-color: #E68686; }
span { border-color: rgb(230,134,134); }
td.TdClassName
{
border-color: #E68686;
}
.TagClassName
{
border-color: #E68686;
}
</style>