Shades of Mauvelous #EE8EAD
Tints of Mauvelous #EE8EAD
RGB
CMYK
RGB Variations
Color information
#EE8EAD (or 0xEE8EAD) is known color: Mauvelous. HEX triplet: EE, 8E and AD. RGB value is (238,142,173). Sum of RGB (Red+Green+Blue) = 238+142+173=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8EAD is #117152. Grayscale: #AEAEAE. Windows color (decimal): -1143123 or 11374318. OLE color: 11374318.
HSL color Cylindrical-coordinate representation of color #EE8EAD: hue angle of 340.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EAD is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 173 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.07 |
| HSL | 340.63º | 0.74% | 0.75% | - |
| HSV(B) | 340.63º | 0.4% | 0.93% | - |
| XYZ | 52.48 | 40.54 | 44.59 | - |
| YUV | 174.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 173 | 0 | 0.40 | 0.27 | 0.07 | 340.63 | 0.74 | 0.75 |
| Hex | EE | 8E | AD | 0 | 28 | 1B | 7 | 155 | 4A | 4B |
| Octal | 356 | 216 | 255 | 0 | 50 | 33 | 7 | 525 | 112 | 113 |
| Binary | 11101110 | 10001110 | 10101101 | 0 | 101000 | 11011 | 111 | 101010101 | 1001010 | 1001011 |
Color Harmonies of #EE8EAD
Complementary color
Monochromatic Colors of #EE8EAD
Black with #EE8EAD
Text Example
Text Example
White with #EE8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EAD; }
p { color: rgb(238,142,173); }
H1.HeaderClassName
{
color: #EE8EAD;
}
.AnyTagClassName
{
color: #EE8EAD;
}
</style>
background-color css
<style>
a { background-color: #EE8EAD; }
a { background-color: rgb(238,142,173); }
div.DivClassName
{
background-color: #EE8EAD;
}
.BgClassName
{
background-color: #EE8EAD;
}
</style>
border-color css
<style>
span { border-color: #EE8EAD; }
span { border-color: rgb(238,142,173); }
td.TdClassName
{
border-color: #EE8EAD;
}
.TagClassName
{
border-color: #EE8EAD;
}
</style>