Shades of Mauve #E09EFD
Tints of Mauve #E09EFD
RGB
CMYK
RGB Variations
Color information
#E09EFD (or 0xE09EFD) is known color: Mauve. HEX triplet: E0, 9E and FD. RGB value is (224,158,253). Sum of RGB (Red+Green+Blue) = 224+158+253=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #E09EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EFD is #1F6102. Grayscale: #BCBCBC. Windows color (decimal): -2056451 or 16621280. OLE color: 16621280.
HSL color Cylindrical-coordinate representation of color #E09EFD: hue angle of 281.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09EFD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 158 | 253 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.01 |
| HSL | 281.68º | 0.96% | 0.81% | - |
| HSV(B) | 281.68º | 0.38% | 0.99% | - |
| XYZ | 60.7 | 47.39 | 98.88 | - |
| YUV | 188.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 253 | 0.11 | 0.38 | 0 | 0.01 | 281.68 | 0.96 | 0.81 |
| Hex | E0 | 9E | FD | B | 26 | 0 | 1 | 11A | 60 | 51 |
| Octal | 340 | 236 | 375 | 13 | 46 | 0 | 1 | 432 | 140 | 121 |
| Binary | 11100000 | 10011110 | 11111101 | 1011 | 100110 | 0 | 1 | 100011010 | 1100000 | 1010001 |
Color Harmonies of #E09EFD
Complementary color
Monochromatic Colors of #E09EFD
Black with #E09EFD
Text Example
Text Example
White with #E09EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EFD; }
p { color: rgb(224,158,253); }
H1.HeaderClassName
{
color: #E09EFD;
}
.AnyTagClassName
{
color: #E09EFD;
}
</style>
background-color css
<style>
a { background-color: #E09EFD; }
a { background-color: rgb(224,158,253); }
div.DivClassName
{
background-color: #E09EFD;
}
.BgClassName
{
background-color: #E09EFD;
}
</style>
border-color css
<style>
span { border-color: #E09EFD; }
span { border-color: rgb(224,158,253); }
td.TdClassName
{
border-color: #E09EFD;
}
.TagClassName
{
border-color: #E09EFD;
}
</style>