Shades of Violet #E170EB
Tints of Violet #E170EB
RGB
CMYK
RGB Variations
Color information
#E170EB (or 0xE170EB) is known color: Violet. HEX triplet: E1, 70 and EB. RGB value is (225,112,235). Sum of RGB (Red+Green+Blue) = 225+112+235=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #E170EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170EB is #1E8F14. Grayscale: #9F9F9F. Windows color (decimal): -2002709 or 15429857. OLE color: 15429857.
HSL color Cylindrical-coordinate representation of color #E170EB: hue angle of 295.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E170EB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 112 | 235 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.08 |
| HSL | 295.12º | 0.75% | 0.68% | - |
| HSV(B) | 295.12º | 0.52% | 0.92% | - |
| XYZ | 51.84 | 33.59 | 82.35 | - |
| YUV | 159.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 235 | 0.04 | 0.52 | 0 | 0.08 | 295.12 | 0.75 | 0.68 |
| Hex | E1 | 70 | EB | 4 | 34 | 0 | 8 | 127 | 4B | 44 |
| Octal | 341 | 160 | 353 | 4 | 64 | 0 | 10 | 447 | 113 | 104 |
| Binary | 11100001 | 1110000 | 11101011 | 100 | 110100 | 0 | 1000 | 100100111 | 1001011 | 1000100 |
Color Harmonies of #E170EB
Complementary color
Monochromatic Colors of #E170EB
Black with #E170EB
Text Example
Text Example
White with #E170EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170EB; }
p { color: rgb(225,112,235); }
H1.HeaderClassName
{
color: #E170EB;
}
.AnyTagClassName
{
color: #E170EB;
}
</style>
background-color css
<style>
a { background-color: #E170EB; }
a { background-color: rgb(225,112,235); }
div.DivClassName
{
background-color: #E170EB;
}
.BgClassName
{
background-color: #E170EB;
}
</style>
border-color css
<style>
span { border-color: #E170EB; }
span { border-color: rgb(225,112,235); }
td.TdClassName
{
border-color: #E170EB;
}
.TagClassName
{
border-color: #E170EB;
}
</style>