Shades of Mauve #EAACFD
Tints of Mauve #EAACFD
RGB
CMYK
RGB Variations
Color information
#EAACFD (or 0xEAACFD) is known color: Mauve. HEX triplet: EA, AC and FD. RGB value is (234,172,253). Sum of RGB (Red+Green+Blue) = 234+172+253=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACFD is #155302. Grayscale: #C7C7C7. Windows color (decimal): -1397507 or 16624874. OLE color: 16624874.
HSL color Cylindrical-coordinate representation of color #EAACFD: hue angle of 285.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAACFD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 172 | 253 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.01 |
| HSL | 285.93º | 0.95% | 0.83% | - |
| HSV(B) | 285.93º | 0.32% | 0.99% | - |
| XYZ | 66.41 | 54.09 | 99.87 | - |
| YUV | 199.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 253 | 0.08 | 0.32 | 0 | 0.01 | 285.93 | 0.95 | 0.83 |
| Hex | EA | AC | FD | 8 | 20 | 0 | 1 | 11E | 5F | 53 |
| Octal | 352 | 254 | 375 | 10 | 40 | 0 | 1 | 436 | 137 | 123 |
| Binary | 11101010 | 10101100 | 11111101 | 1000 | 100000 | 0 | 1 | 100011110 | 1011111 | 1010011 |
Color Harmonies of #EAACFD
Complementary color
Monochromatic Colors of #EAACFD
Black with #EAACFD
Text Example
Text Example
White with #EAACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACFD; }
p { color: rgb(234,172,253); }
H1.HeaderClassName
{
color: #EAACFD;
}
.AnyTagClassName
{
color: #EAACFD;
}
</style>
background-color css
<style>
a { background-color: #EAACFD; }
a { background-color: rgb(234,172,253); }
div.DivClassName
{
background-color: #EAACFD;
}
.BgClassName
{
background-color: #EAACFD;
}
</style>
border-color css
<style>
span { border-color: #EAACFD; }
span { border-color: rgb(234,172,253); }
td.TdClassName
{
border-color: #EAACFD;
}
.TagClassName
{
border-color: #EAACFD;
}
</style>