Shades of Light Coral #EC8785
Tints of Light Coral #EC8785
RGB
CMYK
RGB Variations
Color information
#EC8785 (or 0xEC8785) is known color: Light Coral. HEX triplet: EC, 87 and 85. RGB value is (236,135,133). Sum of RGB (Red+Green+Blue) = 236+135+133=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8785 is #13787A. Grayscale: #A5A5A5. Windows color (decimal): -1276027 or 8751084. OLE color: 8751084.
HSL color Cylindrical-coordinate representation of color #EC8785: hue angle of 1.17º 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 #EC8785 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 133 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.07 |
| HSL | 1.17º | 0.73% | 0.72% | - |
| HSV(B) | 1.17º | 0.44% | 0.93% | - |
| XYZ | 47.49 | 36.85 | 26.8 | - |
| YUV | 164.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 133 | 0 | 0.43 | 0.44 | 0.07 | 1.17 | 0.73 | 0.72 |
| Hex | EC | 87 | 85 | 0 | 2B | 2C | 7 | 1 | 49 | 48 |
| Octal | 354 | 207 | 205 | 0 | 53 | 54 | 7 | 1 | 111 | 110 |
| Binary | 11101100 | 10000111 | 10000101 | 0 | 101011 | 101100 | 111 | 1 | 1001001 | 1001000 |
Color Harmonies of #EC8785
Complementary color
Monochromatic Colors of #EC8785
Black with #EC8785
Text Example
Text Example
White with #EC8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8785; }
p { color: rgb(236,135,133); }
H1.HeaderClassName
{
color: #EC8785;
}
.AnyTagClassName
{
color: #EC8785;
}
</style>
background-color css
<style>
a { background-color: #EC8785; }
a { background-color: rgb(236,135,133); }
div.DivClassName
{
background-color: #EC8785;
}
.BgClassName
{
background-color: #EC8785;
}
</style>
border-color css
<style>
span { border-color: #EC8785; }
span { border-color: rgb(236,135,133); }
td.TdClassName
{
border-color: #EC8785;
}
.TagClassName
{
border-color: #EC8785;
}
</style>