Shades of Mauve #E795FE
Tints of Mauve #E795FE
RGB
CMYK
RGB Variations
Color information
#E795FE (or 0xE795FE) is known color: Mauve. HEX triplet: E7, 95 and FE. RGB value is (231,149,254). Sum of RGB (Red+Green+Blue) = 231+149+254=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #E795FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795FE is #186A01. Grayscale: #B9B9B9. Windows color (decimal): -1600002 or 16684519. OLE color: 16684519.
HSL color Cylindrical-coordinate representation of color #E795FE: hue angle of 286.86º 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 #E795FE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 149 | 254 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.00 |
| HSL | 286.86º | 0.98% | 0.79% | - |
| HSV(B) | 286.86º | 0.41% | 1% | - |
| XYZ | 61.59 | 45.64 | 99.33 | - |
| YUV | 185.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 254 | 0.09 | 0.41 | 0 | 0.00 | 286.86 | 0.98 | 0.79 |
| Hex | E7 | 95 | FE | 9 | 29 | 0 | 0 | 11F | 62 | 4F |
| Octal | 347 | 225 | 376 | 11 | 51 | 0 | 0 | 437 | 142 | 117 |
| Binary | 11100111 | 10010101 | 11111110 | 1001 | 101001 | 0 | 0 | 100011111 | 1100010 | 1001111 |
Color Harmonies of #E795FE
Complementary color
Monochromatic Colors of #E795FE
Black with #E795FE
Text Example
Text Example
White with #E795FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795FE; }
p { color: rgb(231,149,254); }
H1.HeaderClassName
{
color: #E795FE;
}
.AnyTagClassName
{
color: #E795FE;
}
</style>
background-color css
<style>
a { background-color: #E795FE; }
a { background-color: rgb(231,149,254); }
div.DivClassName
{
background-color: #E795FE;
}
.BgClassName
{
background-color: #E795FE;
}
</style>
border-color css
<style>
span { border-color: #E795FE; }
span { border-color: rgb(231,149,254); }
td.TdClassName
{
border-color: #E795FE;
}
.TagClassName
{
border-color: #E795FE;
}
</style>