Shades of Light Coral #E68786
Tints of Light Coral #E68786
RGB
CMYK
RGB Variations
Color information
#E68786 (or 0xE68786) is known color: Light Coral. HEX triplet: E6, 87 and 86. RGB value is (230,135,134). Sum of RGB (Red+Green+Blue) = 230+135+134=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E68786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68786 is #197879. Grayscale: #A3A3A3. Windows color (decimal): -1669242 or 8816614. OLE color: 8816614.
HSL color Cylindrical-coordinate representation of color #E68786: hue angle of 0.62º 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 #E68786 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 134 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.10 |
| HSL | 0.63º | 0.66% | 0.71% | - |
| HSV(B) | 0.63º | 0.42% | 0.9% | - |
| XYZ | 45.6 | 35.87 | 27.07 | - |
| YUV | 163.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 134 | 0 | 0.41 | 0.42 | 0.10 | 0.63 | 0.66 | 0.71 |
| Hex | E6 | 87 | 86 | 0 | 29 | 2A | A | 1 | 42 | 47 |
| Octal | 346 | 207 | 206 | 0 | 51 | 52 | 12 | 1 | 102 | 107 |
| Binary | 11100110 | 10000111 | 10000110 | 0 | 101001 | 101010 | 1010 | 1 | 1000010 | 1000111 |
Color Harmonies of #E68786
Complementary color
Monochromatic Colors of #E68786
Black with #E68786
Text Example
Text Example
White with #E68786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68786; }
p { color: rgb(230,135,134); }
H1.HeaderClassName
{
color: #E68786;
}
.AnyTagClassName
{
color: #E68786;
}
</style>
background-color css
<style>
a { background-color: #E68786; }
a { background-color: rgb(230,135,134); }
div.DivClassName
{
background-color: #E68786;
}
.BgClassName
{
background-color: #E68786;
}
</style>
border-color css
<style>
span { border-color: #E68786; }
span { border-color: rgb(230,135,134); }
td.TdClassName
{
border-color: #E68786;
}
.TagClassName
{
border-color: #E68786;
}
</style>