Shades of Mauve #E09BFE
Tints of Mauve #E09BFE
RGB
CMYK
RGB Variations
Color information
#E09BFE (or 0xE09BFE) is known color: Mauve. HEX triplet: E0, 9B and FE. RGB value is (224,155,254). Sum of RGB (Red+Green+Blue) = 224+155+254=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BFE is #1F6401. Grayscale: #BABABA. Windows color (decimal): -2057218 or 16686048. OLE color: 16686048.
HSL color Cylindrical-coordinate representation of color #E09BFE: hue angle of 281.82º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09BFE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 155 | 254 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.00 |
| HSL | 281.82º | 0.98% | 0.8% | - |
| HSV(B) | 281.82º | 0.39% | 1% | - |
| XYZ | 60.35 | 46.45 | 99.55 | - |
| YUV | 186.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 254 | 0.12 | 0.39 | 0 | 0.00 | 281.82 | 0.98 | 0.8 |
| Hex | E0 | 9B | FE | C | 27 | 0 | 0 | 11A | 62 | 50 |
| Octal | 340 | 233 | 376 | 14 | 47 | 0 | 0 | 432 | 142 | 120 |
| Binary | 11100000 | 10011011 | 11111110 | 1100 | 100111 | 0 | 0 | 100011010 | 1100010 | 1010000 |
Color Harmonies of #E09BFE
Complementary color
Monochromatic Colors of #E09BFE
Black with #E09BFE
Text Example
Text Example
White with #E09BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BFE; }
p { color: rgb(224,155,254); }
H1.HeaderClassName
{
color: #E09BFE;
}
.AnyTagClassName
{
color: #E09BFE;
}
</style>
background-color css
<style>
a { background-color: #E09BFE; }
a { background-color: rgb(224,155,254); }
div.DivClassName
{
background-color: #E09BFE;
}
.BgClassName
{
background-color: #E09BFE;
}
</style>
border-color css
<style>
span { border-color: #E09BFE; }
span { border-color: rgb(224,155,254); }
td.TdClassName
{
border-color: #E09BFE;
}
.TagClassName
{
border-color: #E09BFE;
}
</style>