Shades of Violet #E17FEB
Tints of Violet #E17FEB
RGB
CMYK
RGB Variations
Color information
#E17FEB (or 0xE17FEB) is known color: Violet. HEX triplet: E1, 7F and EB. RGB value is (225,127,235). Sum of RGB (Red+Green+Blue) = 225+127+235=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #E17FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17FEB is #1E8014. Grayscale: #A8A8A8. Windows color (decimal): -1998869 or 15433697. OLE color: 15433697.
HSL color Cylindrical-coordinate representation of color #E17FEB: hue angle of 294.44º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17FEB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 127 | 235 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.08 |
| HSL | 294.44º | 0.73% | 0.71% | - |
| HSV(B) | 294.44º | 0.46% | 0.92% | - |
| XYZ | 53.64 | 37.18 | 82.95 | - |
| YUV | 168.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 235 | 0.04 | 0.46 | 0 | 0.08 | 294.44 | 0.73 | 0.71 |
| Hex | E1 | 7F | EB | 4 | 2E | 0 | 8 | 126 | 49 | 47 |
| Octal | 341 | 177 | 353 | 4 | 56 | 0 | 10 | 446 | 111 | 107 |
| Binary | 11100001 | 1111111 | 11101011 | 100 | 101110 | 0 | 1000 | 100100110 | 1001001 | 1000111 |
Color Harmonies of #E17FEB
Complementary color
Monochromatic Colors of #E17FEB
Black with #E17FEB
Text Example
Text Example
White with #E17FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FEB; }
p { color: rgb(225,127,235); }
H1.HeaderClassName
{
color: #E17FEB;
}
.AnyTagClassName
{
color: #E17FEB;
}
</style>
background-color css
<style>
a { background-color: #E17FEB; }
a { background-color: rgb(225,127,235); }
div.DivClassName
{
background-color: #E17FEB;
}
.BgClassName
{
background-color: #E17FEB;
}
</style>
border-color css
<style>
span { border-color: #E17FEB; }
span { border-color: rgb(225,127,235); }
td.TdClassName
{
border-color: #E17FEB;
}
.TagClassName
{
border-color: #E17FEB;
}
</style>