Shades of Light Coral #EC887E
Tints of Light Coral #EC887E
RGB
CMYK
RGB Variations
Color information
#EC887E (or 0xEC887E) is known color: Light Coral. HEX triplet: EC, 88 and 7E. RGB value is (236,136,126). Sum of RGB (Red+Green+Blue) = 236+136+126=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC887E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC887E is #137781. Grayscale: #A4A4A4. Windows color (decimal): -1275778 or 8292588. OLE color: 8292588.
HSL color Cylindrical-coordinate representation of color #EC887E: hue angle of 5.45º degrees, saturation: 0.74, 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 #EC887E is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 126 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.07 |
| HSL | 5.45º | 0.74% | 0.71% | - |
| HSV(B) | 5.45º | 0.47% | 0.93% | - |
| XYZ | 47.16 | 36.95 | 24.38 | - |
| YUV | 164.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 126 | 0 | 0.42 | 0.47 | 0.07 | 5.45 | 0.74 | 0.71 |
| Hex | EC | 88 | 7E | 0 | 2A | 2F | 7 | 5 | 4A | 47 |
| Octal | 354 | 210 | 176 | 0 | 52 | 57 | 7 | 5 | 112 | 107 |
| Binary | 11101100 | 10001000 | 1111110 | 0 | 101010 | 101111 | 111 | 101 | 1001010 | 1000111 |
Color Harmonies of #EC887E
Complementary color
Monochromatic Colors of #EC887E
Black with #EC887E
Text Example
Text Example
White with #EC887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC887E; }
p { color: rgb(236,136,126); }
H1.HeaderClassName
{
color: #EC887E;
}
.AnyTagClassName
{
color: #EC887E;
}
</style>
background-color css
<style>
a { background-color: #EC887E; }
a { background-color: rgb(236,136,126); }
div.DivClassName
{
background-color: #EC887E;
}
.BgClassName
{
background-color: #EC887E;
}
</style>
border-color css
<style>
span { border-color: #EC887E; }
span { border-color: rgb(236,136,126); }
td.TdClassName
{
border-color: #EC887E;
}
.TagClassName
{
border-color: #EC887E;
}
</style>