Shades of Light Coral #EC8984
Tints of Light Coral #EC8984
RGB
CMYK
RGB Variations
Color information
#EC8984 (or 0xEC8984) is known color: Light Coral. HEX triplet: EC, 89 and 84. RGB value is (236,137,132). Sum of RGB (Red+Green+Blue) = 236+137+132=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8984 is #13767B. Grayscale: #A6A6A6. Windows color (decimal): -1275516 or 8686060. OLE color: 8686060.
HSL color Cylindrical-coordinate representation of color #EC8984: hue angle of 2.88º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8984 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 132 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.07 |
| HSL | 2.88º | 0.73% | 0.72% | - |
| HSV(B) | 2.88º | 0.44% | 0.93% | - |
| XYZ | 47.7 | 37.39 | 26.53 | - |
| YUV | 166.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 132 | 0 | 0.42 | 0.44 | 0.07 | 2.88 | 0.73 | 0.72 |
| Hex | EC | 89 | 84 | 0 | 2A | 2C | 7 | 3 | 49 | 48 |
| Octal | 354 | 211 | 204 | 0 | 52 | 54 | 7 | 3 | 111 | 110 |
| Binary | 11101100 | 10001001 | 10000100 | 0 | 101010 | 101100 | 111 | 11 | 1001001 | 1001000 |
Color Harmonies of #EC8984
Complementary color
Monochromatic Colors of #EC8984
Black with #EC8984
Text Example
Text Example
White with #EC8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8984; }
p { color: rgb(236,137,132); }
H1.HeaderClassName
{
color: #EC8984;
}
.AnyTagClassName
{
color: #EC8984;
}
</style>
background-color css
<style>
a { background-color: #EC8984; }
a { background-color: rgb(236,137,132); }
div.DivClassName
{
background-color: #EC8984;
}
.BgClassName
{
background-color: #EC8984;
}
</style>
border-color css
<style>
span { border-color: #EC8984; }
span { border-color: rgb(236,137,132); }
td.TdClassName
{
border-color: #EC8984;
}
.TagClassName
{
border-color: #EC8984;
}
</style>