Shades of Light Coral #EC847A
Tints of Light Coral #EC847A
RGB
CMYK
RGB Variations
Color information
#EC847A (or 0xEC847A) is known color: Light Coral. HEX triplet: EC, 84 and 7A. RGB value is (236,132,122). Sum of RGB (Red+Green+Blue) = 236+132+122=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC847A is #137B85. Grayscale: #A2A2A2. Windows color (decimal): -1276806 or 8029420. OLE color: 8029420.
HSL color Cylindrical-coordinate representation of color #EC847A: hue angle of 5.26º 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 #EC847A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 122 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.07 |
| HSL | 5.26º | 0.75% | 0.7% | - |
| HSV(B) | 5.26º | 0.48% | 0.93% | - |
| XYZ | 46.36 | 35.74 | 22.87 | - |
| YUV | 161.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 122 | 0 | 0.44 | 0.48 | 0.07 | 5.26 | 0.75 | 0.7 |
| Hex | EC | 84 | 7A | 0 | 2C | 30 | 7 | 5 | 4B | 46 |
| Octal | 354 | 204 | 172 | 0 | 54 | 60 | 7 | 5 | 113 | 106 |
| Binary | 11101100 | 10000100 | 1111010 | 0 | 101100 | 110000 | 111 | 101 | 1001011 | 1000110 |
Color Harmonies of #EC847A
Complementary color
Monochromatic Colors of #EC847A
Black with #EC847A
Text Example
Text Example
White with #EC847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC847A; }
p { color: rgb(236,132,122); }
H1.HeaderClassName
{
color: #EC847A;
}
.AnyTagClassName
{
color: #EC847A;
}
</style>
background-color css
<style>
a { background-color: #EC847A; }
a { background-color: rgb(236,132,122); }
div.DivClassName
{
background-color: #EC847A;
}
.BgClassName
{
background-color: #EC847A;
}
</style>
border-color css
<style>
span { border-color: #EC847A; }
span { border-color: rgb(236,132,122); }
td.TdClassName
{
border-color: #EC847A;
}
.TagClassName
{
border-color: #EC847A;
}
</style>