Shades of Mauve #EEABFE
Tints of Mauve #EEABFE
RGB
CMYK
RGB Variations
Color information
#EEABFE (or 0xEEABFE) is known color: Mauve. HEX triplet: EE, AB and FE. RGB value is (238,171,254). Sum of RGB (Red+Green+Blue) = 238+171+254=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABFE is #115401. Grayscale: #C8C8C8. Windows color (decimal): -1135618 or 16690158. OLE color: 16690158.
HSL color Cylindrical-coordinate representation of color #EEABFE: hue angle of 288.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEABFE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 171 | 254 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.00 |
| HSL | 288.43º | 0.98% | 0.83% | - |
| HSV(B) | 288.43º | 0.33% | 1% | - |
| XYZ | 67.71 | 54.46 | 100.71 | - |
| YUV | 200.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 254 | 0.06 | 0.33 | 0 | 0.00 | 288.43 | 0.98 | 0.83 |
| Hex | EE | AB | FE | 6 | 21 | 0 | 0 | 120 | 62 | 53 |
| Octal | 356 | 253 | 376 | 6 | 41 | 0 | 0 | 440 | 142 | 123 |
| Binary | 11101110 | 10101011 | 11111110 | 110 | 100001 | 0 | 0 | 100100000 | 1100010 | 1010011 |
Color Harmonies of #EEABFE
Complementary color
Monochromatic Colors of #EEABFE
Black with #EEABFE
Text Example
Text Example
White with #EEABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABFE; }
p { color: rgb(238,171,254); }
H1.HeaderClassName
{
color: #EEABFE;
}
.AnyTagClassName
{
color: #EEABFE;
}
</style>
background-color css
<style>
a { background-color: #EEABFE; }
a { background-color: rgb(238,171,254); }
div.DivClassName
{
background-color: #EEABFE;
}
.BgClassName
{
background-color: #EEABFE;
}
</style>
border-color css
<style>
span { border-color: #EEABFE; }
span { border-color: rgb(238,171,254); }
td.TdClassName
{
border-color: #EEABFE;
}
.TagClassName
{
border-color: #EEABFE;
}
</style>