Shades of Light Coral #EE827C
Tints of Light Coral #EE827C
RGB
CMYK
RGB Variations
Color information
#EE827C (or 0xEE827C) is known color: Light Coral. HEX triplet: EE, 82 and 7C. RGB value is (238,130,124). Sum of RGB (Red+Green+Blue) = 238+130+124=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE827C is #117D83. Grayscale: #A1A1A1. Windows color (decimal): -1146244 or 8159982. OLE color: 8159982.
HSL color Cylindrical-coordinate representation of color #EE827C: hue angle of 3.16º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE827C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 124 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.07 |
| HSL | 3.16º | 0.77% | 0.71% | - |
| HSV(B) | 3.16º | 0.48% | 0.93% | - |
| XYZ | 46.88 | 35.6 | 23.47 | - |
| YUV | 161.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 124 | 0 | 0.45 | 0.48 | 0.07 | 3.16 | 0.77 | 0.71 |
| Hex | EE | 82 | 7C | 0 | 2D | 30 | 7 | 3 | 4D | 47 |
| Octal | 356 | 202 | 174 | 0 | 55 | 60 | 7 | 3 | 115 | 107 |
| Binary | 11101110 | 10000010 | 1111100 | 0 | 101101 | 110000 | 111 | 11 | 1001101 | 1000111 |
Color Harmonies of #EE827C
Complementary color
Monochromatic Colors of #EE827C
Black with #EE827C
Text Example
Text Example
White with #EE827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE827C; }
p { color: rgb(238,130,124); }
H1.HeaderClassName
{
color: #EE827C;
}
.AnyTagClassName
{
color: #EE827C;
}
</style>
background-color css
<style>
a { background-color: #EE827C; }
a { background-color: rgb(238,130,124); }
div.DivClassName
{
background-color: #EE827C;
}
.BgClassName
{
background-color: #EE827C;
}
</style>
border-color css
<style>
span { border-color: #EE827C; }
span { border-color: rgb(238,130,124); }
td.TdClassName
{
border-color: #EE827C;
}
.TagClassName
{
border-color: #EE827C;
}
</style>