Shades of Light Coral #EC8882
Tints of Light Coral #EC8882
RGB
CMYK
RGB Variations
Color information
#EC8882 (or 0xEC8882) is known color: Light Coral. HEX triplet: EC, 88 and 82. RGB value is (236,136,130). Sum of RGB (Red+Green+Blue) = 236+136+130=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8882 is #13777D. Grayscale: #A5A5A5. Windows color (decimal): -1275774 or 8554732. OLE color: 8554732.
HSL color Cylindrical-coordinate representation of color #EC8882: hue angle of 3.4º 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 #EC8882 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 130 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.07 |
| HSL | 3.4º | 0.74% | 0.72% | - |
| HSV(B) | 3.4º | 0.45% | 0.93% | - |
| XYZ | 47.43 | 37.05 | 25.77 | - |
| YUV | 165.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 130 | 0 | 0.42 | 0.45 | 0.07 | 3.4 | 0.74 | 0.72 |
| Hex | EC | 88 | 82 | 0 | 2A | 2D | 7 | 3 | 4A | 48 |
| Octal | 354 | 210 | 202 | 0 | 52 | 55 | 7 | 3 | 112 | 110 |
| Binary | 11101100 | 10001000 | 10000010 | 0 | 101010 | 101101 | 111 | 11 | 1001010 | 1001000 |
Color Harmonies of #EC8882
Complementary color
Monochromatic Colors of #EC8882
Black with #EC8882
Text Example
Text Example
White with #EC8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8882; }
p { color: rgb(236,136,130); }
H1.HeaderClassName
{
color: #EC8882;
}
.AnyTagClassName
{
color: #EC8882;
}
</style>
background-color css
<style>
a { background-color: #EC8882; }
a { background-color: rgb(236,136,130); }
div.DivClassName
{
background-color: #EC8882;
}
.BgClassName
{
background-color: #EC8882;
}
</style>
border-color css
<style>
span { border-color: #EC8882; }
span { border-color: rgb(236,136,130); }
td.TdClassName
{
border-color: #EC8882;
}
.TagClassName
{
border-color: #EC8882;
}
</style>