Shades of Light Coral #EC8685
Tints of Light Coral #EC8685
RGB
CMYK
RGB Variations
Color information
#EC8685 (or 0xEC8685) is known color: Light Coral. HEX triplet: EC, 86 and 85. RGB value is (236,134,133). Sum of RGB (Red+Green+Blue) = 236+134+133=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8685 is #13797A. Grayscale: #A4A4A4. Windows color (decimal): -1276283 or 8750828. OLE color: 8750828.
HSL color Cylindrical-coordinate representation of color #EC8685: hue angle of 0.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8685 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 133 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.07 |
| HSL | 0.58º | 0.73% | 0.72% | - |
| HSV(B) | 0.58º | 0.44% | 0.93% | - |
| XYZ | 47.35 | 36.58 | 26.75 | - |
| YUV | 164.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 133 | 0 | 0.43 | 0.44 | 0.07 | 0.58 | 0.73 | 0.72 |
| Hex | EC | 86 | 85 | 0 | 2B | 2C | 7 | 1 | 49 | 48 |
| Octal | 354 | 206 | 205 | 0 | 53 | 54 | 7 | 1 | 111 | 110 |
| Binary | 11101100 | 10000110 | 10000101 | 0 | 101011 | 101100 | 111 | 1 | 1001001 | 1001000 |
Color Harmonies of #EC8685
Complementary color
Monochromatic Colors of #EC8685
Black with #EC8685
Text Example
Text Example
White with #EC8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8685; }
p { color: rgb(236,134,133); }
H1.HeaderClassName
{
color: #EC8685;
}
.AnyTagClassName
{
color: #EC8685;
}
</style>
background-color css
<style>
a { background-color: #EC8685; }
a { background-color: rgb(236,134,133); }
div.DivClassName
{
background-color: #EC8685;
}
.BgClassName
{
background-color: #EC8685;
}
</style>
border-color css
<style>
span { border-color: #EC8685; }
span { border-color: rgb(236,134,133); }
td.TdClassName
{
border-color: #EC8685;
}
.TagClassName
{
border-color: #EC8685;
}
</style>