Shades of Violet #E290ED
Tints of Violet #E290ED
RGB
CMYK
RGB Variations
Color information
#E290ED (or 0xE290ED) is known color: Violet. HEX triplet: E2, 90 and ED. RGB value is (226,144,237). Sum of RGB (Red+Green+Blue) = 226+144+237=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E290ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290ED is #1D6F12. Grayscale: #B2B2B2. Windows color (decimal): -1928979 or 15569122. OLE color: 15569122.
HSL color Cylindrical-coordinate representation of color #E290ED: hue angle of 292.9º degrees, saturation: 0.72, 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 #E290ED is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 144 | 237 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 292.9º | 0.72% | 0.75% | - |
| HSV(B) | 292.9º | 0.39% | 0.93% | - |
| XYZ | 56.62 | 42.23 | 85.29 | - |
| YUV | 179.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 237 | 0.05 | 0.39 | 0 | 0.07 | 292.9 | 0.72 | 0.75 |
| Hex | E2 | 90 | ED | 5 | 27 | 0 | 7 | 125 | 48 | 4B |
| Octal | 342 | 220 | 355 | 5 | 47 | 0 | 7 | 445 | 110 | 113 |
| Binary | 11100010 | 10010000 | 11101101 | 101 | 100111 | 0 | 111 | 100100101 | 1001000 | 1001011 |
Color Harmonies of #E290ED
Complementary color
Monochromatic Colors of #E290ED
Black with #E290ED
Text Example
Text Example
White with #E290ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290ED; }
p { color: rgb(226,144,237); }
H1.HeaderClassName
{
color: #E290ED;
}
.AnyTagClassName
{
color: #E290ED;
}
</style>
background-color css
<style>
a { background-color: #E290ED; }
a { background-color: rgb(226,144,237); }
div.DivClassName
{
background-color: #E290ED;
}
.BgClassName
{
background-color: #E290ED;
}
</style>
border-color css
<style>
span { border-color: #E290ED; }
span { border-color: rgb(226,144,237); }
td.TdClassName
{
border-color: #E290ED;
}
.TagClassName
{
border-color: #E290ED;
}
</style>