Shades of Mauve #E4ADFD
Tints of Mauve #E4ADFD
RGB
CMYK
RGB Variations
Color information
#E4ADFD (or 0xE4ADFD) is known color: Mauve. HEX triplet: E4, AD and FD. RGB value is (228,173,253). Sum of RGB (Red+Green+Blue) = 228+173+253=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADFD is #1B5202. Grayscale: #C6C6C6. Windows color (decimal): -1790467 or 16625124. OLE color: 16625124.
HSL color Cylindrical-coordinate representation of color #E4ADFD: hue angle of 281.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4ADFD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 173 | 253 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.01 |
| HSL | 281.25º | 0.95% | 0.84% | - |
| HSV(B) | 281.25º | 0.32% | 0.99% | - |
| XYZ | 64.67 | 53.47 | 99.84 | - |
| YUV | 198.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 253 | 0.10 | 0.32 | 0 | 0.01 | 281.25 | 0.95 | 0.84 |
| Hex | E4 | AD | FD | A | 20 | 0 | 1 | 119 | 5F | 54 |
| Octal | 344 | 255 | 375 | 12 | 40 | 0 | 1 | 431 | 137 | 124 |
| Binary | 11100100 | 10101101 | 11111101 | 1010 | 100000 | 0 | 1 | 100011001 | 1011111 | 1010100 |
Color Harmonies of #E4ADFD
Complementary color
Monochromatic Colors of #E4ADFD
Black with #E4ADFD
Text Example
Text Example
White with #E4ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADFD; }
p { color: rgb(228,173,253); }
H1.HeaderClassName
{
color: #E4ADFD;
}
.AnyTagClassName
{
color: #E4ADFD;
}
</style>
background-color css
<style>
a { background-color: #E4ADFD; }
a { background-color: rgb(228,173,253); }
div.DivClassName
{
background-color: #E4ADFD;
}
.BgClassName
{
background-color: #E4ADFD;
}
</style>
border-color css
<style>
span { border-color: #E4ADFD; }
span { border-color: rgb(228,173,253); }
td.TdClassName
{
border-color: #E4ADFD;
}
.TagClassName
{
border-color: #E4ADFD;
}
</style>