Shades of Violet #E17CE7
Tints of Violet #E17CE7
RGB
CMYK
RGB Variations
Color information
#E17CE7 (or 0xE17CE7) is known color: Violet. HEX triplet: E1, 7C and E7. RGB value is (225,124,231). Sum of RGB (Red+Green+Blue) = 225+124+231=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #E17CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17CE7 is #1E8318. Grayscale: #A6A6A6. Windows color (decimal): -1999641 or 15170785. OLE color: 15170785.
HSL color Cylindrical-coordinate representation of color #E17CE7: hue angle of 296.64º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17CE7 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 124 | 231 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.09 |
| HSL | 296.64º | 0.69% | 0.7% | - |
| HSV(B) | 296.64º | 0.46% | 0.91% | - |
| XYZ | 52.68 | 36.19 | 79.81 | - |
| YUV | 166.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 231 | 0.03 | 0.46 | 0 | 0.09 | 296.64 | 0.69 | 0.7 |
| Hex | E1 | 7C | E7 | 3 | 2E | 0 | 9 | 129 | 45 | 46 |
| Octal | 341 | 174 | 347 | 3 | 56 | 0 | 11 | 451 | 105 | 106 |
| Binary | 11100001 | 1111100 | 11100111 | 11 | 101110 | 0 | 1001 | 100101001 | 1000101 | 1000110 |
Color Harmonies of #E17CE7
Complementary color
Monochromatic Colors of #E17CE7
Black with #E17CE7
Text Example
Text Example
White with #E17CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CE7; }
p { color: rgb(225,124,231); }
H1.HeaderClassName
{
color: #E17CE7;
}
.AnyTagClassName
{
color: #E17CE7;
}
</style>
background-color css
<style>
a { background-color: #E17CE7; }
a { background-color: rgb(225,124,231); }
div.DivClassName
{
background-color: #E17CE7;
}
.BgClassName
{
background-color: #E17CE7;
}
</style>
border-color css
<style>
span { border-color: #E17CE7; }
span { border-color: rgb(225,124,231); }
td.TdClassName
{
border-color: #E17CE7;
}
.TagClassName
{
border-color: #E17CE7;
}
</style>