Shades of Light Coral #EC867F
Tints of Light Coral #EC867F
RGB
CMYK
RGB Variations
Color information
#EC867F (or 0xEC867F) is known color: Light Coral. HEX triplet: EC, 86 and 7F. RGB value is (236,134,127). Sum of RGB (Red+Green+Blue) = 236+134+127=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC867F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC867F is #137980. Grayscale: #A3A3A3. Windows color (decimal): -1276289 or 8357612. OLE color: 8357612.
HSL color Cylindrical-coordinate representation of color #EC867F: hue angle of 3.85º 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 #EC867F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 127 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.07 |
| HSL | 3.85º | 0.74% | 0.71% | - |
| HSV(B) | 3.85º | 0.46% | 0.93% | - |
| XYZ | 46.95 | 36.42 | 24.63 | - |
| YUV | 163.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 127 | 0 | 0.43 | 0.46 | 0.07 | 3.85 | 0.74 | 0.71 |
| Hex | EC | 86 | 7F | 0 | 2B | 2E | 7 | 4 | 4A | 47 |
| Octal | 354 | 206 | 177 | 0 | 53 | 56 | 7 | 4 | 112 | 107 |
| Binary | 11101100 | 10000110 | 1111111 | 0 | 101011 | 101110 | 111 | 100 | 1001010 | 1000111 |
Color Harmonies of #EC867F
Complementary color
Monochromatic Colors of #EC867F
Black with #EC867F
Text Example
Text Example
White with #EC867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC867F; }
p { color: rgb(236,134,127); }
H1.HeaderClassName
{
color: #EC867F;
}
.AnyTagClassName
{
color: #EC867F;
}
</style>
background-color css
<style>
a { background-color: #EC867F; }
a { background-color: rgb(236,134,127); }
div.DivClassName
{
background-color: #EC867F;
}
.BgClassName
{
background-color: #EC867F;
}
</style>
border-color css
<style>
span { border-color: #EC867F; }
span { border-color: rgb(236,134,127); }
td.TdClassName
{
border-color: #EC867F;
}
.TagClassName
{
border-color: #EC867F;
}
</style>