Shades of Mauve #E4B5ED
Tints of Mauve #E4B5ED
RGB
CMYK
RGB Variations
Color information
#E4B5ED (or 0xE4B5ED) is known color: Mauve. HEX triplet: E4, B5 and ED. RGB value is (228,181,237). Sum of RGB (Red+Green+Blue) = 228+181+237=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B5ED is #1B4A12. Grayscale: #C9C9C9. Windows color (decimal): -1788435 or 15578596. OLE color: 15578596.
HSL color Cylindrical-coordinate representation of color #E4B5ED: hue angle of 290.36º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4B5ED is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 181 | 237 | - |
CMYK | 0.04 | 0.24 | 0 | 0.07 |
HSL | 290.36º | 0.61% | 0.82% | - |
HSV(B) | 290.36º | 0.24% | 0.93% | - |
XYZ | 63.8 | 55.66 | 87.5 | - |
YUV | 201.44 | 148.07 | 146.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 181 | 237 | 0.04 | 0.24 | 0 | 0.07 | 290.36 | 0.61 | 0.82 |
Hex | E4 | B5 | ED | 4 | 18 | 0 | 7 | 122 | 3D | 52 |
Octal | 344 | 265 | 355 | 4 | 30 | 0 | 7 | 442 | 75 | 122 |
Binary | 11100100 | 10110101 | 11101101 | 100 | 11000 | 0 | 111 | 100100010 | 111101 | 1010010 |
Color Harmonies of #E4B5ED
Complementary color
Monochromatic Colors of #E4B5ED
Black with #E4B5ED
Text Example
Text Example
White with #E4B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B5ED; }
p { color: rgb(228,181,237); }
H1.HeaderClassName
{
color: #E4B5ED;
}
.AnyTagClassName
{
color: #E4B5ED;
}
</style>
background-color css
<style>
a { background-color: #E4B5ED; }
a { background-color: rgb(228,181,237); }
div.DivClassName
{
background-color: #E4B5ED;
}
.BgClassName
{
background-color: #E4B5ED;
}
</style>
border-color css
<style>
span { border-color: #E4B5ED; }
span { border-color: rgb(228,181,237); }
td.TdClassName
{
border-color: #E4B5ED;
}
.TagClassName
{
border-color: #E4B5ED;
}
</style>