Shades of Light Coral #EC877A
Tints of Light Coral #EC877A
RGB
CMYK
RGB Variations
Color information
#EC877A (or 0xEC877A) is known color: Light Coral. HEX triplet: EC, 87 and 7A. RGB value is (236,135,122). Sum of RGB (Red+Green+Blue) = 236+135+122=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC877A is #137885. Grayscale: #A3A3A3. Windows color (decimal): -1276038 or 8030188. OLE color: 8030188.
HSL color Cylindrical-coordinate representation of color #EC877A: hue angle of 6.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC877A is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 122 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.07 |
| HSL | 6.84º | 0.75% | 0.7% | - |
| HSV(B) | 6.84º | 0.48% | 0.93% | - |
| XYZ | 46.77 | 36.57 | 23.01 | - |
| YUV | 163.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 122 | 0 | 0.43 | 0.48 | 0.07 | 6.84 | 0.75 | 0.7 |
| Hex | EC | 87 | 7A | 0 | 2B | 30 | 7 | 7 | 4B | 46 |
| Octal | 354 | 207 | 172 | 0 | 53 | 60 | 7 | 7 | 113 | 106 |
| Binary | 11101100 | 10000111 | 1111010 | 0 | 101011 | 110000 | 111 | 111 | 1001011 | 1000110 |
Color Harmonies of #EC877A
Complementary color
Monochromatic Colors of #EC877A
Black with #EC877A
Text Example
Text Example
White with #EC877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC877A; }
p { color: rgb(236,135,122); }
H1.HeaderClassName
{
color: #EC877A;
}
.AnyTagClassName
{
color: #EC877A;
}
</style>
background-color css
<style>
a { background-color: #EC877A; }
a { background-color: rgb(236,135,122); }
div.DivClassName
{
background-color: #EC877A;
}
.BgClassName
{
background-color: #EC877A;
}
</style>
border-color css
<style>
span { border-color: #EC877A; }
span { border-color: rgb(236,135,122); }
td.TdClassName
{
border-color: #EC877A;
}
.TagClassName
{
border-color: #EC877A;
}
</style>