Shades of Violet #E290E8
Tints of Violet #E290E8
RGB
CMYK
RGB Variations
Color information
#E290E8 (or 0xE290E8) is known color: Violet. HEX triplet: E2, 90 and E8. RGB value is (226,144,232). Sum of RGB (Red+Green+Blue) = 226+144+232=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #E290E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290E8 is #1D6F17. Grayscale: #B2B2B2. Windows color (decimal): -1928984 or 15241442. OLE color: 15241442.
HSL color Cylindrical-coordinate representation of color #E290E8: hue angle of 295.91º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E290E8 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 144 | 232 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.09 |
| HSL | 295.91º | 0.66% | 0.74% | - |
| HSV(B) | 295.91º | 0.38% | 0.91% | - |
| XYZ | 55.9 | 41.94 | 81.49 | - |
| YUV | 178.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 232 | 0.03 | 0.38 | 0 | 0.09 | 295.91 | 0.66 | 0.74 |
| Hex | E2 | 90 | E8 | 3 | 26 | 0 | 9 | 128 | 42 | 4A |
| Octal | 342 | 220 | 350 | 3 | 46 | 0 | 11 | 450 | 102 | 112 |
| Binary | 11100010 | 10010000 | 11101000 | 11 | 100110 | 0 | 1001 | 100101000 | 1000010 | 1001010 |
Color Harmonies of #E290E8
Complementary color
Monochromatic Colors of #E290E8
Black with #E290E8
Text Example
Text Example
White with #E290E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290E8; }
p { color: rgb(226,144,232); }
H1.HeaderClassName
{
color: #E290E8;
}
.AnyTagClassName
{
color: #E290E8;
}
</style>
background-color css
<style>
a { background-color: #E290E8; }
a { background-color: rgb(226,144,232); }
div.DivClassName
{
background-color: #E290E8;
}
.BgClassName
{
background-color: #E290E8;
}
</style>
border-color css
<style>
span { border-color: #E290E8; }
span { border-color: rgb(226,144,232); }
td.TdClassName
{
border-color: #E290E8;
}
.TagClassName
{
border-color: #E290E8;
}
</style>