Shades of Light Coral #EE827D
Tints of Light Coral #EE827D
RGB
CMYK
RGB Variations
Color information
#EE827D (or 0xEE827D) is known color: Light Coral. HEX triplet: EE, 82 and 7D. RGB value is (238,130,125). Sum of RGB (Red+Green+Blue) = 238+130+125=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE827D is #117D82. Grayscale: #A1A1A1. Windows color (decimal): -1146243 or 8225518. OLE color: 8225518.
HSL color Cylindrical-coordinate representation of color #EE827D: hue angle of 2.65º degrees, saturation: 0.77, 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 #EE827D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 125 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.07 |
| HSL | 2.65º | 0.77% | 0.71% | - |
| HSV(B) | 2.65º | 0.47% | 0.93% | - |
| XYZ | 46.94 | 35.62 | 23.8 | - |
| YUV | 161.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 125 | 0 | 0.45 | 0.47 | 0.07 | 2.65 | 0.77 | 0.71 |
| Hex | EE | 82 | 7D | 0 | 2D | 2F | 7 | 3 | 4D | 47 |
| Octal | 356 | 202 | 175 | 0 | 55 | 57 | 7 | 3 | 115 | 107 |
| Binary | 11101110 | 10000010 | 1111101 | 0 | 101101 | 101111 | 111 | 11 | 1001101 | 1000111 |
Color Harmonies of #EE827D
Complementary color
Monochromatic Colors of #EE827D
Black with #EE827D
Text Example
Text Example
White with #EE827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE827D; }
p { color: rgb(238,130,125); }
H1.HeaderClassName
{
color: #EE827D;
}
.AnyTagClassName
{
color: #EE827D;
}
</style>
background-color css
<style>
a { background-color: #EE827D; }
a { background-color: rgb(238,130,125); }
div.DivClassName
{
background-color: #EE827D;
}
.BgClassName
{
background-color: #EE827D;
}
</style>
border-color css
<style>
span { border-color: #EE827D; }
span { border-color: rgb(238,130,125); }
td.TdClassName
{
border-color: #EE827D;
}
.TagClassName
{
border-color: #EE827D;
}
</style>