Shades of Mauvelous #EE8FAA
Tints of Mauvelous #EE8FAA
RGB
CMYK
RGB Variations
Color information
#EE8FAA (or 0xEE8FAA) is known color: Mauvelous. HEX triplet: EE, 8F and AA. RGB value is (238,143,170). Sum of RGB (Red+Green+Blue) = 238+143+170=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8FAA is #117055. Grayscale: #AEAEAE. Windows color (decimal): -1142870 or 11177966. OLE color: 11177966.
HSL color Cylindrical-coordinate representation of color #EE8FAA: hue angle of 342.95º 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 #EE8FAA is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 170 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.07 |
| HSL | 342.95º | 0.74% | 0.75% | - |
| HSV(B) | 342.95º | 0.4% | 0.93% | - |
| XYZ | 52.34 | 40.72 | 43.13 | - |
| YUV | 174.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 170 | 0 | 0.40 | 0.29 | 0.07 | 342.95 | 0.74 | 0.75 |
| Hex | EE | 8F | AA | 0 | 28 | 1D | 7 | 157 | 4A | 4B |
| Octal | 356 | 217 | 252 | 0 | 50 | 35 | 7 | 527 | 112 | 113 |
| Binary | 11101110 | 10001111 | 10101010 | 0 | 101000 | 11101 | 111 | 101010111 | 1001010 | 1001011 |
Color Harmonies of #EE8FAA
Complementary color
Monochromatic Colors of #EE8FAA
Black with #EE8FAA
Text Example
Text Example
White with #EE8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8FAA; }
p { color: rgb(238,143,170); }
H1.HeaderClassName
{
color: #EE8FAA;
}
.AnyTagClassName
{
color: #EE8FAA;
}
</style>
background-color css
<style>
a { background-color: #EE8FAA; }
a { background-color: rgb(238,143,170); }
div.DivClassName
{
background-color: #EE8FAA;
}
.BgClassName
{
background-color: #EE8FAA;
}
</style>
border-color css
<style>
span { border-color: #EE8FAA; }
span { border-color: rgb(238,143,170); }
td.TdClassName
{
border-color: #EE8FAA;
}
.TagClassName
{
border-color: #EE8FAA;
}
</style>