Shades of Mauvelous #EE90A8
Tints of Mauvelous #EE90A8
RGB
CMYK
RGB Variations
Color information
#EE90A8 (or 0xEE90A8) is known color: Mauvelous. HEX triplet: EE, 90 and A8. RGB value is (238,144,168). Sum of RGB (Red+Green+Blue) = 238+144+168=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE90A8 is #116F57. Grayscale: #AEAEAE. Windows color (decimal): -1142616 or 11047150. OLE color: 11047150.
HSL color Cylindrical-coordinate representation of color #EE90A8: hue angle of 344.68º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90A8 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 168 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.07 |
| HSL | 344.68º | 0.73% | 0.75% | - |
| HSV(B) | 344.68º | 0.39% | 0.93% | - |
| XYZ | 52.3 | 40.95 | 42.19 | - |
| YUV | 174.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 168 | 0 | 0.39 | 0.29 | 0.07 | 344.68 | 0.73 | 0.75 |
| Hex | EE | 90 | A8 | 0 | 27 | 1D | 7 | 159 | 49 | 4B |
| Octal | 356 | 220 | 250 | 0 | 47 | 35 | 7 | 531 | 111 | 113 |
| Binary | 11101110 | 10010000 | 10101000 | 0 | 100111 | 11101 | 111 | 101011001 | 1001001 | 1001011 |
Color Harmonies of #EE90A8
Complementary color
Monochromatic Colors of #EE90A8
Black with #EE90A8
Text Example
Text Example
White with #EE90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90A8; }
p { color: rgb(238,144,168); }
H1.HeaderClassName
{
color: #EE90A8;
}
.AnyTagClassName
{
color: #EE90A8;
}
</style>
background-color css
<style>
a { background-color: #EE90A8; }
a { background-color: rgb(238,144,168); }
div.DivClassName
{
background-color: #EE90A8;
}
.BgClassName
{
background-color: #EE90A8;
}
</style>
border-color css
<style>
span { border-color: #EE90A8; }
span { border-color: rgb(238,144,168); }
td.TdClassName
{
border-color: #EE90A8;
}
.TagClassName
{
border-color: #EE90A8;
}
</style>