Shades of Mauve #EAC0FF
Tints of Mauve #EAC0FF
RGB
CMYK
RGB Variations
Color information
#EAC0FF (or 0xEAC0FF) is known color: Mauve. HEX triplet: EA, C0 and FF. RGB value is (234,192,255). Sum of RGB (Red+Green+Blue) = 234+192+255=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FF is #153F00. Grayscale: #D3D3D3. Windows color (decimal): -1392385 or 16761066. OLE color: 16761066.
HSL color Cylindrical-coordinate representation of color #EAC0FF: hue angle of 280º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAC0FF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 234 | 192 | 255 | - |
CMYK | 0.08 | 0.25 | 0 | 0 |
HSL | 280º | 1% | 0.88% | - |
HSV(B) | 280º | 0.25% | 1% | - |
XYZ | 70.83 | 62.41 | 102.92 | - |
YUV | 211.74 | 152.41 | 143.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 192 | 255 | 0.08 | 0.25 | 0 | 0 | 280 | 1 | 0.88 |
Hex | EA | C0 | FF | 8 | 19 | 0 | 0 | 118 | 64 | 58 |
Octal | 352 | 300 | 377 | 10 | 31 | 0 | 0 | 430 | 144 | 130 |
Binary | 11101010 | 11000000 | 11111111 | 1000 | 11001 | 0 | 0 | 100011000 | 1100100 | 1011000 |
Color Harmonies of #EAC0FF
Complementary color
Monochromatic Colors of #EAC0FF
Black with #EAC0FF
Text Example
Text Example
White with #EAC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0FF; }
p { color: rgb(234,192,255); }
H1.HeaderClassName
{
color: #EAC0FF;
}
.AnyTagClassName
{
color: #EAC0FF;
}
</style>
background-color css
<style>
a { background-color: #EAC0FF; }
a { background-color: rgb(234,192,255); }
div.DivClassName
{
background-color: #EAC0FF;
}
.BgClassName
{
background-color: #EAC0FF;
}
</style>
border-color css
<style>
span { border-color: #EAC0FF; }
span { border-color: rgb(234,192,255); }
td.TdClassName
{
border-color: #EAC0FF;
}
.TagClassName
{
border-color: #EAC0FF;
}
</style>