Shades of Mauve #ECA8FF
Tints of Mauve #ECA8FF
RGB
CMYK
RGB Variations
Color information
#ECA8FF (or 0xECA8FF) is known color: Mauve. HEX triplet: EC, A8 and FF. RGB value is (236,168,255). Sum of RGB (Red+Green+Blue) = 236+168+255=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8FF is #135700. Grayscale: #C5C5C5. Windows color (decimal): -1267457 or 16754924. OLE color: 16754924.
HSL color Cylindrical-coordinate representation of color #ECA8FF: hue angle of 286.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECA8FF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 168 | 255 | - |
| CMYK | 0.07 | 0.34 | 0 | 0 |
| HSL | 286.9º | 1% | 0.83% | - |
| HSV(B) | 286.9º | 0.34% | 1% | - |
| XYZ | 66.64 | 53.06 | 101.34 | - |
| YUV | 198.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 255 | 0.07 | 0.34 | 0 | 0 | 286.9 | 1 | 0.83 |
| Hex | EC | A8 | FF | 7 | 22 | 0 | 0 | 11F | 64 | 53 |
| Octal | 354 | 250 | 377 | 7 | 42 | 0 | 0 | 437 | 144 | 123 |
| Binary | 11101100 | 10101000 | 11111111 | 111 | 100010 | 0 | 0 | 100011111 | 1100100 | 1010011 |
Color Harmonies of #ECA8FF
Complementary color
Monochromatic Colors of #ECA8FF
Black with #ECA8FF
Text Example
Text Example
White with #ECA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8FF; }
p { color: rgb(236,168,255); }
H1.HeaderClassName
{
color: #ECA8FF;
}
.AnyTagClassName
{
color: #ECA8FF;
}
</style>
background-color css
<style>
a { background-color: #ECA8FF; }
a { background-color: rgb(236,168,255); }
div.DivClassName
{
background-color: #ECA8FF;
}
.BgClassName
{
background-color: #ECA8FF;
}
</style>
border-color css
<style>
span { border-color: #ECA8FF; }
span { border-color: rgb(236,168,255); }
td.TdClassName
{
border-color: #ECA8FF;
}
.TagClassName
{
border-color: #ECA8FF;
}
</style>