Shades of Violet #E180F1
Tints of Violet #E180F1
RGB
CMYK
RGB Variations
Color information
#E180F1 (or 0xE180F1) is known color: Violet. HEX triplet: E1, 80 and F1. RGB value is (225,128,241). Sum of RGB (Red+Green+Blue) = 225+128+241=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #E180F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180F1 is #1E7F0E. Grayscale: #A9A9A9. Windows color (decimal): -1998607 or 15827169. OLE color: 15827169.
HSL color Cylindrical-coordinate representation of color #E180F1: hue angle of 291.5º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E180F1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 128 | 241 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.05 |
| HSL | 291.5º | 0.8% | 0.72% | - |
| HSV(B) | 291.5º | 0.47% | 0.95% | - |
| XYZ | 54.65 | 37.8 | 87.63 | - |
| YUV | 169.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 241 | 0.07 | 0.47 | 0 | 0.05 | 291.5 | 0.8 | 0.72 |
| Hex | E1 | 80 | F1 | 7 | 2F | 0 | 5 | 124 | 50 | 48 |
| Octal | 341 | 200 | 361 | 7 | 57 | 0 | 5 | 444 | 120 | 110 |
| Binary | 11100001 | 10000000 | 11110001 | 111 | 101111 | 0 | 101 | 100100100 | 1010000 | 1001000 |
Color Harmonies of #E180F1
Complementary color
Monochromatic Colors of #E180F1
Black with #E180F1
Text Example
Text Example
White with #E180F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180F1; }
p { color: rgb(225,128,241); }
H1.HeaderClassName
{
color: #E180F1;
}
.AnyTagClassName
{
color: #E180F1;
}
</style>
background-color css
<style>
a { background-color: #E180F1; }
a { background-color: rgb(225,128,241); }
div.DivClassName
{
background-color: #E180F1;
}
.BgClassName
{
background-color: #E180F1;
}
</style>
border-color css
<style>
span { border-color: #E180F1; }
span { border-color: rgb(225,128,241); }
td.TdClassName
{
border-color: #E180F1;
}
.TagClassName
{
border-color: #E180F1;
}
</style>