Shades of Mauvelous #EE8DAC
Tints of Mauvelous #EE8DAC
RGB
CMYK
RGB Variations
Color information
#EE8DAC (or 0xEE8DAC) is known color: Mauvelous. HEX triplet: EE, 8D and AC. RGB value is (238,141,172). Sum of RGB (Red+Green+Blue) = 238+141+172=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8DAC is #117253. Grayscale: #ADADAD. Windows color (decimal): -1143380 or 11308526. OLE color: 11308526.
HSL color Cylindrical-coordinate representation of color #EE8DAC: hue angle of 340.82º 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 #EE8DAC is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 141 | 172 | - |
CMYK | 0 | 0.41 | 0.28 | 0.07 |
HSL | 340.82º | 0.74% | 0.74% | - |
HSV(B) | 340.82º | 0.41% | 0.93% | - |
XYZ | 52.23 | 40.21 | 44.04 | - |
YUV | 173.54 | 127.14 | 173.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 141 | 172 | 0 | 0.41 | 0.28 | 0.07 | 340.82 | 0.74 | 0.74 |
Hex | EE | 8D | AC | 0 | 29 | 1C | 7 | 155 | 4A | 4A |
Octal | 356 | 215 | 254 | 0 | 51 | 34 | 7 | 525 | 112 | 112 |
Binary | 11101110 | 10001101 | 10101100 | 0 | 101001 | 11100 | 111 | 101010101 | 1001010 | 1001010 |
Color Harmonies of #EE8DAC
Complementary color
Monochromatic Colors of #EE8DAC
Black with #EE8DAC
Text Example
Text Example
White with #EE8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DAC; }
p { color: rgb(238,141,172); }
H1.HeaderClassName
{
color: #EE8DAC;
}
.AnyTagClassName
{
color: #EE8DAC;
}
</style>
background-color css
<style>
a { background-color: #EE8DAC; }
a { background-color: rgb(238,141,172); }
div.DivClassName
{
background-color: #EE8DAC;
}
.BgClassName
{
background-color: #EE8DAC;
}
</style>
border-color css
<style>
span { border-color: #EE8DAC; }
span { border-color: rgb(238,141,172); }
td.TdClassName
{
border-color: #EE8DAC;
}
.TagClassName
{
border-color: #EE8DAC;
}
</style>