Shades of Light Coral #EC857C
Tints of Light Coral #EC857C
RGB
CMYK
RGB Variations
Color information
#EC857C (or 0xEC857C) is known color: Light Coral. HEX triplet: EC, 85 and 7C. RGB value is (236,133,124). Sum of RGB (Red+Green+Blue) = 236+133+124=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC857C is #137A83. Grayscale: #A2A2A2. Windows color (decimal): -1276548 or 8160748. OLE color: 8160748.
HSL color Cylindrical-coordinate representation of color #EC857C: hue angle of 4.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC857C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 124 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.07 |
| HSL | 4.82º | 0.75% | 0.71% | - |
| HSV(B) | 4.82º | 0.47% | 0.93% | - |
| XYZ | 46.62 | 36.06 | 23.57 | - |
| YUV | 162.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 124 | 0 | 0.44 | 0.47 | 0.07 | 4.82 | 0.75 | 0.71 |
| Hex | EC | 85 | 7C | 0 | 2C | 2F | 7 | 5 | 4B | 47 |
| Octal | 354 | 205 | 174 | 0 | 54 | 57 | 7 | 5 | 113 | 107 |
| Binary | 11101100 | 10000101 | 1111100 | 0 | 101100 | 101111 | 111 | 101 | 1001011 | 1000111 |
Color Harmonies of #EC857C
Complementary color
Monochromatic Colors of #EC857C
Black with #EC857C
Text Example
Text Example
White with #EC857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC857C; }
p { color: rgb(236,133,124); }
H1.HeaderClassName
{
color: #EC857C;
}
.AnyTagClassName
{
color: #EC857C;
}
</style>
background-color css
<style>
a { background-color: #EC857C; }
a { background-color: rgb(236,133,124); }
div.DivClassName
{
background-color: #EC857C;
}
.BgClassName
{
background-color: #EC857C;
}
</style>
border-color css
<style>
span { border-color: #EC857C; }
span { border-color: rgb(236,133,124); }
td.TdClassName
{
border-color: #EC857C;
}
.TagClassName
{
border-color: #EC857C;
}
</style>