Shades of Violet #E17AEE
Tints of Violet #E17AEE
RGB
CMYK
RGB Variations
Color information
#E17AEE (or 0xE17AEE) is known color: Violet. HEX triplet: E1, 7A and EE. RGB value is (225,122,238). Sum of RGB (Red+Green+Blue) = 225+122+238=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #E17AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17AEE is #1E8511. Grayscale: #A5A5A5. Windows color (decimal): -2000146 or 15629025. OLE color: 15629025.
HSL color Cylindrical-coordinate representation of color #E17AEE: hue angle of 293.28º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17AEE is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 122 | 238 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 293.28º | 0.77% | 0.71% | - |
| HSV(B) | 293.28º | 0.49% | 0.93% | - |
| XYZ | 53.44 | 36.1 | 85.04 | - |
| YUV | 166.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 238 | 0.05 | 0.49 | 0 | 0.07 | 293.28 | 0.77 | 0.71 |
| Hex | E1 | 7A | EE | 5 | 31 | 0 | 7 | 125 | 4D | 47 |
| Octal | 341 | 172 | 356 | 5 | 61 | 0 | 7 | 445 | 115 | 107 |
| Binary | 11100001 | 1111010 | 11101110 | 101 | 110001 | 0 | 111 | 100100101 | 1001101 | 1000111 |
Color Harmonies of #E17AEE
Complementary color
Monochromatic Colors of #E17AEE
Black with #E17AEE
Text Example
Text Example
White with #E17AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AEE; }
p { color: rgb(225,122,238); }
H1.HeaderClassName
{
color: #E17AEE;
}
.AnyTagClassName
{
color: #E17AEE;
}
</style>
background-color css
<style>
a { background-color: #E17AEE; }
a { background-color: rgb(225,122,238); }
div.DivClassName
{
background-color: #E17AEE;
}
.BgClassName
{
background-color: #E17AEE;
}
</style>
border-color css
<style>
span { border-color: #E17AEE; }
span { border-color: rgb(225,122,238); }
td.TdClassName
{
border-color: #E17AEE;
}
.TagClassName
{
border-color: #E17AEE;
}
</style>