Shades of Violet #E17CE2
Tints of Violet #E17CE2
RGB
CMYK
RGB Variations
Color information
#E17CE2 (or 0xE17CE2) is known color: Violet. HEX triplet: E1, 7C and E2. RGB value is (225,124,226). Sum of RGB (Red+Green+Blue) = 225+124+226=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #E17CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CE2 is #1E831D. Grayscale: #A5A5A5. Windows color (decimal): -1999646 or 14843105. OLE color: 14843105.
HSL color Cylindrical-coordinate representation of color #E17CE2: hue angle of 299.41º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CE2 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 124 | 226 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.11 |
| HSL | 299.41º | 0.64% | 0.69% | - |
| HSV(B) | 299.41º | 0.45% | 0.89% | - |
| XYZ | 51.99 | 35.91 | 76.14 | - |
| YUV | 165.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 226 | 0.00 | 0.45 | 0 | 0.11 | 299.41 | 0.64 | 0.69 |
| Hex | E1 | 7C | E2 | 0 | 2D | 0 | B | 12B | 40 | 45 |
| Octal | 341 | 174 | 342 | 0 | 55 | 0 | 13 | 453 | 100 | 105 |
| Binary | 11100001 | 1111100 | 11100010 | 0 | 101101 | 0 | 1011 | 100101011 | 1000000 | 1000101 |
Color Harmonies of #E17CE2
Complementary color
Monochromatic Colors of #E17CE2
Black with #E17CE2
Text Example
Text Example
White with #E17CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CE2; }
p { color: rgb(225,124,226); }
H1.HeaderClassName
{
color: #E17CE2;
}
.AnyTagClassName
{
color: #E17CE2;
}
</style>
background-color css
<style>
a { background-color: #E17CE2; }
a { background-color: rgb(225,124,226); }
div.DivClassName
{
background-color: #E17CE2;
}
.BgClassName
{
background-color: #E17CE2;
}
</style>
border-color css
<style>
span { border-color: #E17CE2; }
span { border-color: rgb(225,124,226); }
td.TdClassName
{
border-color: #E17CE2;
}
.TagClassName
{
border-color: #E17CE2;
}
</style>