Shades of Mauvelous #EE8BAE
Tints of Mauvelous #EE8BAE
RGB
CMYK
RGB Variations
Color information
#EE8BAE (or 0xEE8BAE) is known color: Mauvelous. HEX triplet: EE, 8B and AE. RGB value is (238,139,174). Sum of RGB (Red+Green+Blue) = 238+139+174=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8BAE is #117451. Grayscale: #ACACAC. Windows color (decimal): -1143890 or 11439086. OLE color: 11439086.
HSL color Cylindrical-coordinate representation of color #EE8BAE: hue angle of 338.79º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BAE is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 174 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.07 |
| HSL | 338.79º | 0.74% | 0.74% | - |
| HSV(B) | 338.79º | 0.42% | 0.93% | - |
| XYZ | 52.13 | 39.7 | 44.96 | - |
| YUV | 172.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 174 | 0 | 0.42 | 0.27 | 0.07 | 338.79 | 0.74 | 0.74 |
| Hex | EE | 8B | AE | 0 | 2A | 1B | 7 | 153 | 4A | 4A |
| Octal | 356 | 213 | 256 | 0 | 52 | 33 | 7 | 523 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10101110 | 0 | 101010 | 11011 | 111 | 101010011 | 1001010 | 1001010 |
Color Harmonies of #EE8BAE
Complementary color
Monochromatic Colors of #EE8BAE
Black with #EE8BAE
Text Example
Text Example
White with #EE8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BAE; }
p { color: rgb(238,139,174); }
H1.HeaderClassName
{
color: #EE8BAE;
}
.AnyTagClassName
{
color: #EE8BAE;
}
</style>
background-color css
<style>
a { background-color: #EE8BAE; }
a { background-color: rgb(238,139,174); }
div.DivClassName
{
background-color: #EE8BAE;
}
.BgClassName
{
background-color: #EE8BAE;
}
</style>
border-color css
<style>
span { border-color: #EE8BAE; }
span { border-color: rgb(238,139,174); }
td.TdClassName
{
border-color: #EE8BAE;
}
.TagClassName
{
border-color: #EE8BAE;
}
</style>