Shades of Violet #E17EE5
Tints of Violet #E17EE5
RGB
CMYK
RGB Variations
Color information
#E17EE5 (or 0xE17EE5) is known color: Violet. HEX triplet: E1, 7E and E5. RGB value is (225,126,229). Sum of RGB (Red+Green+Blue) = 225+126+229=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #E17EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EE5 is #1E811A. Grayscale: #A7A7A7. Windows color (decimal): -1999131 or 15040225. OLE color: 15040225.
HSL color Cylindrical-coordinate representation of color #E17EE5: hue angle of 297.67º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17EE5 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 126 | 229 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.10 |
| HSL | 297.67º | 0.66% | 0.7% | - |
| HSV(B) | 297.67º | 0.45% | 0.9% | - |
| XYZ | 52.66 | 36.59 | 78.42 | - |
| YUV | 167.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 229 | 0.02 | 0.45 | 0 | 0.10 | 297.67 | 0.66 | 0.7 |
| Hex | E1 | 7E | E5 | 2 | 2D | 0 | A | 12A | 42 | 46 |
| Octal | 341 | 176 | 345 | 2 | 55 | 0 | 12 | 452 | 102 | 106 |
| Binary | 11100001 | 1111110 | 11100101 | 10 | 101101 | 0 | 1010 | 100101010 | 1000010 | 1000110 |
Color Harmonies of #E17EE5
Complementary color
Monochromatic Colors of #E17EE5
Black with #E17EE5
Text Example
Text Example
White with #E17EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EE5; }
p { color: rgb(225,126,229); }
H1.HeaderClassName
{
color: #E17EE5;
}
.AnyTagClassName
{
color: #E17EE5;
}
</style>
background-color css
<style>
a { background-color: #E17EE5; }
a { background-color: rgb(225,126,229); }
div.DivClassName
{
background-color: #E17EE5;
}
.BgClassName
{
background-color: #E17EE5;
}
</style>
border-color css
<style>
span { border-color: #E17EE5; }
span { border-color: rgb(225,126,229); }
td.TdClassName
{
border-color: #E17EE5;
}
.TagClassName
{
border-color: #E17EE5;
}
</style>