Shades of Light Coral #EC827E
Tints of Light Coral #EC827E
RGB
CMYK
RGB Variations
Color information
#EC827E (or 0xEC827E) is known color: Light Coral. HEX triplet: EC, 82 and 7E. RGB value is (236,130,126). Sum of RGB (Red+Green+Blue) = 236+130+126=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC827E is #137D81. Grayscale: #A1A1A1. Windows color (decimal): -1277314 or 8291052. OLE color: 8291052.
HSL color Cylindrical-coordinate representation of color #EC827E: hue angle of 2.18º 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 #EC827E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 126 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.07 |
| HSL | 2.18º | 0.74% | 0.71% | - |
| HSV(B) | 2.18º | 0.47% | 0.93% | - |
| XYZ | 46.34 | 35.3 | 24.11 | - |
| YUV | 161.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 126 | 0 | 0.45 | 0.47 | 0.07 | 2.18 | 0.74 | 0.71 |
| Hex | EC | 82 | 7E | 0 | 2D | 2F | 7 | 2 | 4A | 47 |
| Octal | 354 | 202 | 176 | 0 | 55 | 57 | 7 | 2 | 112 | 107 |
| Binary | 11101100 | 10000010 | 1111110 | 0 | 101101 | 101111 | 111 | 10 | 1001010 | 1000111 |
Color Harmonies of #EC827E
Complementary color
Monochromatic Colors of #EC827E
Black with #EC827E
Text Example
Text Example
White with #EC827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC827E; }
p { color: rgb(236,130,126); }
H1.HeaderClassName
{
color: #EC827E;
}
.AnyTagClassName
{
color: #EC827E;
}
</style>
background-color css
<style>
a { background-color: #EC827E; }
a { background-color: rgb(236,130,126); }
div.DivClassName
{
background-color: #EC827E;
}
.BgClassName
{
background-color: #EC827E;
}
</style>
border-color css
<style>
span { border-color: #EC827E; }
span { border-color: rgb(236,130,126); }
td.TdClassName
{
border-color: #EC827E;
}
.TagClassName
{
border-color: #EC827E;
}
</style>