Shades of Light Coral #EC857F
Tints of Light Coral #EC857F
RGB
CMYK
RGB Variations
Color information
#EC857F (or 0xEC857F) is known color: Light Coral. HEX triplet: EC, 85 and 7F. RGB value is (236,133,127). Sum of RGB (Red+Green+Blue) = 236+133+127=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC857F is #137A80. Grayscale: #A3A3A3. Windows color (decimal): -1276545 or 8357356. OLE color: 8357356.
HSL color Cylindrical-coordinate representation of color #EC857F: hue angle of 3.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC857F is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 127 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.07 |
| HSL | 3.3º | 0.74% | 0.71% | - |
| HSV(B) | 3.3º | 0.46% | 0.93% | - |
| XYZ | 46.81 | 36.14 | 24.59 | - |
| YUV | 163.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 127 | 0 | 0.44 | 0.46 | 0.07 | 3.3 | 0.74 | 0.71 |
| Hex | EC | 85 | 7F | 0 | 2C | 2E | 7 | 3 | 4A | 47 |
| Octal | 354 | 205 | 177 | 0 | 54 | 56 | 7 | 3 | 112 | 107 |
| Binary | 11101100 | 10000101 | 1111111 | 0 | 101100 | 101110 | 111 | 11 | 1001010 | 1000111 |
Color Harmonies of #EC857F
Complementary color
Monochromatic Colors of #EC857F
Black with #EC857F
Text Example
Text Example
White with #EC857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC857F; }
p { color: rgb(236,133,127); }
H1.HeaderClassName
{
color: #EC857F;
}
.AnyTagClassName
{
color: #EC857F;
}
</style>
background-color css
<style>
a { background-color: #EC857F; }
a { background-color: rgb(236,133,127); }
div.DivClassName
{
background-color: #EC857F;
}
.BgClassName
{
background-color: #EC857F;
}
</style>
border-color css
<style>
span { border-color: #EC857F; }
span { border-color: rgb(236,133,127); }
td.TdClassName
{
border-color: #EC857F;
}
.TagClassName
{
border-color: #EC857F;
}
</style>