Shades of Mauvelous #EE8CAA
Tints of Mauvelous #EE8CAA
RGB
CMYK
RGB Variations
Color information
#EE8CAA (or 0xEE8CAA) is known color: Mauvelous. HEX triplet: EE, 8C and AA. RGB value is (238,140,170). Sum of RGB (Red+Green+Blue) = 238+140+170=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8CAA is #117355. Grayscale: #ACACAC. Windows color (decimal): -1143638 or 11177198. OLE color: 11177198.
HSL color Cylindrical-coordinate representation of color #EE8CAA: hue angle of 341.63º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CAA is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 170 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.07 |
| HSL | 341.63º | 0.74% | 0.74% | - |
| HSV(B) | 341.63º | 0.41% | 0.93% | - |
| XYZ | 51.89 | 39.84 | 42.98 | - |
| YUV | 172.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 170 | 0 | 0.41 | 0.29 | 0.07 | 341.63 | 0.74 | 0.74 |
| Hex | EE | 8C | AA | 0 | 29 | 1D | 7 | 156 | 4A | 4A |
| Octal | 356 | 214 | 252 | 0 | 51 | 35 | 7 | 526 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10101010 | 0 | 101001 | 11101 | 111 | 101010110 | 1001010 | 1001010 |
Color Harmonies of #EE8CAA
Complementary color
Monochromatic Colors of #EE8CAA
Black with #EE8CAA
Text Example
Text Example
White with #EE8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CAA; }
p { color: rgb(238,140,170); }
H1.HeaderClassName
{
color: #EE8CAA;
}
.AnyTagClassName
{
color: #EE8CAA;
}
</style>
background-color css
<style>
a { background-color: #EE8CAA; }
a { background-color: rgb(238,140,170); }
div.DivClassName
{
background-color: #EE8CAA;
}
.BgClassName
{
background-color: #EE8CAA;
}
</style>
border-color css
<style>
span { border-color: #EE8CAA; }
span { border-color: rgb(238,140,170); }
td.TdClassName
{
border-color: #EE8CAA;
}
.TagClassName
{
border-color: #EE8CAA;
}
</style>