Shades of Mauve #E2B9FD
Tints of Mauve #E2B9FD
RGB
CMYK
RGB Variations
Color information
#E2B9FD (or 0xE2B9FD) is known color: Mauve. HEX triplet: E2, B9 and FD. RGB value is (226,185,253). Sum of RGB (Red+Green+Blue) = 226+185+253=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FD is #1D4602. Grayscale: #CCCCCC. Windows color (decimal): -1918467 or 16628194. OLE color: 16628194.
HSL color Cylindrical-coordinate representation of color #E2B9FD: hue angle of 276.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2B9FD is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 185 | 253 | - |
CMYK | 0.11 | 0.27 | 0 | 0.01 |
HSL | 276.18º | 0.94% | 0.86% | - |
HSV(B) | 276.18º | 0.27% | 0.99% | - |
XYZ | 66.44 | 57.96 | 100.61 | - |
YUV | 205.01 | 155.08 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 185 | 253 | 0.11 | 0.27 | 0 | 0.01 | 276.18 | 0.94 | 0.86 |
Hex | E2 | B9 | FD | B | 1B | 0 | 1 | 114 | 5E | 56 |
Octal | 342 | 271 | 375 | 13 | 33 | 0 | 1 | 424 | 136 | 126 |
Binary | 11100010 | 10111001 | 11111101 | 1011 | 11011 | 0 | 1 | 100010100 | 1011110 | 1010110 |
Color Harmonies of #E2B9FD
Complementary color
Monochromatic Colors of #E2B9FD
Black with #E2B9FD
Text Example
Text Example
White with #E2B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9FD; }
p { color: rgb(226,185,253); }
H1.HeaderClassName
{
color: #E2B9FD;
}
.AnyTagClassName
{
color: #E2B9FD;
}
</style>
background-color css
<style>
a { background-color: #E2B9FD; }
a { background-color: rgb(226,185,253); }
div.DivClassName
{
background-color: #E2B9FD;
}
.BgClassName
{
background-color: #E2B9FD;
}
</style>
border-color css
<style>
span { border-color: #E2B9FD; }
span { border-color: rgb(226,185,253); }
td.TdClassName
{
border-color: #E2B9FD;
}
.TagClassName
{
border-color: #E2B9FD;
}
</style>