Shades of Violet #E17AE6
Tints of Violet #E17AE6
RGB
CMYK
RGB Variations
Color information
#E17AE6 (or 0xE17AE6) is known color: Violet. HEX triplet: E1, 7A and E6. RGB value is (225,122,230). Sum of RGB (Red+Green+Blue) = 225+122+230=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #E17AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17AE6 is #1E8519. Grayscale: #A4A4A4. Windows color (decimal): -2000154 or 15104737. OLE color: 15104737.
HSL color Cylindrical-coordinate representation of color #E17AE6: hue angle of 297.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17AE6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 122 | 230 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.10 |
| HSL | 297.22º | 0.68% | 0.69% | - |
| HSV(B) | 297.22º | 0.47% | 0.9% | - |
| XYZ | 52.29 | 35.64 | 78.99 | - |
| YUV | 165.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 230 | 0.02 | 0.47 | 0 | 0.10 | 297.22 | 0.68 | 0.69 |
| Hex | E1 | 7A | E6 | 2 | 2F | 0 | A | 129 | 44 | 45 |
| Octal | 341 | 172 | 346 | 2 | 57 | 0 | 12 | 451 | 104 | 105 |
| Binary | 11100001 | 1111010 | 11100110 | 10 | 101111 | 0 | 1010 | 100101001 | 1000100 | 1000101 |
Color Harmonies of #E17AE6
Complementary color
Monochromatic Colors of #E17AE6
Black with #E17AE6
Text Example
Text Example
White with #E17AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AE6; }
p { color: rgb(225,122,230); }
H1.HeaderClassName
{
color: #E17AE6;
}
.AnyTagClassName
{
color: #E17AE6;
}
</style>
background-color css
<style>
a { background-color: #E17AE6; }
a { background-color: rgb(225,122,230); }
div.DivClassName
{
background-color: #E17AE6;
}
.BgClassName
{
background-color: #E17AE6;
}
</style>
border-color css
<style>
span { border-color: #E17AE6; }
span { border-color: rgb(225,122,230); }
td.TdClassName
{
border-color: #E17AE6;
}
.TagClassName
{
border-color: #E17AE6;
}
</style>