Shades of Mauve #E69BFF
Tints of Mauve #E69BFF
RGB
CMYK
RGB Variations
Color information
#E69BFF (or 0xE69BFF) is known color: Mauve. HEX triplet: E6, 9B and FF. RGB value is (230,155,255). Sum of RGB (Red+Green+Blue) = 230+155+255=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E69BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BFF is #196400. Grayscale: #BCBCBC. Windows color (decimal): -1664001 or 16751590. OLE color: 16751590.
HSL color Cylindrical-coordinate representation of color #E69BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E69BFF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 155 | 255 | - |
| CMYK | 0.10 | 0.39 | 0 | 0 |
| HSL | 285º | 1% | 0.8% | - |
| HSV(B) | 285º | 0.39% | 1% | - |
| XYZ | 62.4 | 47.49 | 100.48 | - |
| YUV | 188.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 255 | 0.10 | 0.39 | 0 | 0 | 285 | 1 | 0.8 |
| Hex | E6 | 9B | FF | A | 27 | 0 | 0 | 11D | 64 | 50 |
| Octal | 346 | 233 | 377 | 12 | 47 | 0 | 0 | 435 | 144 | 120 |
| Binary | 11100110 | 10011011 | 11111111 | 1010 | 100111 | 0 | 0 | 100011101 | 1100100 | 1010000 |
Color Harmonies of #E69BFF
Complementary color
Monochromatic Colors of #E69BFF
Black with #E69BFF
Text Example
Text Example
White with #E69BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BFF; }
p { color: rgb(230,155,255); }
H1.HeaderClassName
{
color: #E69BFF;
}
.AnyTagClassName
{
color: #E69BFF;
}
</style>
background-color css
<style>
a { background-color: #E69BFF; }
a { background-color: rgb(230,155,255); }
div.DivClassName
{
background-color: #E69BFF;
}
.BgClassName
{
background-color: #E69BFF;
}
</style>
border-color css
<style>
span { border-color: #E69BFF; }
span { border-color: rgb(230,155,255); }
td.TdClassName
{
border-color: #E69BFF;
}
.TagClassName
{
border-color: #E69BFF;
}
</style>