Shades of Light Coral #EE827F
Tints of Light Coral #EE827F
RGB
CMYK
RGB Variations
Color information
#EE827F (or 0xEE827F) is known color: Light Coral. HEX triplet: EE, 82 and 7F. RGB value is (238,130,127). Sum of RGB (Red+Green+Blue) = 238+130+127=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE827F is #117D80. Grayscale: #A2A2A2. Windows color (decimal): -1146241 or 8356590. OLE color: 8356590.
HSL color Cylindrical-coordinate representation of color #EE827F: hue angle of 1.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE827F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 127 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.07 |
| HSL | 1.62º | 0.77% | 0.72% | - |
| HSV(B) | 1.62º | 0.47% | 0.93% | - |
| XYZ | 47.07 | 35.67 | 24.48 | - |
| YUV | 161.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 127 | 0 | 0.45 | 0.47 | 0.07 | 1.62 | 0.77 | 0.72 |
| Hex | EE | 82 | 7F | 0 | 2D | 2F | 7 | 2 | 4D | 48 |
| Octal | 356 | 202 | 177 | 0 | 55 | 57 | 7 | 2 | 115 | 110 |
| Binary | 11101110 | 10000010 | 1111111 | 0 | 101101 | 101111 | 111 | 10 | 1001101 | 1001000 |
Color Harmonies of #EE827F
Complementary color
Monochromatic Colors of #EE827F
Black with #EE827F
Text Example
Text Example
White with #EE827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE827F; }
p { color: rgb(238,130,127); }
H1.HeaderClassName
{
color: #EE827F;
}
.AnyTagClassName
{
color: #EE827F;
}
</style>
background-color css
<style>
a { background-color: #EE827F; }
a { background-color: rgb(238,130,127); }
div.DivClassName
{
background-color: #EE827F;
}
.BgClassName
{
background-color: #EE827F;
}
</style>
border-color css
<style>
span { border-color: #EE827F; }
span { border-color: rgb(238,130,127); }
td.TdClassName
{
border-color: #EE827F;
}
.TagClassName
{
border-color: #EE827F;
}
</style>