Shades of Mauve #E297FF
Tints of Mauve #E297FF
RGB
CMYK
RGB Variations
Color information
#E297FF (or 0xE297FF) is known color: Mauve. HEX triplet: E2, 97 and FF. RGB value is (226,151,255). Sum of RGB (Red+Green+Blue) = 226+151+255=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #E297FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297FF is #1D6800. Grayscale: #B8B8B8. Windows color (decimal): -1927169 or 16750562. OLE color: 16750562.
HSL color Cylindrical-coordinate representation of color #E297FF: hue angle of 283.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E297FF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 151 | 255 | - |
| CMYK | 0.11 | 0.41 | 0 | 0 |
| HSL | 283.27º | 1% | 0.8% | - |
| HSV(B) | 283.27º | 0.41% | 1% | - |
| XYZ | 60.48 | 45.52 | 100.21 | - |
| YUV | 185.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 255 | 0.11 | 0.41 | 0 | 0 | 283.27 | 1 | 0.8 |
| Hex | E2 | 97 | FF | B | 29 | 0 | 0 | 11B | 64 | 50 |
| Octal | 342 | 227 | 377 | 13 | 51 | 0 | 0 | 433 | 144 | 120 |
| Binary | 11100010 | 10010111 | 11111111 | 1011 | 101001 | 0 | 0 | 100011011 | 1100100 | 1010000 |
Color Harmonies of #E297FF
Complementary color
Monochromatic Colors of #E297FF
Black with #E297FF
Text Example
Text Example
White with #E297FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297FF; }
p { color: rgb(226,151,255); }
H1.HeaderClassName
{
color: #E297FF;
}
.AnyTagClassName
{
color: #E297FF;
}
</style>
background-color css
<style>
a { background-color: #E297FF; }
a { background-color: rgb(226,151,255); }
div.DivClassName
{
background-color: #E297FF;
}
.BgClassName
{
background-color: #E297FF;
}
</style>
border-color css
<style>
span { border-color: #E297FF; }
span { border-color: rgb(226,151,255); }
td.TdClassName
{
border-color: #E297FF;
}
.TagClassName
{
border-color: #E297FF;
}
</style>