Shades of Mauve #E295FD
Tints of Mauve #E295FD
RGB
CMYK
RGB Variations
Color information
#E295FD (or 0xE295FD) is known color: Mauve. HEX triplet: E2, 95 and FD. RGB value is (226,149,253). Sum of RGB (Red+Green+Blue) = 226+149+253=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #E295FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295FD is #1D6A02. Grayscale: #B7B7B7. Windows color (decimal): -1927683 or 16618978. OLE color: 16618978.
HSL color Cylindrical-coordinate representation of color #E295FD: hue angle of 284.42º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E295FD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 149 | 253 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.01 |
| HSL | 284.42º | 0.96% | 0.79% | - |
| HSV(B) | 284.42º | 0.41% | 0.99% | - |
| XYZ | 59.84 | 44.76 | 98.41 | - |
| YUV | 183.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 253 | 0.11 | 0.41 | 0 | 0.01 | 284.42 | 0.96 | 0.79 |
| Hex | E2 | 95 | FD | B | 29 | 0 | 1 | 11C | 60 | 4F |
| Octal | 342 | 225 | 375 | 13 | 51 | 0 | 1 | 434 | 140 | 117 |
| Binary | 11100010 | 10010101 | 11111101 | 1011 | 101001 | 0 | 1 | 100011100 | 1100000 | 1001111 |
Color Harmonies of #E295FD
Complementary color
Monochromatic Colors of #E295FD
Black with #E295FD
Text Example
Text Example
White with #E295FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295FD; }
p { color: rgb(226,149,253); }
H1.HeaderClassName
{
color: #E295FD;
}
.AnyTagClassName
{
color: #E295FD;
}
</style>
background-color css
<style>
a { background-color: #E295FD; }
a { background-color: rgb(226,149,253); }
div.DivClassName
{
background-color: #E295FD;
}
.BgClassName
{
background-color: #E295FD;
}
</style>
border-color css
<style>
span { border-color: #E295FD; }
span { border-color: rgb(226,149,253); }
td.TdClassName
{
border-color: #E295FD;
}
.TagClassName
{
border-color: #E295FD;
}
</style>