Shades of Light Coral #EC867A
Tints of Light Coral #EC867A
RGB
CMYK
RGB Variations
Color information
#EC867A (or 0xEC867A) is known color: Light Coral. HEX triplet: EC, 86 and 7A. RGB value is (236,134,122). Sum of RGB (Red+Green+Blue) = 236+134+122=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC867A is #137985. Grayscale: #A3A3A3. Windows color (decimal): -1276294 or 8029932. OLE color: 8029932.
HSL color Cylindrical-coordinate representation of color #EC867A: hue angle of 6.32º 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 #EC867A is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 122 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.07 |
| HSL | 6.32º | 0.75% | 0.7% | - |
| HSV(B) | 6.32º | 0.48% | 0.93% | - |
| XYZ | 46.63 | 36.29 | 22.96 | - |
| YUV | 163.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 122 | 0 | 0.43 | 0.48 | 0.07 | 6.32 | 0.75 | 0.7 |
| Hex | EC | 86 | 7A | 0 | 2B | 30 | 7 | 6 | 4B | 46 |
| Octal | 354 | 206 | 172 | 0 | 53 | 60 | 7 | 6 | 113 | 106 |
| Binary | 11101100 | 10000110 | 1111010 | 0 | 101011 | 110000 | 111 | 110 | 1001011 | 1000110 |
Color Harmonies of #EC867A
Complementary color
Monochromatic Colors of #EC867A
Black with #EC867A
Text Example
Text Example
White with #EC867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC867A; }
p { color: rgb(236,134,122); }
H1.HeaderClassName
{
color: #EC867A;
}
.AnyTagClassName
{
color: #EC867A;
}
</style>
background-color css
<style>
a { background-color: #EC867A; }
a { background-color: rgb(236,134,122); }
div.DivClassName
{
background-color: #EC867A;
}
.BgClassName
{
background-color: #EC867A;
}
</style>
border-color css
<style>
span { border-color: #EC867A; }
span { border-color: rgb(236,134,122); }
td.TdClassName
{
border-color: #EC867A;
}
.TagClassName
{
border-color: #EC867A;
}
</style>