Shades of Mauve #E09BFB
Tints of Mauve #E09BFB
RGB
CMYK
RGB Variations
Color information
#E09BFB (or 0xE09BFB) is known color: Mauve. HEX triplet: E0, 9B and FB. RGB value is (224,155,251). Sum of RGB (Red+Green+Blue) = 224+155+251=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #E09BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BFB is #1F6404. Grayscale: #BABABA. Windows color (decimal): -2057221 or 16489440. OLE color: 16489440.
HSL color Cylindrical-coordinate representation of color #E09BFB: hue angle of 283.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09BFB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 155 | 251 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.02 |
| HSL | 283.13º | 0.92% | 0.8% | - |
| HSV(B) | 283.13º | 0.38% | 0.98% | - |
| XYZ | 59.87 | 46.26 | 97.04 | - |
| YUV | 186.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 251 | 0.11 | 0.38 | 0 | 0.02 | 283.13 | 0.92 | 0.8 |
| Hex | E0 | 9B | FB | B | 26 | 0 | 2 | 11B | 5C | 50 |
| Octal | 340 | 233 | 373 | 13 | 46 | 0 | 2 | 433 | 134 | 120 |
| Binary | 11100000 | 10011011 | 11111011 | 1011 | 100110 | 0 | 10 | 100011011 | 1011100 | 1010000 |
Color Harmonies of #E09BFB
Complementary color
Monochromatic Colors of #E09BFB
Black with #E09BFB
Text Example
Text Example
White with #E09BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BFB; }
p { color: rgb(224,155,251); }
H1.HeaderClassName
{
color: #E09BFB;
}
.AnyTagClassName
{
color: #E09BFB;
}
</style>
background-color css
<style>
a { background-color: #E09BFB; }
a { background-color: rgb(224,155,251); }
div.DivClassName
{
background-color: #E09BFB;
}
.BgClassName
{
background-color: #E09BFB;
}
</style>
border-color css
<style>
span { border-color: #E09BFB; }
span { border-color: rgb(224,155,251); }
td.TdClassName
{
border-color: #E09BFB;
}
.TagClassName
{
border-color: #E09BFB;
}
</style>