Shades of Mauve #E69BF9
Tints of Mauve #E69BF9
RGB
CMYK
RGB Variations
Color information
#E69BF9 (or 0xE69BF9) is known color: Mauve. HEX triplet: E6, 9B and F9. RGB value is (230,155,249). Sum of RGB (Red+Green+Blue) = 230+155+249=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #E69BF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BF9 is #196406. Grayscale: #BBBBBB. Windows color (decimal): -1664007 or 16358374. OLE color: 16358374.
HSL color Cylindrical-coordinate representation of color #E69BF9: hue angle of 287.87º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69BF9 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 155 | 249 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.02 |
| HSL | 287.87º | 0.89% | 0.79% | - |
| HSV(B) | 287.87º | 0.38% | 0.98% | - |
| XYZ | 61.45 | 47.11 | 95.48 | - |
| YUV | 188.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 249 | 0.08 | 0.38 | 0 | 0.02 | 287.87 | 0.89 | 0.79 |
| Hex | E6 | 9B | F9 | 8 | 26 | 0 | 2 | 120 | 59 | 4F |
| Octal | 346 | 233 | 371 | 10 | 46 | 0 | 2 | 440 | 131 | 117 |
| Binary | 11100110 | 10011011 | 11111001 | 1000 | 100110 | 0 | 10 | 100100000 | 1011001 | 1001111 |
Color Harmonies of #E69BF9
Complementary color
Monochromatic Colors of #E69BF9
Black with #E69BF9
Text Example
Text Example
White with #E69BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BF9; }
p { color: rgb(230,155,249); }
H1.HeaderClassName
{
color: #E69BF9;
}
.AnyTagClassName
{
color: #E69BF9;
}
</style>
background-color css
<style>
a { background-color: #E69BF9; }
a { background-color: rgb(230,155,249); }
div.DivClassName
{
background-color: #E69BF9;
}
.BgClassName
{
background-color: #E69BF9;
}
</style>
border-color css
<style>
span { border-color: #E69BF9; }
span { border-color: rgb(230,155,249); }
td.TdClassName
{
border-color: #E69BF9;
}
.TagClassName
{
border-color: #E69BF9;
}
</style>