Shades of Violet #E17EE1
Tints of Violet #E17EE1
RGB
CMYK
RGB Variations
Color information
#E17EE1 (or 0xE17EE1) is known color: Violet. HEX triplet: E1, 7E and E1. RGB value is (225,126,225). Sum of RGB (Red+Green+Blue) = 225+126+225=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E17EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EE1 is #1E811E. Grayscale: #A6A6A6. Windows color (decimal): -1999135 or 14778081. OLE color: 14778081.
HSL color Cylindrical-coordinate representation of color #E17EE1: hue angle of 300º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EE1 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 225 | - |
| CMYK | 0 | 0.44 | 0 | 0.12 |
| HSL | 300º | 0.62% | 0.69% | - |
| HSV(B) | 300º | 0.44% | 0.88% | - |
| XYZ | 52.1 | 36.37 | 75.51 | - |
| YUV | 166.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 225 | 0 | 0.44 | 0 | 0.12 | 300 | 0.62 | 0.69 |
| Hex | E1 | 7E | E1 | 0 | 2C | 0 | C | 12C | 3E | 45 |
| Octal | 341 | 176 | 341 | 0 | 54 | 0 | 14 | 454 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11100001 | 0 | 101100 | 0 | 1100 | 100101100 | 111110 | 1000101 |
Color Harmonies of #E17EE1
Complementary color
Monochromatic Colors of #E17EE1
Black with #E17EE1
Text Example
Text Example
White with #E17EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EE1; }
p { color: rgb(225,126,225); }
H1.HeaderClassName
{
color: #E17EE1;
}
.AnyTagClassName
{
color: #E17EE1;
}
</style>
background-color css
<style>
a { background-color: #E17EE1; }
a { background-color: rgb(225,126,225); }
div.DivClassName
{
background-color: #E17EE1;
}
.BgClassName
{
background-color: #E17EE1;
}
</style>
border-color css
<style>
span { border-color: #E17EE1; }
span { border-color: rgb(225,126,225); }
td.TdClassName
{
border-color: #E17EE1;
}
.TagClassName
{
border-color: #E17EE1;
}
</style>