Shades of Light Coral #EC8180
Tints of Light Coral #EC8180
RGB
CMYK
RGB Variations
Color information
#EC8180 (or 0xEC8180) is known color: Light Coral. HEX triplet: EC, 81 and 80. RGB value is (236,129,128). Sum of RGB (Red+Green+Blue) = 236+129+128=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8180 is #137E7F. Grayscale: #A0A0A0. Windows color (decimal): -1277568 or 8421868. OLE color: 8421868.
HSL color Cylindrical-coordinate representation of color #EC8180: hue angle of 0.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8180 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 128 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.07 |
| HSL | 0.56º | 0.74% | 0.71% | - |
| HSV(B) | 0.56º | 0.46% | 0.93% | - |
| XYZ | 46.34 | 35.09 | 24.75 | - |
| YUV | 160.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 128 | 0 | 0.45 | 0.46 | 0.07 | 0.56 | 0.74 | 0.71 |
| Hex | EC | 81 | 80 | 0 | 2D | 2E | 7 | 1 | 4A | 47 |
| Octal | 354 | 201 | 200 | 0 | 55 | 56 | 7 | 1 | 112 | 107 |
| Binary | 11101100 | 10000001 | 10000000 | 0 | 101101 | 101110 | 111 | 1 | 1001010 | 1000111 |
Color Harmonies of #EC8180
Complementary color
Monochromatic Colors of #EC8180
Black with #EC8180
Text Example
Text Example
White with #EC8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8180; }
p { color: rgb(236,129,128); }
H1.HeaderClassName
{
color: #EC8180;
}
.AnyTagClassName
{
color: #EC8180;
}
</style>
background-color css
<style>
a { background-color: #EC8180; }
a { background-color: rgb(236,129,128); }
div.DivClassName
{
background-color: #EC8180;
}
.BgClassName
{
background-color: #EC8180;
}
</style>
border-color css
<style>
span { border-color: #EC8180; }
span { border-color: rgb(236,129,128); }
td.TdClassName
{
border-color: #EC8180;
}
.TagClassName
{
border-color: #EC8180;
}
</style>