Shades of Light Coral #EC8282
Tints of Light Coral #EC8282
RGB
CMYK
RGB Variations
Color information
#EC8282 (or 0xEC8282) is known color: Light Coral. HEX triplet: EC, 82 and 82. RGB value is (236,130,130). Sum of RGB (Red+Green+Blue) = 236+130+130=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8282 is #137D7D. Grayscale: #A1A1A1. Windows color (decimal): -1277310 or 8553196. OLE color: 8553196.
HSL color Cylindrical-coordinate representation of color #EC8282: hue angle of 0º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8282 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 130 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.07 |
| HSL | 0º | 0.74% | 0.72% | - |
| HSV(B) | 0º | 0.45% | 0.93% | - |
| XYZ | 46.6 | 35.41 | 25.5 | - |
| YUV | 161.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 130 | 0 | 0.45 | 0.45 | 0.07 | 0 | 0.74 | 0.72 |
| Hex | EC | 82 | 82 | 0 | 2D | 2D | 7 | 0 | 4A | 48 |
| Octal | 354 | 202 | 202 | 0 | 55 | 55 | 7 | 0 | 112 | 110 |
| Binary | 11101100 | 10000010 | 10000010 | 0 | 101101 | 101101 | 111 | 0 | 1001010 | 1001000 |
Color Harmonies of #EC8282
Complementary color
Monochromatic Colors of #EC8282
Black with #EC8282
Text Example
Text Example
White with #EC8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8282; }
p { color: rgb(236,130,130); }
H1.HeaderClassName
{
color: #EC8282;
}
.AnyTagClassName
{
color: #EC8282;
}
</style>
background-color css
<style>
a { background-color: #EC8282; }
a { background-color: rgb(236,130,130); }
div.DivClassName
{
background-color: #EC8282;
}
.BgClassName
{
background-color: #EC8282;
}
</style>
border-color css
<style>
span { border-color: #EC8282; }
span { border-color: rgb(236,130,130); }
td.TdClassName
{
border-color: #EC8282;
}
.TagClassName
{
border-color: #EC8282;
}
</style>