Shades of Mauve #EBA8FD
Tints of Mauve #EBA8FD
RGB
CMYK
RGB Variations
Color information
#EBA8FD (or 0xEBA8FD) is known color: Mauve. HEX triplet: EB, A8 and FD. RGB value is (235,168,253). Sum of RGB (Red+Green+Blue) = 235+168+253=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8FD is #145702. Grayscale: #C5C5C5. Windows color (decimal): -1332995 or 16623851. OLE color: 16623851.
HSL color Cylindrical-coordinate representation of color #EBA8FD: hue angle of 287.29º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA8FD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 168 | 253 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.01 |
| HSL | 287.29º | 0.96% | 0.83% | - |
| HSV(B) | 287.29º | 0.34% | 0.99% | - |
| XYZ | 65.99 | 52.76 | 99.63 | - |
| YUV | 197.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 253 | 0.07 | 0.34 | 0 | 0.01 | 287.29 | 0.96 | 0.83 |
| Hex | EB | A8 | FD | 7 | 22 | 0 | 1 | 11F | 60 | 53 |
| Octal | 353 | 250 | 375 | 7 | 42 | 0 | 1 | 437 | 140 | 123 |
| Binary | 11101011 | 10101000 | 11111101 | 111 | 100010 | 0 | 1 | 100011111 | 1100000 | 1010011 |
Color Harmonies of #EBA8FD
Complementary color
Monochromatic Colors of #EBA8FD
Black with #EBA8FD
Text Example
Text Example
White with #EBA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8FD; }
p { color: rgb(235,168,253); }
H1.HeaderClassName
{
color: #EBA8FD;
}
.AnyTagClassName
{
color: #EBA8FD;
}
</style>
background-color css
<style>
a { background-color: #EBA8FD; }
a { background-color: rgb(235,168,253); }
div.DivClassName
{
background-color: #EBA8FD;
}
.BgClassName
{
background-color: #EBA8FD;
}
</style>
border-color css
<style>
span { border-color: #EBA8FD; }
span { border-color: rgb(235,168,253); }
td.TdClassName
{
border-color: #EBA8FD;
}
.TagClassName
{
border-color: #EBA8FD;
}
</style>