Shades of Light Coral #EC857D
Tints of Light Coral #EC857D
RGB
CMYK
RGB Variations
Color information
#EC857D (or 0xEC857D) is known color: Light Coral. HEX triplet: EC, 85 and 7D. RGB value is (236,133,125). Sum of RGB (Red+Green+Blue) = 236+133+125=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC857D is #137A82. Grayscale: #A3A3A3. Windows color (decimal): -1276547 or 8226284. OLE color: 8226284.
HSL color Cylindrical-coordinate representation of color #EC857D: hue angle of 4.32º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC857D is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 125 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.07 |
| HSL | 4.32º | 0.74% | 0.71% | - |
| HSV(B) | 4.32º | 0.47% | 0.93% | - |
| XYZ | 46.68 | 36.09 | 23.91 | - |
| YUV | 162.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 125 | 0 | 0.44 | 0.47 | 0.07 | 4.32 | 0.74 | 0.71 |
| Hex | EC | 85 | 7D | 0 | 2C | 2F | 7 | 4 | 4A | 47 |
| Octal | 354 | 205 | 175 | 0 | 54 | 57 | 7 | 4 | 112 | 107 |
| Binary | 11101100 | 10000101 | 1111101 | 0 | 101100 | 101111 | 111 | 100 | 1001010 | 1000111 |
Color Harmonies of #EC857D
Complementary color
Monochromatic Colors of #EC857D
Black with #EC857D
Text Example
Text Example
White with #EC857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC857D; }
p { color: rgb(236,133,125); }
H1.HeaderClassName
{
color: #EC857D;
}
.AnyTagClassName
{
color: #EC857D;
}
</style>
background-color css
<style>
a { background-color: #EC857D; }
a { background-color: rgb(236,133,125); }
div.DivClassName
{
background-color: #EC857D;
}
.BgClassName
{
background-color: #EC857D;
}
</style>
border-color css
<style>
span { border-color: #EC857D; }
span { border-color: rgb(236,133,125); }
td.TdClassName
{
border-color: #EC857D;
}
.TagClassName
{
border-color: #EC857D;
}
</style>