Shades of Violet #E190EE
Tints of Violet #E190EE
RGB
CMYK
RGB Variations
Color information
#E190EE (or 0xE190EE) is known color: Violet. HEX triplet: E1, 90 and EE. RGB value is (225,144,238). Sum of RGB (Red+Green+Blue) = 225+144+238=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #E190EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E190EE is #1E6F11. Grayscale: #B2B2B2. Windows color (decimal): -1994514 or 15634657. OLE color: 15634657.
HSL color Cylindrical-coordinate representation of color #E190EE: hue angle of 291.7º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E190EE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 144 | 238 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 291.7º | 0.73% | 0.75% | - |
| HSV(B) | 291.7º | 0.39% | 0.93% | - |
| XYZ | 56.46 | 42.13 | 86.04 | - |
| YUV | 178.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 238 | 0.05 | 0.39 | 0 | 0.07 | 291.7 | 0.73 | 0.75 |
| Hex | E1 | 90 | EE | 5 | 27 | 0 | 7 | 124 | 49 | 4B |
| Octal | 341 | 220 | 356 | 5 | 47 | 0 | 7 | 444 | 111 | 113 |
| Binary | 11100001 | 10010000 | 11101110 | 101 | 100111 | 0 | 111 | 100100100 | 1001001 | 1001011 |
Color Harmonies of #E190EE
Complementary color
Monochromatic Colors of #E190EE
Black with #E190EE
Text Example
Text Example
White with #E190EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190EE; }
p { color: rgb(225,144,238); }
H1.HeaderClassName
{
color: #E190EE;
}
.AnyTagClassName
{
color: #E190EE;
}
</style>
background-color css
<style>
a { background-color: #E190EE; }
a { background-color: rgb(225,144,238); }
div.DivClassName
{
background-color: #E190EE;
}
.BgClassName
{
background-color: #E190EE;
}
</style>
border-color css
<style>
span { border-color: #E190EE; }
span { border-color: rgb(225,144,238); }
td.TdClassName
{
border-color: #E190EE;
}
.TagClassName
{
border-color: #E190EE;
}
</style>