Shades of Light Coral #EE807E
Tints of Light Coral #EE807E
RGB
CMYK
RGB Variations
Color information
#EE807E (or 0xEE807E) is known color: Light Coral. HEX triplet: EE, 80 and 7E. RGB value is (238,128,126). Sum of RGB (Red+Green+Blue) = 238+128+126=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE807E is #117F81. Grayscale: #A0A0A0. Windows color (decimal): -1146754 or 8290542. OLE color: 8290542.
HSL color Cylindrical-coordinate representation of color #EE807E: hue angle of 1.07º 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 #EE807E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 126 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 1.07º | 0.77% | 0.71% | - |
| HSV(B) | 1.07º | 0.47% | 0.93% | - |
| XYZ | 46.74 | 35.12 | 24.05 | - |
| YUV | 160.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 126 | 0 | 0.46 | 0.47 | 0.07 | 1.07 | 0.77 | 0.71 |
| Hex | EE | 80 | 7E | 0 | 2E | 2F | 7 | 1 | 4D | 47 |
| Octal | 356 | 200 | 176 | 0 | 56 | 57 | 7 | 1 | 115 | 107 |
| Binary | 11101110 | 10000000 | 1111110 | 0 | 101110 | 101111 | 111 | 1 | 1001101 | 1000111 |
Color Harmonies of #EE807E
Complementary color
Monochromatic Colors of #EE807E
Black with #EE807E
Text Example
Text Example
White with #EE807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE807E; }
p { color: rgb(238,128,126); }
H1.HeaderClassName
{
color: #EE807E;
}
.AnyTagClassName
{
color: #EE807E;
}
</style>
background-color css
<style>
a { background-color: #EE807E; }
a { background-color: rgb(238,128,126); }
div.DivClassName
{
background-color: #EE807E;
}
.BgClassName
{
background-color: #EE807E;
}
</style>
border-color css
<style>
span { border-color: #EE807E; }
span { border-color: rgb(238,128,126); }
td.TdClassName
{
border-color: #EE807E;
}
.TagClassName
{
border-color: #EE807E;
}
</style>