Shades of Violet #E17FEE
Tints of Violet #E17FEE
RGB
CMYK
RGB Variations
Color information
#E17FEE (or 0xE17FEE) is known color: Violet. HEX triplet: E1, 7F and EE. RGB value is (225,127,238). Sum of RGB (Red+Green+Blue) = 225+127+238=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #E17FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17FEE is #1E8011. Grayscale: #A8A8A8. Windows color (decimal): -1998866 or 15630305. OLE color: 15630305.
HSL color Cylindrical-coordinate representation of color #E17FEE: hue angle of 292.97º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17FEE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 127 | 238 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.07 |
| HSL | 292.97º | 0.77% | 0.72% | - |
| HSV(B) | 292.97º | 0.47% | 0.93% | - |
| XYZ | 54.07 | 37.36 | 85.25 | - |
| YUV | 168.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 238 | 0.05 | 0.47 | 0 | 0.07 | 292.97 | 0.77 | 0.72 |
| Hex | E1 | 7F | EE | 5 | 2F | 0 | 7 | 125 | 4D | 48 |
| Octal | 341 | 177 | 356 | 5 | 57 | 0 | 7 | 445 | 115 | 110 |
| Binary | 11100001 | 1111111 | 11101110 | 101 | 101111 | 0 | 111 | 100100101 | 1001101 | 1001000 |
Color Harmonies of #E17FEE
Complementary color
Monochromatic Colors of #E17FEE
Black with #E17FEE
Text Example
Text Example
White with #E17FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FEE; }
p { color: rgb(225,127,238); }
H1.HeaderClassName
{
color: #E17FEE;
}
.AnyTagClassName
{
color: #E17FEE;
}
</style>
background-color css
<style>
a { background-color: #E17FEE; }
a { background-color: rgb(225,127,238); }
div.DivClassName
{
background-color: #E17FEE;
}
.BgClassName
{
background-color: #E17FEE;
}
</style>
border-color css
<style>
span { border-color: #E17FEE; }
span { border-color: rgb(225,127,238); }
td.TdClassName
{
border-color: #E17FEE;
}
.TagClassName
{
border-color: #E17FEE;
}
</style>