Shades of Mauve #E096FD
Tints of Mauve #E096FD
RGB
CMYK
RGB Variations
Color information
#E096FD (or 0xE096FD) is known color: Mauve. HEX triplet: E0, 96 and FD. RGB value is (224,150,253). Sum of RGB (Red+Green+Blue) = 224+150+253=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #E096FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096FD is #1F6902. Grayscale: #B7B7B7. Windows color (decimal): -2058499 or 16619232. OLE color: 16619232.
HSL color Cylindrical-coordinate representation of color #E096FD: hue angle of 283.11º 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 #E096FD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 150 | 253 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.01 |
| HSL | 283.11º | 0.96% | 0.79% | - |
| HSV(B) | 283.11º | 0.41% | 0.99% | - |
| XYZ | 59.38 | 44.75 | 98.44 | - |
| YUV | 183.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 253 | 0.11 | 0.41 | 0 | 0.01 | 283.11 | 0.96 | 0.79 |
| Hex | E0 | 96 | FD | B | 29 | 0 | 1 | 11B | 60 | 4F |
| Octal | 340 | 226 | 375 | 13 | 51 | 0 | 1 | 433 | 140 | 117 |
| Binary | 11100000 | 10010110 | 11111101 | 1011 | 101001 | 0 | 1 | 100011011 | 1100000 | 1001111 |
Color Harmonies of #E096FD
Complementary color
Monochromatic Colors of #E096FD
Black with #E096FD
Text Example
Text Example
White with #E096FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096FD; }
p { color: rgb(224,150,253); }
H1.HeaderClassName
{
color: #E096FD;
}
.AnyTagClassName
{
color: #E096FD;
}
</style>
background-color css
<style>
a { background-color: #E096FD; }
a { background-color: rgb(224,150,253); }
div.DivClassName
{
background-color: #E096FD;
}
.BgClassName
{
background-color: #E096FD;
}
</style>
border-color css
<style>
span { border-color: #E096FD; }
span { border-color: rgb(224,150,253); }
td.TdClassName
{
border-color: #E096FD;
}
.TagClassName
{
border-color: #E096FD;
}
</style>