Shades of Mauve #E09BFC
Tints of Mauve #E09BFC
RGB
CMYK
RGB Variations
Color information
#E09BFC (or 0xE09BFC) is known color: Mauve. HEX triplet: E0, 9B and FC. RGB value is (224,155,252). Sum of RGB (Red+Green+Blue) = 224+155+252=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #E09BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BFC is #1F6403. Grayscale: #BABABA. Windows color (decimal): -2057220 or 16554976. OLE color: 16554976.
HSL color Cylindrical-coordinate representation of color #E09BFC: hue angle of 282.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09BFC is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 155 | 252 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.01 |
| HSL | 282.68º | 0.94% | 0.8% | - |
| HSV(B) | 282.68º | 0.38% | 0.99% | - |
| XYZ | 60.03 | 46.32 | 97.87 | - |
| YUV | 186.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 252 | 0.11 | 0.38 | 0 | 0.01 | 282.68 | 0.94 | 0.8 |
| Hex | E0 | 9B | FC | B | 26 | 0 | 1 | 11B | 5E | 50 |
| Octal | 340 | 233 | 374 | 13 | 46 | 0 | 1 | 433 | 136 | 120 |
| Binary | 11100000 | 10011011 | 11111100 | 1011 | 100110 | 0 | 1 | 100011011 | 1011110 | 1010000 |
Color Harmonies of #E09BFC
Complementary color
Monochromatic Colors of #E09BFC
Black with #E09BFC
Text Example
Text Example
White with #E09BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BFC; }
p { color: rgb(224,155,252); }
H1.HeaderClassName
{
color: #E09BFC;
}
.AnyTagClassName
{
color: #E09BFC;
}
</style>
background-color css
<style>
a { background-color: #E09BFC; }
a { background-color: rgb(224,155,252); }
div.DivClassName
{
background-color: #E09BFC;
}
.BgClassName
{
background-color: #E09BFC;
}
</style>
border-color css
<style>
span { border-color: #E09BFC; }
span { border-color: rgb(224,155,252); }
td.TdClassName
{
border-color: #E09BFC;
}
.TagClassName
{
border-color: #E09BFC;
}
</style>