Shades of Mauvelous #EE85A2
Tints of Mauvelous #EE85A2
RGB
CMYK
RGB Variations
Color information
#EE85A2 (or 0xEE85A2) is known color: Mauvelous. HEX triplet: EE, 85 and A2. RGB value is (238,133,162). Sum of RGB (Red+Green+Blue) = 238+133+162=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85A2 is #117A5D. Grayscale: #A7A7A7. Windows color (decimal): -1145438 or 10651118. OLE color: 10651118.
HSL color Cylindrical-coordinate representation of color #EE85A2: hue angle of 343.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85A2 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 162 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.07 |
| HSL | 343.43º | 0.76% | 0.73% | - |
| HSV(B) | 343.43º | 0.44% | 0.93% | - |
| XYZ | 50.17 | 37.56 | 38.79 | - |
| YUV | 167.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 162 | 0 | 0.44 | 0.32 | 0.07 | 343.43 | 0.76 | 0.73 |
| Hex | EE | 85 | A2 | 0 | 2C | 20 | 7 | 157 | 4C | 49 |
| Octal | 356 | 205 | 242 | 0 | 54 | 40 | 7 | 527 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10100010 | 0 | 101100 | 100000 | 111 | 101010111 | 1001100 | 1001001 |
Color Harmonies of #EE85A2
Complementary color
Monochromatic Colors of #EE85A2
Black with #EE85A2
Text Example
Text Example
White with #EE85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85A2; }
p { color: rgb(238,133,162); }
H1.HeaderClassName
{
color: #EE85A2;
}
.AnyTagClassName
{
color: #EE85A2;
}
</style>
background-color css
<style>
a { background-color: #EE85A2; }
a { background-color: rgb(238,133,162); }
div.DivClassName
{
background-color: #EE85A2;
}
.BgClassName
{
background-color: #EE85A2;
}
</style>
border-color css
<style>
span { border-color: #EE85A2; }
span { border-color: rgb(238,133,162); }
td.TdClassName
{
border-color: #EE85A2;
}
.TagClassName
{
border-color: #EE85A2;
}
</style>