Shades of Mauve #E2B4FD
Tints of Mauve #E2B4FD
RGB
CMYK
RGB Variations
Color information
#E2B4FD (or 0xE2B4FD) is known color: Mauve. HEX triplet: E2, B4 and FD. RGB value is (226,180,253). Sum of RGB (Red+Green+Blue) = 226+180+253=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2B4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B4FD is #1D4B02. Grayscale: #C9C9C9. Windows color (decimal): -1919747 or 16626914. OLE color: 16626914.
HSL color Cylindrical-coordinate representation of color #E2B4FD: hue angle of 277.81º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2B4FD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 180 | 253 | - |
CMYK | 0.11 | 0.29 | 0 | 0.01 |
HSL | 277.81º | 0.95% | 0.85% | - |
HSV(B) | 277.81º | 0.29% | 0.99% | - |
XYZ | 65.41 | 55.9 | 100.27 | - |
YUV | 202.08 | 156.74 | 145.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 180 | 253 | 0.11 | 0.29 | 0 | 0.01 | 277.81 | 0.95 | 0.85 |
Hex | E2 | B4 | FD | B | 1D | 0 | 1 | 116 | 5F | 55 |
Octal | 342 | 264 | 375 | 13 | 35 | 0 | 1 | 426 | 137 | 125 |
Binary | 11100010 | 10110100 | 11111101 | 1011 | 11101 | 0 | 1 | 100010110 | 1011111 | 1010101 |
Color Harmonies of #E2B4FD
Complementary color
Monochromatic Colors of #E2B4FD
Black with #E2B4FD
Text Example
Text Example
White with #E2B4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B4FD; }
p { color: rgb(226,180,253); }
H1.HeaderClassName
{
color: #E2B4FD;
}
.AnyTagClassName
{
color: #E2B4FD;
}
</style>
background-color css
<style>
a { background-color: #E2B4FD; }
a { background-color: rgb(226,180,253); }
div.DivClassName
{
background-color: #E2B4FD;
}
.BgClassName
{
background-color: #E2B4FD;
}
</style>
border-color css
<style>
span { border-color: #E2B4FD; }
span { border-color: rgb(226,180,253); }
td.TdClassName
{
border-color: #E2B4FD;
}
.TagClassName
{
border-color: #E2B4FD;
}
</style>