Shades of Light Coral #EE807F
Tints of Light Coral #EE807F
RGB
CMYK
RGB Variations
Color information
#EE807F (or 0xEE807F) is known color: Light Coral. HEX triplet: EE, 80 and 7F. RGB value is (238,128,127). Sum of RGB (Red+Green+Blue) = 238+128+127=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE807F is #117F80. Grayscale: #A0A0A0. Windows color (decimal): -1146753 or 8356078. OLE color: 8356078.
HSL color Cylindrical-coordinate representation of color #EE807F: hue angle of 0.54º 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 #EE807F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 127 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 0.54º | 0.77% | 0.72% | - |
| HSV(B) | 0.54º | 0.47% | 0.93% | - |
| XYZ | 46.81 | 35.15 | 24.4 | - |
| YUV | 160.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 127 | 0 | 0.46 | 0.47 | 0.07 | 0.54 | 0.77 | 0.72 |
| Hex | EE | 80 | 7F | 0 | 2E | 2F | 7 | 1 | 4D | 48 |
| Octal | 356 | 200 | 177 | 0 | 56 | 57 | 7 | 1 | 115 | 110 |
| Binary | 11101110 | 10000000 | 1111111 | 0 | 101110 | 101111 | 111 | 1 | 1001101 | 1001000 |
Color Harmonies of #EE807F
Complementary color
Monochromatic Colors of #EE807F
Black with #EE807F
Text Example
Text Example
White with #EE807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE807F; }
p { color: rgb(238,128,127); }
H1.HeaderClassName
{
color: #EE807F;
}
.AnyTagClassName
{
color: #EE807F;
}
</style>
background-color css
<style>
a { background-color: #EE807F; }
a { background-color: rgb(238,128,127); }
div.DivClassName
{
background-color: #EE807F;
}
.BgClassName
{
background-color: #EE807F;
}
</style>
border-color css
<style>
span { border-color: #EE807F; }
span { border-color: rgb(238,128,127); }
td.TdClassName
{
border-color: #EE807F;
}
.TagClassName
{
border-color: #EE807F;
}
</style>