Shades of Violet #E172EB
Tints of Violet #E172EB
RGB
CMYK
RGB Variations
Color information
#E172EB (or 0xE172EB) is known color: Violet. HEX triplet: E1, 72 and EB. RGB value is (225,114,235). Sum of RGB (Red+Green+Blue) = 225+114+235=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #E172EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E172EB is #1E8D14. Grayscale: #A0A0A0. Windows color (decimal): -2002197 or 15430369. OLE color: 15430369.
HSL color Cylindrical-coordinate representation of color #E172EB: hue angle of 295.04º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E172EB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 114 | 235 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.08 |
| HSL | 295.04º | 0.75% | 0.68% | - |
| HSV(B) | 295.04º | 0.51% | 0.92% | - |
| XYZ | 52.06 | 34.04 | 82.42 | - |
| YUV | 160.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 235 | 0.04 | 0.51 | 0 | 0.08 | 295.04 | 0.75 | 0.68 |
| Hex | E1 | 72 | EB | 4 | 33 | 0 | 8 | 127 | 4B | 44 |
| Octal | 341 | 162 | 353 | 4 | 63 | 0 | 10 | 447 | 113 | 104 |
| Binary | 11100001 | 1110010 | 11101011 | 100 | 110011 | 0 | 1000 | 100100111 | 1001011 | 1000100 |
Color Harmonies of #E172EB
Complementary color
Monochromatic Colors of #E172EB
Black with #E172EB
Text Example
Text Example
White with #E172EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172EB; }
p { color: rgb(225,114,235); }
H1.HeaderClassName
{
color: #E172EB;
}
.AnyTagClassName
{
color: #E172EB;
}
</style>
background-color css
<style>
a { background-color: #E172EB; }
a { background-color: rgb(225,114,235); }
div.DivClassName
{
background-color: #E172EB;
}
.BgClassName
{
background-color: #E172EB;
}
</style>
border-color css
<style>
span { border-color: #E172EB; }
span { border-color: rgb(225,114,235); }
td.TdClassName
{
border-color: #E172EB;
}
.TagClassName
{
border-color: #E172EB;
}
</style>