Shades of Violet #E175ED
Tints of Violet #E175ED
RGB
CMYK
RGB Variations
Color information
#E175ED (or 0xE175ED) is known color: Violet. HEX triplet: E1, 75 and ED. RGB value is (225,117,237). Sum of RGB (Red+Green+Blue) = 225+117+237=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E175ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E175ED is #1E8A12. Grayscale: #A2A2A2. Windows color (decimal): -2001427 or 15562209. OLE color: 15562209.
HSL color Cylindrical-coordinate representation of color #E175ED: hue angle of 294º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E175ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 117 | 237 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294º | 0.77% | 0.69% | - |
| HSV(B) | 294º | 0.51% | 0.93% | - |
| XYZ | 52.7 | 34.84 | 84.07 | - |
| YUV | 162.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 237 | 0.05 | 0.51 | 0 | 0.07 | 294 | 0.77 | 0.69 |
| Hex | E1 | 75 | ED | 5 | 33 | 0 | 7 | 126 | 4D | 45 |
| Octal | 341 | 165 | 355 | 5 | 63 | 0 | 7 | 446 | 115 | 105 |
| Binary | 11100001 | 1110101 | 11101101 | 101 | 110011 | 0 | 111 | 100100110 | 1001101 | 1000101 |
Color Harmonies of #E175ED
Complementary color
Monochromatic Colors of #E175ED
Black with #E175ED
Text Example
Text Example
White with #E175ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175ED; }
p { color: rgb(225,117,237); }
H1.HeaderClassName
{
color: #E175ED;
}
.AnyTagClassName
{
color: #E175ED;
}
</style>
background-color css
<style>
a { background-color: #E175ED; }
a { background-color: rgb(225,117,237); }
div.DivClassName
{
background-color: #E175ED;
}
.BgClassName
{
background-color: #E175ED;
}
</style>
border-color css
<style>
span { border-color: #E175ED; }
span { border-color: rgb(225,117,237); }
td.TdClassName
{
border-color: #E175ED;
}
.TagClassName
{
border-color: #E175ED;
}
</style>