Shades of Mauve #E295FE
Tints of Mauve #E295FE
RGB
CMYK
RGB Variations
Color information
#E295FE (or 0xE295FE) is known color: Mauve. HEX triplet: E2, 95 and FE. RGB value is (226,149,254). Sum of RGB (Red+Green+Blue) = 226+149+254=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #E295FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295FE is #1D6A01. Grayscale: #B7B7B7. Windows color (decimal): -1927682 or 16684514. OLE color: 16684514.
HSL color Cylindrical-coordinate representation of color #E295FE: hue angle of 284º 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 #E295FE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 149 | 254 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.00 |
| HSL | 284º | 0.98% | 0.79% | - |
| HSV(B) | 284º | 0.41% | 1% | - |
| XYZ | 60 | 44.82 | 99.25 | - |
| YUV | 183.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 254 | 0.11 | 0.41 | 0 | 0.00 | 284 | 0.98 | 0.79 |
| Hex | E2 | 95 | FE | B | 29 | 0 | 0 | 11C | 62 | 4F |
| Octal | 342 | 225 | 376 | 13 | 51 | 0 | 0 | 434 | 142 | 117 |
| Binary | 11100010 | 10010101 | 11111110 | 1011 | 101001 | 0 | 0 | 100011100 | 1100010 | 1001111 |
Color Harmonies of #E295FE
Complementary color
Monochromatic Colors of #E295FE
Black with #E295FE
Text Example
Text Example
White with #E295FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295FE; }
p { color: rgb(226,149,254); }
H1.HeaderClassName
{
color: #E295FE;
}
.AnyTagClassName
{
color: #E295FE;
}
</style>
background-color css
<style>
a { background-color: #E295FE; }
a { background-color: rgb(226,149,254); }
div.DivClassName
{
background-color: #E295FE;
}
.BgClassName
{
background-color: #E295FE;
}
</style>
border-color css
<style>
span { border-color: #E295FE; }
span { border-color: rgb(226,149,254); }
td.TdClassName
{
border-color: #E295FE;
}
.TagClassName
{
border-color: #E295FE;
}
</style>