Shades of Light Coral #EC807A
Tints of Light Coral #EC807A
RGB
CMYK
RGB Variations
Color information
#EC807A (or 0xEC807A) is known color: Light Coral. HEX triplet: EC, 80 and 7A. RGB value is (236,128,122). Sum of RGB (Red+Green+Blue) = 236+128+122=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC807A is #137F85. Grayscale: #9F9F9F. Windows color (decimal): -1277830 or 8028396. OLE color: 8028396.
HSL color Cylindrical-coordinate representation of color #EC807A: hue angle of 3.16º 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 #EC807A is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 122 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.07 |
| HSL | 3.16º | 0.75% | 0.7% | - |
| HSV(B) | 3.16º | 0.48% | 0.93% | - |
| XYZ | 45.82 | 34.68 | 22.69 | - |
| YUV | 159.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 122 | 0 | 0.46 | 0.48 | 0.07 | 3.16 | 0.75 | 0.7 |
| Hex | EC | 80 | 7A | 0 | 2E | 30 | 7 | 3 | 4B | 46 |
| Octal | 354 | 200 | 172 | 0 | 56 | 60 | 7 | 3 | 113 | 106 |
| Binary | 11101100 | 10000000 | 1111010 | 0 | 101110 | 110000 | 111 | 11 | 1001011 | 1000110 |
Color Harmonies of #EC807A
Complementary color
Monochromatic Colors of #EC807A
Black with #EC807A
Text Example
Text Example
White with #EC807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC807A; }
p { color: rgb(236,128,122); }
H1.HeaderClassName
{
color: #EC807A;
}
.AnyTagClassName
{
color: #EC807A;
}
</style>
background-color css
<style>
a { background-color: #EC807A; }
a { background-color: rgb(236,128,122); }
div.DivClassName
{
background-color: #EC807A;
}
.BgClassName
{
background-color: #EC807A;
}
</style>
border-color css
<style>
span { border-color: #EC807A; }
span { border-color: rgb(236,128,122); }
td.TdClassName
{
border-color: #EC807A;
}
.TagClassName
{
border-color: #EC807A;
}
</style>