Shades of Mauve #EAB2F7
Tints of Mauve #EAB2F7
RGB
CMYK
RGB Variations
Color information
#EAB2F7 (or 0xEAB2F7) is known color: Mauve. HEX triplet: EA, B2 and F7. RGB value is (234,178,247). Sum of RGB (Red+Green+Blue) = 234+178+247=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAB2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2F7 is #154D08. Grayscale: #CACACA. Windows color (decimal): -1395977 or 16233194. OLE color: 16233194.
HSL color Cylindrical-coordinate representation of color #EAB2F7: hue angle of 288.7º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB2F7 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 178 | 247 | - |
CMYK | 0.05 | 0.28 | 0 | 0.03 |
HSL | 288.7º | 0.81% | 0.83% | - |
HSV(B) | 288.7º | 0.28% | 0.97% | - |
XYZ | 66.64 | 56.05 | 95.3 | - |
YUV | 202.61 | 153.05 | 150.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 178 | 247 | 0.05 | 0.28 | 0 | 0.03 | 288.7 | 0.81 | 0.83 |
Hex | EA | B2 | F7 | 5 | 1C | 0 | 3 | 121 | 51 | 53 |
Octal | 352 | 262 | 367 | 5 | 34 | 0 | 3 | 441 | 121 | 123 |
Binary | 11101010 | 10110010 | 11110111 | 101 | 11100 | 0 | 11 | 100100001 | 1010001 | 1010011 |
Color Harmonies of #EAB2F7
Complementary color
Monochromatic Colors of #EAB2F7
Black with #EAB2F7
Text Example
Text Example
White with #EAB2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2F7; }
p { color: rgb(234,178,247); }
H1.HeaderClassName
{
color: #EAB2F7;
}
.AnyTagClassName
{
color: #EAB2F7;
}
</style>
background-color css
<style>
a { background-color: #EAB2F7; }
a { background-color: rgb(234,178,247); }
div.DivClassName
{
background-color: #EAB2F7;
}
.BgClassName
{
background-color: #EAB2F7;
}
</style>
border-color css
<style>
span { border-color: #EAB2F7; }
span { border-color: rgb(234,178,247); }
td.TdClassName
{
border-color: #EAB2F7;
}
.TagClassName
{
border-color: #EAB2F7;
}
</style>