Shades of Violet #E17FE0
Tints of Violet #E17FE0
RGB
CMYK
RGB Variations
Color information
#E17FE0 (or 0xE17FE0) is known color: Violet. HEX triplet: E1, 7F and E0. RGB value is (225,127,224). Sum of RGB (Red+Green+Blue) = 225+127+224=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FE0 is #1E801F. Grayscale: #A7A7A7. Windows color (decimal): -1998880 or 14712801. OLE color: 14712801.
HSL color Cylindrical-coordinate representation of color #E17FE0: hue angle of 300.61º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FE0 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 224 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.12 |
| HSL | 300.61º | 0.62% | 0.69% | - |
| HSV(B) | 300.61º | 0.44% | 0.88% | - |
| XYZ | 52.1 | 36.57 | 74.83 | - |
| YUV | 167.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 224 | 0 | 0.44 | 0.00 | 0.12 | 300.61 | 0.62 | 0.69 |
| Hex | E1 | 7F | E0 | 0 | 2C | 0 | C | 12D | 3E | 45 |
| Octal | 341 | 177 | 340 | 0 | 54 | 0 | 14 | 455 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11100000 | 0 | 101100 | 0 | 1100 | 100101101 | 111110 | 1000101 |
Color Harmonies of #E17FE0
Complementary color
Monochromatic Colors of #E17FE0
Black with #E17FE0
Text Example
Text Example
White with #E17FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FE0; }
p { color: rgb(225,127,224); }
H1.HeaderClassName
{
color: #E17FE0;
}
.AnyTagClassName
{
color: #E17FE0;
}
</style>
background-color css
<style>
a { background-color: #E17FE0; }
a { background-color: rgb(225,127,224); }
div.DivClassName
{
background-color: #E17FE0;
}
.BgClassName
{
background-color: #E17FE0;
}
</style>
border-color css
<style>
span { border-color: #E17FE0; }
span { border-color: rgb(225,127,224); }
td.TdClassName
{
border-color: #E17FE0;
}
.TagClassName
{
border-color: #E17FE0;
}
</style>