Shades of Mauve #EBADF5
Tints of Mauve #EBADF5
RGB
CMYK
RGB Variations
Color information
#EBADF5 (or 0xEBADF5) is known color: Mauve. HEX triplet: EB, AD and F5. RGB value is (235,173,245). Sum of RGB (Red+Green+Blue) = 235+173+245=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF5 is #14520A. Grayscale: #C7C7C7. Windows color (decimal): -1331723 or 16100843. OLE color: 16100843.
HSL color Cylindrical-coordinate representation of color #EBADF5: hue angle of 291.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBADF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 173 | 245 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.04 |
| HSL | 291.67º | 0.78% | 0.82% | - |
| HSV(B) | 291.67º | 0.29% | 0.96% | - |
| XYZ | 65.69 | 54.14 | 93.37 | - |
| YUV | 199.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 245 | 0.04 | 0.29 | 0 | 0.04 | 291.67 | 0.78 | 0.82 |
| Hex | EB | AD | F5 | 4 | 1D | 0 | 4 | 124 | 4E | 52 |
| Octal | 353 | 255 | 365 | 4 | 35 | 0 | 4 | 444 | 116 | 122 |
| Binary | 11101011 | 10101101 | 11110101 | 100 | 11101 | 0 | 100 | 100100100 | 1001110 | 1010010 |
Color Harmonies of #EBADF5
Complementary color
Monochromatic Colors of #EBADF5
Black with #EBADF5
Text Example
Text Example
White with #EBADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADF5; }
p { color: rgb(235,173,245); }
H1.HeaderClassName
{
color: #EBADF5;
}
.AnyTagClassName
{
color: #EBADF5;
}
</style>
background-color css
<style>
a { background-color: #EBADF5; }
a { background-color: rgb(235,173,245); }
div.DivClassName
{
background-color: #EBADF5;
}
.BgClassName
{
background-color: #EBADF5;
}
</style>
border-color css
<style>
span { border-color: #EBADF5; }
span { border-color: rgb(235,173,245); }
td.TdClassName
{
border-color: #EBADF5;
}
.TagClassName
{
border-color: #EBADF5;
}
</style>