Shades of Light Coral #EC8581
Tints of Light Coral #EC8581
RGB
CMYK
RGB Variations
Color information
#EC8581 (or 0xEC8581) is known color: Light Coral. HEX triplet: EC, 85 and 81. RGB value is (236,133,129). Sum of RGB (Red+Green+Blue) = 236+133+129=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8581 is #137A7E. Grayscale: #A3A3A3. Windows color (decimal): -1276543 or 8488428. OLE color: 8488428.
HSL color Cylindrical-coordinate representation of color #EC8581: hue angle of 2.24º 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 #EC8581 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 129 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.07 |
| HSL | 2.24º | 0.74% | 0.72% | - |
| HSV(B) | 2.24º | 0.45% | 0.93% | - |
| XYZ | 46.94 | 36.19 | 25.28 | - |
| YUV | 163.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 129 | 0 | 0.44 | 0.45 | 0.07 | 2.24 | 0.74 | 0.72 |
| Hex | EC | 85 | 81 | 0 | 2C | 2D | 7 | 2 | 4A | 48 |
| Octal | 354 | 205 | 201 | 0 | 54 | 55 | 7 | 2 | 112 | 110 |
| Binary | 11101100 | 10000101 | 10000001 | 0 | 101100 | 101101 | 111 | 10 | 1001010 | 1001000 |
Color Harmonies of #EC8581
Complementary color
Monochromatic Colors of #EC8581
Black with #EC8581
Text Example
Text Example
White with #EC8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8581; }
p { color: rgb(236,133,129); }
H1.HeaderClassName
{
color: #EC8581;
}
.AnyTagClassName
{
color: #EC8581;
}
</style>
background-color css
<style>
a { background-color: #EC8581; }
a { background-color: rgb(236,133,129); }
div.DivClassName
{
background-color: #EC8581;
}
.BgClassName
{
background-color: #EC8581;
}
</style>
border-color css
<style>
span { border-color: #EC8581; }
span { border-color: rgb(236,133,129); }
td.TdClassName
{
border-color: #EC8581;
}
.TagClassName
{
border-color: #EC8581;
}
</style>