Shades of Light Coral #EC887A
Tints of Light Coral #EC887A
RGB
CMYK
RGB Variations
Color information
#EC887A (or 0xEC887A) is known color: Light Coral. HEX triplet: EC, 88 and 7A. RGB value is (236,136,122). Sum of RGB (Red+Green+Blue) = 236+136+122=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC887A is #137785. Grayscale: #A4A4A4. Windows color (decimal): -1275782 or 8030444. OLE color: 8030444.
HSL color Cylindrical-coordinate representation of color #EC887A: hue angle of 7.37º 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 #EC887A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 122 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.07 |
| HSL | 7.37º | 0.75% | 0.7% | - |
| HSV(B) | 7.37º | 0.48% | 0.93% | - |
| XYZ | 46.91 | 36.85 | 23.05 | - |
| YUV | 164.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 122 | 0 | 0.42 | 0.48 | 0.07 | 7.37 | 0.75 | 0.7 |
| Hex | EC | 88 | 7A | 0 | 2A | 30 | 7 | 7 | 4B | 46 |
| Octal | 354 | 210 | 172 | 0 | 52 | 60 | 7 | 7 | 113 | 106 |
| Binary | 11101100 | 10001000 | 1111010 | 0 | 101010 | 110000 | 111 | 111 | 1001011 | 1000110 |
Color Harmonies of #EC887A
Complementary color
Monochromatic Colors of #EC887A
Black with #EC887A
Text Example
Text Example
White with #EC887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC887A; }
p { color: rgb(236,136,122); }
H1.HeaderClassName
{
color: #EC887A;
}
.AnyTagClassName
{
color: #EC887A;
}
</style>
background-color css
<style>
a { background-color: #EC887A; }
a { background-color: rgb(236,136,122); }
div.DivClassName
{
background-color: #EC887A;
}
.BgClassName
{
background-color: #EC887A;
}
</style>
border-color css
<style>
span { border-color: #EC887A; }
span { border-color: rgb(236,136,122); }
td.TdClassName
{
border-color: #EC887A;
}
.TagClassName
{
border-color: #EC887A;
}
</style>