Shades of Light Coral #EC837F
Tints of Light Coral #EC837F
RGB
CMYK
RGB Variations
Color information
#EC837F (or 0xEC837F) is known color: Light Coral. HEX triplet: EC, 83 and 7F. RGB value is (236,131,127). Sum of RGB (Red+Green+Blue) = 236+131+127=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC837F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC837F is #137C80. Grayscale: #A2A2A2. Windows color (decimal): -1277057 or 8356844. OLE color: 8356844.
HSL color Cylindrical-coordinate representation of color #EC837F: hue angle of 2.2º 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 #EC837F is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 127 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.07 |
| HSL | 2.2º | 0.74% | 0.71% | - |
| HSV(B) | 2.2º | 0.46% | 0.93% | - |
| XYZ | 46.54 | 35.6 | 24.5 | - |
| YUV | 161.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 127 | 0 | 0.44 | 0.46 | 0.07 | 2.2 | 0.74 | 0.71 |
| Hex | EC | 83 | 7F | 0 | 2C | 2E | 7 | 2 | 4A | 47 |
| Octal | 354 | 203 | 177 | 0 | 54 | 56 | 7 | 2 | 112 | 107 |
| Binary | 11101100 | 10000011 | 1111111 | 0 | 101100 | 101110 | 111 | 10 | 1001010 | 1000111 |
Color Harmonies of #EC837F
Complementary color
Monochromatic Colors of #EC837F
Black with #EC837F
Text Example
Text Example
White with #EC837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC837F; }
p { color: rgb(236,131,127); }
H1.HeaderClassName
{
color: #EC837F;
}
.AnyTagClassName
{
color: #EC837F;
}
</style>
background-color css
<style>
a { background-color: #EC837F; }
a { background-color: rgb(236,131,127); }
div.DivClassName
{
background-color: #EC837F;
}
.BgClassName
{
background-color: #EC837F;
}
</style>
border-color css
<style>
span { border-color: #EC837F; }
span { border-color: rgb(236,131,127); }
td.TdClassName
{
border-color: #EC837F;
}
.TagClassName
{
border-color: #EC837F;
}
</style>