Shades of Mauve #EBAAFD
Tints of Mauve #EBAAFD
RGB
CMYK
RGB Variations
Color information
#EBAAFD (or 0xEBAAFD) is known color: Mauve. HEX triplet: EB, AA and FD. RGB value is (235,170,253). Sum of RGB (Red+Green+Blue) = 235+170+253=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAFD is #145502. Grayscale: #C6C6C6. Windows color (decimal): -1332483 or 16624363. OLE color: 16624363.
HSL color Cylindrical-coordinate representation of color #EBAAFD: hue angle of 286.99º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBAAFD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 170 | 253 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.01 |
| HSL | 286.99º | 0.95% | 0.83% | - |
| HSV(B) | 286.99º | 0.33% | 0.99% | - |
| XYZ | 66.37 | 53.5 | 99.76 | - |
| YUV | 198.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 253 | 0.07 | 0.33 | 0 | 0.01 | 286.99 | 0.95 | 0.83 |
| Hex | EB | AA | FD | 7 | 21 | 0 | 1 | 11F | 5F | 53 |
| Octal | 353 | 252 | 375 | 7 | 41 | 0 | 1 | 437 | 137 | 123 |
| Binary | 11101011 | 10101010 | 11111101 | 111 | 100001 | 0 | 1 | 100011111 | 1011111 | 1010011 |
Color Harmonies of #EBAAFD
Complementary color
Monochromatic Colors of #EBAAFD
Black with #EBAAFD
Text Example
Text Example
White with #EBAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAFD; }
p { color: rgb(235,170,253); }
H1.HeaderClassName
{
color: #EBAAFD;
}
.AnyTagClassName
{
color: #EBAAFD;
}
</style>
background-color css
<style>
a { background-color: #EBAAFD; }
a { background-color: rgb(235,170,253); }
div.DivClassName
{
background-color: #EBAAFD;
}
.BgClassName
{
background-color: #EBAAFD;
}
</style>
border-color css
<style>
span { border-color: #EBAAFD; }
span { border-color: rgb(235,170,253); }
td.TdClassName
{
border-color: #EBAAFD;
}
.TagClassName
{
border-color: #EBAAFD;
}
</style>