Shades of Mauve #E097FD
Tints of Mauve #E097FD
RGB
CMYK
RGB Variations
Color information
#E097FD (or 0xE097FD) is known color: Mauve. HEX triplet: E0, 97 and FD. RGB value is (224,151,253). Sum of RGB (Red+Green+Blue) = 224+151+253=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 151 (59.38% from 255 or 24.04% 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 #E097FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097FD is #1F6802. Grayscale: #B8B8B8. Windows color (decimal): -2058243 or 16619488. OLE color: 16619488.
HSL color Cylindrical-coordinate representation of color #E097FD: hue angle of 282.94º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E097FD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 151 | 253 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.01 |
| HSL | 282.94º | 0.96% | 0.79% | - |
| HSV(B) | 282.94º | 0.4% | 0.99% | - |
| XYZ | 59.54 | 45.07 | 98.49 | - |
| YUV | 184.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 253 | 0.11 | 0.40 | 0 | 0.01 | 282.94 | 0.96 | 0.79 |
| Hex | E0 | 97 | FD | B | 28 | 0 | 1 | 11B | 60 | 4F |
| Octal | 340 | 227 | 375 | 13 | 50 | 0 | 1 | 433 | 140 | 117 |
| Binary | 11100000 | 10010111 | 11111101 | 1011 | 101000 | 0 | 1 | 100011011 | 1100000 | 1001111 |
Color Harmonies of #E097FD
Complementary color
Monochromatic Colors of #E097FD
Black with #E097FD
Text Example
Text Example
White with #E097FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097FD; }
p { color: rgb(224,151,253); }
H1.HeaderClassName
{
color: #E097FD;
}
.AnyTagClassName
{
color: #E097FD;
}
</style>
background-color css
<style>
a { background-color: #E097FD; }
a { background-color: rgb(224,151,253); }
div.DivClassName
{
background-color: #E097FD;
}
.BgClassName
{
background-color: #E097FD;
}
</style>
border-color css
<style>
span { border-color: #E097FD; }
span { border-color: rgb(224,151,253); }
td.TdClassName
{
border-color: #E097FD;
}
.TagClassName
{
border-color: #E097FD;
}
</style>