Shades of Light Coral #EC8780
Tints of Light Coral #EC8780
RGB
CMYK
RGB Variations
Color information
#EC8780 (or 0xEC8780) is known color: Light Coral. HEX triplet: EC, 87 and 80. RGB value is (236,135,128). Sum of RGB (Red+Green+Blue) = 236+135+128=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8780 is #13787F. Grayscale: #A4A4A4. Windows color (decimal): -1276032 or 8423404. OLE color: 8423404.
HSL color Cylindrical-coordinate representation of color #EC8780: hue angle of 3.89º 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 #EC8780 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 128 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.07 |
| HSL | 3.89º | 0.74% | 0.71% | - |
| HSV(B) | 3.89º | 0.46% | 0.93% | - |
| XYZ | 47.15 | 36.72 | 25.02 | - |
| YUV | 164.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 128 | 0 | 0.43 | 0.46 | 0.07 | 3.89 | 0.74 | 0.71 |
| Hex | EC | 87 | 80 | 0 | 2B | 2E | 7 | 4 | 4A | 47 |
| Octal | 354 | 207 | 200 | 0 | 53 | 56 | 7 | 4 | 112 | 107 |
| Binary | 11101100 | 10000111 | 10000000 | 0 | 101011 | 101110 | 111 | 100 | 1001010 | 1000111 |
Color Harmonies of #EC8780
Complementary color
Monochromatic Colors of #EC8780
Black with #EC8780
Text Example
Text Example
White with #EC8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8780; }
p { color: rgb(236,135,128); }
H1.HeaderClassName
{
color: #EC8780;
}
.AnyTagClassName
{
color: #EC8780;
}
</style>
background-color css
<style>
a { background-color: #EC8780; }
a { background-color: rgb(236,135,128); }
div.DivClassName
{
background-color: #EC8780;
}
.BgClassName
{
background-color: #EC8780;
}
</style>
border-color css
<style>
span { border-color: #EC8780; }
span { border-color: rgb(236,135,128); }
td.TdClassName
{
border-color: #EC8780;
}
.TagClassName
{
border-color: #EC8780;
}
</style>