Shades of Violet #E181E5
Tints of Violet #E181E5
RGB
CMYK
RGB Variations
Color information
#E181E5 (or 0xE181E5) is known color: Violet. HEX triplet: E1, 81 and E5. RGB value is (225,129,229). Sum of RGB (Red+Green+Blue) = 225+129+229=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #E181E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181E5 is #1E7E1A. Grayscale: #A8A8A8. Windows color (decimal): -1998363 or 15040993. OLE color: 15040993.
HSL color Cylindrical-coordinate representation of color #E181E5: hue angle of 297.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E181E5 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 129 | 229 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.10 |
| HSL | 297.6º | 0.66% | 0.7% | - |
| HSV(B) | 297.6º | 0.44% | 0.9% | - |
| XYZ | 53.04 | 37.37 | 78.55 | - |
| YUV | 169.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 229 | 0.02 | 0.44 | 0 | 0.10 | 297.6 | 0.66 | 0.7 |
| Hex | E1 | 81 | E5 | 2 | 2C | 0 | A | 12A | 42 | 46 |
| Octal | 341 | 201 | 345 | 2 | 54 | 0 | 12 | 452 | 102 | 106 |
| Binary | 11100001 | 10000001 | 11100101 | 10 | 101100 | 0 | 1010 | 100101010 | 1000010 | 1000110 |
Color Harmonies of #E181E5
Complementary color
Monochromatic Colors of #E181E5
Black with #E181E5
Text Example
Text Example
White with #E181E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181E5; }
p { color: rgb(225,129,229); }
H1.HeaderClassName
{
color: #E181E5;
}
.AnyTagClassName
{
color: #E181E5;
}
</style>
background-color css
<style>
a { background-color: #E181E5; }
a { background-color: rgb(225,129,229); }
div.DivClassName
{
background-color: #E181E5;
}
.BgClassName
{
background-color: #E181E5;
}
</style>
border-color css
<style>
span { border-color: #E181E5; }
span { border-color: rgb(225,129,229); }
td.TdClassName
{
border-color: #E181E5;
}
.TagClassName
{
border-color: #E181E5;
}
</style>