Shades of Mauve #E6AEFD
Tints of Mauve #E6AEFD
RGB
CMYK
RGB Variations
Color information
#E6AEFD (or 0xE6AEFD) is known color: Mauve. HEX triplet: E6, AE and FD. RGB value is (230,174,253). Sum of RGB (Red+Green+Blue) = 230+174+253=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEFD is #195102. Grayscale: #C7C7C7. Windows color (decimal): -1659139 or 16625382. OLE color: 16625382.
HSL color Cylindrical-coordinate representation of color #E6AEFD: hue angle of 282.53º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AEFD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 174 | 253 | - |
CMYK | 0.09 | 0.31 | 0 | 0.01 |
HSL | 282.53º | 0.95% | 0.84% | - |
HSV(B) | 282.53º | 0.31% | 0.99% | - |
XYZ | 65.5 | 54.19 | 99.94 | - |
YUV | 199.75 | 158.05 | 149.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 174 | 253 | 0.09 | 0.31 | 0 | 0.01 | 282.53 | 0.95 | 0.84 |
Hex | E6 | AE | FD | 9 | 1F | 0 | 1 | 11B | 5F | 54 |
Octal | 346 | 256 | 375 | 11 | 37 | 0 | 1 | 433 | 137 | 124 |
Binary | 11100110 | 10101110 | 11111101 | 1001 | 11111 | 0 | 1 | 100011011 | 1011111 | 1010100 |
Color Harmonies of #E6AEFD
Complementary color
Monochromatic Colors of #E6AEFD
Black with #E6AEFD
Text Example
Text Example
White with #E6AEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEFD; }
p { color: rgb(230,174,253); }
H1.HeaderClassName
{
color: #E6AEFD;
}
.AnyTagClassName
{
color: #E6AEFD;
}
</style>
background-color css
<style>
a { background-color: #E6AEFD; }
a { background-color: rgb(230,174,253); }
div.DivClassName
{
background-color: #E6AEFD;
}
.BgClassName
{
background-color: #E6AEFD;
}
</style>
border-color css
<style>
span { border-color: #E6AEFD; }
span { border-color: rgb(230,174,253); }
td.TdClassName
{
border-color: #E6AEFD;
}
.TagClassName
{
border-color: #E6AEFD;
}
</style>