Shades of Mauve #EBA2FD
Tints of Mauve #EBA2FD
RGB
CMYK
RGB Variations
Color information
#EBA2FD (or 0xEBA2FD) is known color: Mauve. HEX triplet: EB, A2 and FD. RGB value is (235,162,253). Sum of RGB (Red+Green+Blue) = 235+162+253=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2FD is #145D02. Grayscale: #C1C1C1. Windows color (decimal): -1334531 or 16622315. OLE color: 16622315.
HSL color Cylindrical-coordinate representation of color #EBA2FD: hue angle of 288.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA2FD is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 162 | 253 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.01 |
| HSL | 288.13º | 0.96% | 0.81% | - |
| HSV(B) | 288.13º | 0.36% | 0.99% | - |
| XYZ | 64.91 | 50.59 | 99.27 | - |
| YUV | 194.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 253 | 0.07 | 0.36 | 0 | 0.01 | 288.13 | 0.96 | 0.81 |
| Hex | EB | A2 | FD | 7 | 24 | 0 | 1 | 120 | 60 | 51 |
| Octal | 353 | 242 | 375 | 7 | 44 | 0 | 1 | 440 | 140 | 121 |
| Binary | 11101011 | 10100010 | 11111101 | 111 | 100100 | 0 | 1 | 100100000 | 1100000 | 1010001 |
Color Harmonies of #EBA2FD
Complementary color
Monochromatic Colors of #EBA2FD
Black with #EBA2FD
Text Example
Text Example
White with #EBA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2FD; }
p { color: rgb(235,162,253); }
H1.HeaderClassName
{
color: #EBA2FD;
}
.AnyTagClassName
{
color: #EBA2FD;
}
</style>
background-color css
<style>
a { background-color: #EBA2FD; }
a { background-color: rgb(235,162,253); }
div.DivClassName
{
background-color: #EBA2FD;
}
.BgClassName
{
background-color: #EBA2FD;
}
</style>
border-color css
<style>
span { border-color: #EBA2FD; }
span { border-color: rgb(235,162,253); }
td.TdClassName
{
border-color: #EBA2FD;
}
.TagClassName
{
border-color: #EBA2FD;
}
</style>