Shades of Mauve #EC9AFD
Tints of Mauve #EC9AFD
RGB
CMYK
RGB Variations
Color information
#EC9AFD (or 0xEC9AFD) is known color: Mauve. HEX triplet: EC, 9A and FD. RGB value is (236,154,253). Sum of RGB (Red+Green+Blue) = 236+154+253=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 154 (60.55% from 255 or 23.95% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC9AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AFD is #136502. Grayscale: #BDBDBD. Windows color (decimal): -1271043 or 16620268. OLE color: 16620268.
HSL color Cylindrical-coordinate representation of color #EC9AFD: hue angle of 289.7º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC9AFD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 154 | 253 | - |
CMYK | 0.07 | 0.39 | 0 | 0.01 |
HSL | 289.7º | 0.96% | 0.8% | - |
HSV(B) | 289.7º | 0.39% | 0.99% | - |
XYZ | 63.88 | 48.04 | 98.83 | - |
YUV | 189.8 | 163.67 | 160.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 154 | 253 | 0.07 | 0.39 | 0 | 0.01 | 289.7 | 0.96 | 0.8 |
Hex | EC | 9A | FD | 7 | 27 | 0 | 1 | 122 | 60 | 50 |
Octal | 354 | 232 | 375 | 7 | 47 | 0 | 1 | 442 | 140 | 120 |
Binary | 11101100 | 10011010 | 11111101 | 111 | 100111 | 0 | 1 | 100100010 | 1100000 | 1010000 |
Color Harmonies of #EC9AFD
Complementary color
Monochromatic Colors of #EC9AFD
Black with #EC9AFD
Text Example
Text Example
White with #EC9AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AFD; }
p { color: rgb(236,154,253); }
H1.HeaderClassName
{
color: #EC9AFD;
}
.AnyTagClassName
{
color: #EC9AFD;
}
</style>
background-color css
<style>
a { background-color: #EC9AFD; }
a { background-color: rgb(236,154,253); }
div.DivClassName
{
background-color: #EC9AFD;
}
.BgClassName
{
background-color: #EC9AFD;
}
</style>
border-color css
<style>
span { border-color: #EC9AFD; }
span { border-color: rgb(236,154,253); }
td.TdClassName
{
border-color: #EC9AFD;
}
.TagClassName
{
border-color: #EC9AFD;
}
</style>