Shades of Mauvelous #EE98A8
Tints of Mauvelous #EE98A8
RGB
CMYK
RGB Variations
Color information
#EE98A8 (or 0xEE98A8) is known color: Mauvelous. HEX triplet: EE, 98 and A8. RGB value is (238,152,168). Sum of RGB (Red+Green+Blue) = 238+152+168=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE98A8 is #116757. Grayscale: #B3B3B3. Windows color (decimal): -1140568 or 11049198. OLE color: 11049198.
HSL color Cylindrical-coordinate representation of color #EE98A8: hue angle of 348.84º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98A8 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 168 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.07 |
| HSL | 348.84º | 0.72% | 0.76% | - |
| HSV(B) | 348.84º | 0.36% | 0.93% | - |
| XYZ | 53.56 | 43.46 | 42.61 | - |
| YUV | 179.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 168 | 0 | 0.36 | 0.29 | 0.07 | 348.84 | 0.72 | 0.76 |
| Hex | EE | 98 | A8 | 0 | 24 | 1D | 7 | 15D | 48 | 4C |
| Octal | 356 | 230 | 250 | 0 | 44 | 35 | 7 | 535 | 110 | 114 |
| Binary | 11101110 | 10011000 | 10101000 | 0 | 100100 | 11101 | 111 | 101011101 | 1001000 | 1001100 |
Color Harmonies of #EE98A8
Complementary color
Monochromatic Colors of #EE98A8
Black with #EE98A8
Text Example
Text Example
White with #EE98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98A8; }
p { color: rgb(238,152,168); }
H1.HeaderClassName
{
color: #EE98A8;
}
.AnyTagClassName
{
color: #EE98A8;
}
</style>
background-color css
<style>
a { background-color: #EE98A8; }
a { background-color: rgb(238,152,168); }
div.DivClassName
{
background-color: #EE98A8;
}
.BgClassName
{
background-color: #EE98A8;
}
</style>
border-color css
<style>
span { border-color: #EE98A8; }
span { border-color: rgb(238,152,168); }
td.TdClassName
{
border-color: #EE98A8;
}
.TagClassName
{
border-color: #EE98A8;
}
</style>