Shades of Light Coral #EC8982
Tints of Light Coral #EC8982
RGB
CMYK
RGB Variations
Color information
#EC8982 (or 0xEC8982) is known color: Light Coral. HEX triplet: EC, 89 and 82. RGB value is (236,137,130). Sum of RGB (Red+Green+Blue) = 236+137+130=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8982 is #13767D. Grayscale: #A5A5A5. Windows color (decimal): -1275518 or 8554988. OLE color: 8554988.
HSL color Cylindrical-coordinate representation of color #EC8982: hue angle of 3.96º 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 #EC8982 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 130 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.07 |
| HSL | 3.96º | 0.74% | 0.72% | - |
| HSV(B) | 3.96º | 0.45% | 0.93% | - |
| XYZ | 47.57 | 37.34 | 25.82 | - |
| YUV | 165.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 130 | 0 | 0.42 | 0.45 | 0.07 | 3.96 | 0.74 | 0.72 |
| Hex | EC | 89 | 82 | 0 | 2A | 2D | 7 | 4 | 4A | 48 |
| Octal | 354 | 211 | 202 | 0 | 52 | 55 | 7 | 4 | 112 | 110 |
| Binary | 11101100 | 10001001 | 10000010 | 0 | 101010 | 101101 | 111 | 100 | 1001010 | 1001000 |
Color Harmonies of #EC8982
Complementary color
Monochromatic Colors of #EC8982
Black with #EC8982
Text Example
Text Example
White with #EC8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8982; }
p { color: rgb(236,137,130); }
H1.HeaderClassName
{
color: #EC8982;
}
.AnyTagClassName
{
color: #EC8982;
}
</style>
background-color css
<style>
a { background-color: #EC8982; }
a { background-color: rgb(236,137,130); }
div.DivClassName
{
background-color: #EC8982;
}
.BgClassName
{
background-color: #EC8982;
}
</style>
border-color css
<style>
span { border-color: #EC8982; }
span { border-color: rgb(236,137,130); }
td.TdClassName
{
border-color: #EC8982;
}
.TagClassName
{
border-color: #EC8982;
}
</style>