Shades of Light Coral #EE807A
Tints of Light Coral #EE807A
RGB
CMYK
RGB Variations
Color information
#EE807A (or 0xEE807A) is known color: Light Coral. HEX triplet: EE, 80 and 7A. RGB value is (238,128,122). Sum of RGB (Red+Green+Blue) = 238+128+122=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE807A is #117F85. Grayscale: #A0A0A0. Windows color (decimal): -1146758 or 8028398. OLE color: 8028398.
HSL color Cylindrical-coordinate representation of color #EE807A: hue angle of 3.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE807A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 122 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.07 |
| HSL | 3.1º | 0.77% | 0.71% | - |
| HSV(B) | 3.1º | 0.49% | 0.93% | - |
| XYZ | 46.49 | 35.02 | 22.72 | - |
| YUV | 160.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 122 | 0 | 0.46 | 0.49 | 0.07 | 3.1 | 0.77 | 0.71 |
| Hex | EE | 80 | 7A | 0 | 2E | 31 | 7 | 3 | 4D | 47 |
| Octal | 356 | 200 | 172 | 0 | 56 | 61 | 7 | 3 | 115 | 107 |
| Binary | 11101110 | 10000000 | 1111010 | 0 | 101110 | 110001 | 111 | 11 | 1001101 | 1000111 |
Color Harmonies of #EE807A
Complementary color
Monochromatic Colors of #EE807A
Black with #EE807A
Text Example
Text Example
White with #EE807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE807A; }
p { color: rgb(238,128,122); }
H1.HeaderClassName
{
color: #EE807A;
}
.AnyTagClassName
{
color: #EE807A;
}
</style>
background-color css
<style>
a { background-color: #EE807A; }
a { background-color: rgb(238,128,122); }
div.DivClassName
{
background-color: #EE807A;
}
.BgClassName
{
background-color: #EE807A;
}
</style>
border-color css
<style>
span { border-color: #EE807A; }
span { border-color: rgb(238,128,122); }
td.TdClassName
{
border-color: #EE807A;
}
.TagClassName
{
border-color: #EE807A;
}
</style>