Shades of Violet #E175E7
Tints of Violet #E175E7
RGB
CMYK
RGB Variations
Color information
#E175E7 (or 0xE175E7) is known color: Violet. HEX triplet: E1, 75 and E7. RGB value is (225,117,231). Sum of RGB (Red+Green+Blue) = 225+117+231=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #E175E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E175E7 is #1E8A18. Grayscale: #A1A1A1. Windows color (decimal): -2001433 or 15168993. OLE color: 15168993.
HSL color Cylindrical-coordinate representation of color #E175E7: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E175E7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 117 | 231 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.09 |
| HSL | 296.84º | 0.7% | 0.68% | - |
| HSV(B) | 296.84º | 0.49% | 0.91% | - |
| XYZ | 51.84 | 34.5 | 79.53 | - |
| YUV | 162.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 231 | 0.03 | 0.49 | 0 | 0.09 | 296.84 | 0.7 | 0.68 |
| Hex | E1 | 75 | E7 | 3 | 31 | 0 | 9 | 129 | 46 | 44 |
| Octal | 341 | 165 | 347 | 3 | 61 | 0 | 11 | 451 | 106 | 104 |
| Binary | 11100001 | 1110101 | 11100111 | 11 | 110001 | 0 | 1001 | 100101001 | 1000110 | 1000100 |
Color Harmonies of #E175E7
Complementary color
Monochromatic Colors of #E175E7
Black with #E175E7
Text Example
Text Example
White with #E175E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175E7; }
p { color: rgb(225,117,231); }
H1.HeaderClassName
{
color: #E175E7;
}
.AnyTagClassName
{
color: #E175E7;
}
</style>
background-color css
<style>
a { background-color: #E175E7; }
a { background-color: rgb(225,117,231); }
div.DivClassName
{
background-color: #E175E7;
}
.BgClassName
{
background-color: #E175E7;
}
</style>
border-color css
<style>
span { border-color: #E175E7; }
span { border-color: rgb(225,117,231); }
td.TdClassName
{
border-color: #E175E7;
}
.TagClassName
{
border-color: #E175E7;
}
</style>