Shades of Light Coral #EC877C
Tints of Light Coral #EC877C
RGB
CMYK
RGB Variations
Color information
#EC877C (or 0xEC877C) is known color: Light Coral. HEX triplet: EC, 87 and 7C. RGB value is (236,135,124). Sum of RGB (Red+Green+Blue) = 236+135+124=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC877C is #137883. Grayscale: #A4A4A4. Windows color (decimal): -1276036 or 8161260. OLE color: 8161260.
HSL color Cylindrical-coordinate representation of color #EC877C: hue angle of 5.89º 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 #EC877C is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 124 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.07 |
| HSL | 5.89º | 0.75% | 0.71% | - |
| HSV(B) | 5.89º | 0.47% | 0.93% | - |
| XYZ | 46.89 | 36.62 | 23.66 | - |
| YUV | 163.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 124 | 0 | 0.43 | 0.47 | 0.07 | 5.89 | 0.75 | 0.71 |
| Hex | EC | 87 | 7C | 0 | 2B | 2F | 7 | 6 | 4B | 47 |
| Octal | 354 | 207 | 174 | 0 | 53 | 57 | 7 | 6 | 113 | 107 |
| Binary | 11101100 | 10000111 | 1111100 | 0 | 101011 | 101111 | 111 | 110 | 1001011 | 1000111 |
Color Harmonies of #EC877C
Complementary color
Monochromatic Colors of #EC877C
Black with #EC877C
Text Example
Text Example
White with #EC877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC877C; }
p { color: rgb(236,135,124); }
H1.HeaderClassName
{
color: #EC877C;
}
.AnyTagClassName
{
color: #EC877C;
}
</style>
background-color css
<style>
a { background-color: #EC877C; }
a { background-color: rgb(236,135,124); }
div.DivClassName
{
background-color: #EC877C;
}
.BgClassName
{
background-color: #EC877C;
}
</style>
border-color css
<style>
span { border-color: #EC877C; }
span { border-color: rgb(236,135,124); }
td.TdClassName
{
border-color: #EC877C;
}
.TagClassName
{
border-color: #EC877C;
}
</style>