Shades of Light Coral #EC8580
Tints of Light Coral #EC8580
RGB
CMYK
RGB Variations
Color information
#EC8580 (or 0xEC8580) is known color: Light Coral. HEX triplet: EC, 85 and 80. RGB value is (236,133,128). Sum of RGB (Red+Green+Blue) = 236+133+128=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8580 is #137A7F. Grayscale: #A3A3A3. Windows color (decimal): -1276544 or 8422892. OLE color: 8422892.
HSL color Cylindrical-coordinate representation of color #EC8580: hue angle of 2.78º 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 #EC8580 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 128 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.07 |
| HSL | 2.78º | 0.74% | 0.71% | - |
| HSV(B) | 2.78º | 0.46% | 0.93% | - |
| XYZ | 46.88 | 36.17 | 24.93 | - |
| YUV | 163.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 128 | 0 | 0.44 | 0.46 | 0.07 | 2.78 | 0.74 | 0.71 |
| Hex | EC | 85 | 80 | 0 | 2C | 2E | 7 | 3 | 4A | 47 |
| Octal | 354 | 205 | 200 | 0 | 54 | 56 | 7 | 3 | 112 | 107 |
| Binary | 11101100 | 10000101 | 10000000 | 0 | 101100 | 101110 | 111 | 11 | 1001010 | 1000111 |
Color Harmonies of #EC8580
Complementary color
Monochromatic Colors of #EC8580
Black with #EC8580
Text Example
Text Example
White with #EC8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8580; }
p { color: rgb(236,133,128); }
H1.HeaderClassName
{
color: #EC8580;
}
.AnyTagClassName
{
color: #EC8580;
}
</style>
background-color css
<style>
a { background-color: #EC8580; }
a { background-color: rgb(236,133,128); }
div.DivClassName
{
background-color: #EC8580;
}
.BgClassName
{
background-color: #EC8580;
}
</style>
border-color css
<style>
span { border-color: #EC8580; }
span { border-color: rgb(236,133,128); }
td.TdClassName
{
border-color: #EC8580;
}
.TagClassName
{
border-color: #EC8580;
}
</style>