Shades of Mauve #E695FE
Tints of Mauve #E695FE
RGB
CMYK
RGB Variations
Color information
#E695FE (or 0xE695FE) is known color: Mauve. HEX triplet: E6, 95 and FE. RGB value is (230,149,254). Sum of RGB (Red+Green+Blue) = 230+149+254=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #E695FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695FE is #196A01. Grayscale: #B8B8B8. Windows color (decimal): -1665538 or 16684518. OLE color: 16684518.
HSL color Cylindrical-coordinate representation of color #E695FE: hue angle of 286.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E695FE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 149 | 254 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.00 |
| HSL | 286.29º | 0.98% | 0.79% | - |
| HSV(B) | 286.29º | 0.41% | 1% | - |
| XYZ | 61.27 | 45.47 | 99.31 | - |
| YUV | 185.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 254 | 0.09 | 0.41 | 0 | 0.00 | 286.29 | 0.98 | 0.79 |
| Hex | E6 | 95 | FE | 9 | 29 | 0 | 0 | 11E | 62 | 4F |
| Octal | 346 | 225 | 376 | 11 | 51 | 0 | 0 | 436 | 142 | 117 |
| Binary | 11100110 | 10010101 | 11111110 | 1001 | 101001 | 0 | 0 | 100011110 | 1100010 | 1001111 |
Color Harmonies of #E695FE
Complementary color
Monochromatic Colors of #E695FE
Black with #E695FE
Text Example
Text Example
White with #E695FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695FE; }
p { color: rgb(230,149,254); }
H1.HeaderClassName
{
color: #E695FE;
}
.AnyTagClassName
{
color: #E695FE;
}
</style>
background-color css
<style>
a { background-color: #E695FE; }
a { background-color: rgb(230,149,254); }
div.DivClassName
{
background-color: #E695FE;
}
.BgClassName
{
background-color: #E695FE;
}
</style>
border-color css
<style>
span { border-color: #E695FE; }
span { border-color: rgb(230,149,254); }
td.TdClassName
{
border-color: #E695FE;
}
.TagClassName
{
border-color: #E695FE;
}
</style>