Shades of Violet #E17EEF
Tints of Violet #E17EEF
RGB
CMYK
RGB Variations
Color information
#E17EEF (or 0xE17EEF) is known color: Violet. HEX triplet: E1, 7E and EF. RGB value is (225,126,239). Sum of RGB (Red+Green+Blue) = 225+126+239=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #E17EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17EEF is #1E8110. Grayscale: #A8A8A8. Windows color (decimal): -1999121 or 15695585. OLE color: 15695585.
HSL color Cylindrical-coordinate representation of color #E17EEF: hue angle of 292.57º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17EEF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 126 | 239 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.06 |
| HSL | 292.57º | 0.78% | 0.72% | - |
| HSV(B) | 292.57º | 0.47% | 0.94% | - |
| XYZ | 54.09 | 37.16 | 85.98 | - |
| YUV | 168.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 239 | 0.06 | 0.47 | 0 | 0.06 | 292.57 | 0.78 | 0.72 |
| Hex | E1 | 7E | EF | 6 | 2F | 0 | 6 | 125 | 4E | 48 |
| Octal | 341 | 176 | 357 | 6 | 57 | 0 | 6 | 445 | 116 | 110 |
| Binary | 11100001 | 1111110 | 11101111 | 110 | 101111 | 0 | 110 | 100100101 | 1001110 | 1001000 |
Color Harmonies of #E17EEF
Complementary color
Monochromatic Colors of #E17EEF
Black with #E17EEF
Text Example
Text Example
White with #E17EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EEF; }
p { color: rgb(225,126,239); }
H1.HeaderClassName
{
color: #E17EEF;
}
.AnyTagClassName
{
color: #E17EEF;
}
</style>
background-color css
<style>
a { background-color: #E17EEF; }
a { background-color: rgb(225,126,239); }
div.DivClassName
{
background-color: #E17EEF;
}
.BgClassName
{
background-color: #E17EEF;
}
</style>
border-color css
<style>
span { border-color: #E17EEF; }
span { border-color: rgb(225,126,239); }
td.TdClassName
{
border-color: #E17EEF;
}
.TagClassName
{
border-color: #E17EEF;
}
</style>