Shades of Mauve #EAB2F2
Tints of Mauve #EAB2F2
RGB
CMYK
RGB Variations
Color information
#EAB2F2 (or 0xEAB2F2) is known color: Mauve. HEX triplet: EA, B2 and F2. RGB value is (234,178,242). Sum of RGB (Red+Green+Blue) = 234+178+242=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2F2 is #154D0D. Grayscale: #C9C9C9. Windows color (decimal): -1395982 or 15905514. OLE color: 15905514.
HSL color Cylindrical-coordinate representation of color #EAB2F2: hue angle of 292.5º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB2F2 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 178 | 242 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.05 |
| HSL | 292.5º | 0.71% | 0.82% | - |
| HSV(B) | 292.5º | 0.26% | 0.95% | - |
| XYZ | 65.88 | 55.74 | 91.29 | - |
| YUV | 202.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 242 | 0.03 | 0.26 | 0 | 0.05 | 292.5 | 0.71 | 0.82 |
| Hex | EA | B2 | F2 | 3 | 1A | 0 | 5 | 124 | 47 | 52 |
| Octal | 352 | 262 | 362 | 3 | 32 | 0 | 5 | 444 | 107 | 122 |
| Binary | 11101010 | 10110010 | 11110010 | 11 | 11010 | 0 | 101 | 100100100 | 1000111 | 1010010 |
Color Harmonies of #EAB2F2
Complementary color
Monochromatic Colors of #EAB2F2
Black with #EAB2F2
Text Example
Text Example
White with #EAB2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2F2; }
p { color: rgb(234,178,242); }
H1.HeaderClassName
{
color: #EAB2F2;
}
.AnyTagClassName
{
color: #EAB2F2;
}
</style>
background-color css
<style>
a { background-color: #EAB2F2; }
a { background-color: rgb(234,178,242); }
div.DivClassName
{
background-color: #EAB2F2;
}
.BgClassName
{
background-color: #EAB2F2;
}
</style>
border-color css
<style>
span { border-color: #EAB2F2; }
span { border-color: rgb(234,178,242); }
td.TdClassName
{
border-color: #EAB2F2;
}
.TagClassName
{
border-color: #EAB2F2;
}
</style>