Shades of Mauve #EAC5FD
Tints of Mauve #EAC5FD
RGB
CMYK
RGB Variations
Color information
#EAC5FD (or 0xEAC5FD) is known color: Mauve. HEX triplet: EA, C5 and FD. RGB value is (234,197,253). Sum of RGB (Red+Green+Blue) = 234+197+253=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FD is #153A02. Grayscale: #D6D6D6. Windows color (decimal): -1391107 or 16631274. OLE color: 16631274.
HSL color Cylindrical-coordinate representation of color #EAC5FD: hue angle of 279.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC5FD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 197 | 253 | - |
CMYK | 0.08 | 0.22 | 0 | 0.01 |
HSL | 279.64º | 0.93% | 0.88% | - |
HSV(B) | 279.64º | 0.22% | 0.99% | - |
XYZ | 71.63 | 64.52 | 101.61 | - |
YUV | 214.45 | 149.76 | 141.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 197 | 253 | 0.08 | 0.22 | 0 | 0.01 | 279.64 | 0.93 | 0.88 |
Hex | EA | C5 | FD | 8 | 16 | 0 | 1 | 118 | 5D | 58 |
Octal | 352 | 305 | 375 | 10 | 26 | 0 | 1 | 430 | 135 | 130 |
Binary | 11101010 | 11000101 | 11111101 | 1000 | 10110 | 0 | 1 | 100011000 | 1011101 | 1011000 |
Color Harmonies of #EAC5FD
Complementary color
Monochromatic Colors of #EAC5FD
Black with #EAC5FD
Text Example
Text Example
White with #EAC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5FD; }
p { color: rgb(234,197,253); }
H1.HeaderClassName
{
color: #EAC5FD;
}
.AnyTagClassName
{
color: #EAC5FD;
}
</style>
background-color css
<style>
a { background-color: #EAC5FD; }
a { background-color: rgb(234,197,253); }
div.DivClassName
{
background-color: #EAC5FD;
}
.BgClassName
{
background-color: #EAC5FD;
}
</style>
border-color css
<style>
span { border-color: #EAC5FD; }
span { border-color: rgb(234,197,253); }
td.TdClassName
{
border-color: #EAC5FD;
}
.TagClassName
{
border-color: #EAC5FD;
}
</style>