Shades of Violet #E180EA
Tints of Violet #E180EA
RGB
CMYK
RGB Variations
Color information
#E180EA (or 0xE180EA) is known color: Violet. HEX triplet: E1, 80 and EA. RGB value is (225,128,234). Sum of RGB (Red+Green+Blue) = 225+128+234=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #E180EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180EA is #1E7F15. Grayscale: #A8A8A8. Windows color (decimal): -1998614 or 15368417. OLE color: 15368417.
HSL color Cylindrical-coordinate representation of color #E180EA: hue angle of 294.91º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E180EA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 128 | 234 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.08 |
| HSL | 294.91º | 0.72% | 0.71% | - |
| HSV(B) | 294.91º | 0.45% | 0.92% | - |
| XYZ | 53.62 | 37.39 | 82.23 | - |
| YUV | 169.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 234 | 0.04 | 0.45 | 0 | 0.08 | 294.91 | 0.72 | 0.71 |
| Hex | E1 | 80 | EA | 4 | 2D | 0 | 8 | 127 | 48 | 47 |
| Octal | 341 | 200 | 352 | 4 | 55 | 0 | 10 | 447 | 110 | 107 |
| Binary | 11100001 | 10000000 | 11101010 | 100 | 101101 | 0 | 1000 | 100100111 | 1001000 | 1000111 |
Color Harmonies of #E180EA
Complementary color
Monochromatic Colors of #E180EA
Black with #E180EA
Text Example
Text Example
White with #E180EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180EA; }
p { color: rgb(225,128,234); }
H1.HeaderClassName
{
color: #E180EA;
}
.AnyTagClassName
{
color: #E180EA;
}
</style>
background-color css
<style>
a { background-color: #E180EA; }
a { background-color: rgb(225,128,234); }
div.DivClassName
{
background-color: #E180EA;
}
.BgClassName
{
background-color: #E180EA;
}
</style>
border-color css
<style>
span { border-color: #E180EA; }
span { border-color: rgb(225,128,234); }
td.TdClassName
{
border-color: #E180EA;
}
.TagClassName
{
border-color: #E180EA;
}
</style>