Shades of Violet #E17FEF
Tints of Violet #E17FEF
RGB
CMYK
RGB Variations
Color information
#E17FEF (or 0xE17FEF) is known color: Violet. HEX triplet: E1, 7F and EF. RGB value is (225,127,239). Sum of RGB (Red+Green+Blue) = 225+127+239=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #E17FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17FEF is #1E8010. Grayscale: #A8A8A8. Windows color (decimal): -1998865 or 15695841. OLE color: 15695841.
HSL color Cylindrical-coordinate representation of color #E17FEF: hue angle of 292.5º 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 #E17FEF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 127 | 239 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.06 |
| HSL | 292.5º | 0.78% | 0.72% | - |
| HSV(B) | 292.5º | 0.47% | 0.94% | - |
| XYZ | 54.22 | 37.42 | 86.03 | - |
| YUV | 169.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 239 | 0.06 | 0.47 | 0 | 0.06 | 292.5 | 0.78 | 0.72 |
| Hex | E1 | 7F | EF | 6 | 2F | 0 | 6 | 124 | 4E | 48 |
| Octal | 341 | 177 | 357 | 6 | 57 | 0 | 6 | 444 | 116 | 110 |
| Binary | 11100001 | 1111111 | 11101111 | 110 | 101111 | 0 | 110 | 100100100 | 1001110 | 1001000 |
Color Harmonies of #E17FEF
Complementary color
Monochromatic Colors of #E17FEF
Black with #E17FEF
Text Example
Text Example
White with #E17FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FEF; }
p { color: rgb(225,127,239); }
H1.HeaderClassName
{
color: #E17FEF;
}
.AnyTagClassName
{
color: #E17FEF;
}
</style>
background-color css
<style>
a { background-color: #E17FEF; }
a { background-color: rgb(225,127,239); }
div.DivClassName
{
background-color: #E17FEF;
}
.BgClassName
{
background-color: #E17FEF;
}
</style>
border-color css
<style>
span { border-color: #E17FEF; }
span { border-color: rgb(225,127,239); }
td.TdClassName
{
border-color: #E17FEF;
}
.TagClassName
{
border-color: #E17FEF;
}
</style>