Shades of Light Coral #E68685
Tints of Light Coral #E68685
RGB
CMYK
RGB Variations
Color information
#E68685 (or 0xE68685) is known color: Light Coral. HEX triplet: E6, 86 and 85. RGB value is (230,134,133). Sum of RGB (Red+Green+Blue) = 230+134+133=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68685 is #19797A. Grayscale: #A2A2A2. Windows color (decimal): -1669499 or 8750822. OLE color: 8750822.
HSL color Cylindrical-coordinate representation of color #E68685: 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 #E68685 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 133 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.10 |
| HSL | 0.62º | 0.66% | 0.71% | - |
| HSV(B) | 0.62º | 0.42% | 0.9% | - |
| XYZ | 45.39 | 35.57 | 26.66 | - |
| YUV | 162.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 133 | 0 | 0.42 | 0.42 | 0.10 | 0.62 | 0.66 | 0.71 |
| Hex | E6 | 86 | 85 | 0 | 2A | 2A | A | 1 | 42 | 47 |
| Octal | 346 | 206 | 205 | 0 | 52 | 52 | 12 | 1 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10000101 | 0 | 101010 | 101010 | 1010 | 1 | 1000010 | 1000111 |
Color Harmonies of #E68685
Complementary color
Monochromatic Colors of #E68685
Black with #E68685
Text Example
Text Example
White with #E68685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68685; }
p { color: rgb(230,134,133); }
H1.HeaderClassName
{
color: #E68685;
}
.AnyTagClassName
{
color: #E68685;
}
</style>
background-color css
<style>
a { background-color: #E68685; }
a { background-color: rgb(230,134,133); }
div.DivClassName
{
background-color: #E68685;
}
.BgClassName
{
background-color: #E68685;
}
</style>
border-color css
<style>
span { border-color: #E68685; }
span { border-color: rgb(230,134,133); }
td.TdClassName
{
border-color: #E68685;
}
.TagClassName
{
border-color: #E68685;
}
</style>