Shades of Light Coral #EC827F
Tints of Light Coral #EC827F
RGB
CMYK
RGB Variations
Color information
#EC827F (or 0xEC827F) is known color: Light Coral. HEX triplet: EC, 82 and 7F. RGB value is (236,130,127). Sum of RGB (Red+Green+Blue) = 236+130+127=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827F is #137D80. Grayscale: #A1A1A1. Windows color (decimal): -1277313 or 8356588. OLE color: 8356588.
HSL color Cylindrical-coordinate representation of color #EC827F: hue angle of 1.65º 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 #EC827F is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 127 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.07 |
| HSL | 1.65º | 0.74% | 0.71% | - |
| HSV(B) | 1.65º | 0.46% | 0.93% | - |
| XYZ | 46.41 | 35.33 | 24.45 | - |
| YUV | 161.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 127 | 0 | 0.45 | 0.46 | 0.07 | 1.65 | 0.74 | 0.71 |
| Hex | EC | 82 | 7F | 0 | 2D | 2E | 7 | 2 | 4A | 47 |
| Octal | 354 | 202 | 177 | 0 | 55 | 56 | 7 | 2 | 112 | 107 |
| Binary | 11101100 | 10000010 | 1111111 | 0 | 101101 | 101110 | 111 | 10 | 1001010 | 1000111 |
Color Harmonies of #EC827F
Complementary color
Monochromatic Colors of #EC827F
Black with #EC827F
Text Example
Text Example
White with #EC827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC827F; }
p { color: rgb(236,130,127); }
H1.HeaderClassName
{
color: #EC827F;
}
.AnyTagClassName
{
color: #EC827F;
}
</style>
background-color css
<style>
a { background-color: #EC827F; }
a { background-color: rgb(236,130,127); }
div.DivClassName
{
background-color: #EC827F;
}
.BgClassName
{
background-color: #EC827F;
}
</style>
border-color css
<style>
span { border-color: #EC827F; }
span { border-color: rgb(236,130,127); }
td.TdClassName
{
border-color: #EC827F;
}
.TagClassName
{
border-color: #EC827F;
}
</style>