Shades of Violet #E291EE
Tints of Violet #E291EE
RGB
CMYK
RGB Variations
Color information
#E291EE (or 0xE291EE) is known color: Violet. HEX triplet: E2, 91 and EE. RGB value is (226,145,238). Sum of RGB (Red+Green+Blue) = 226+145+238=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #E291EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291EE is #1D6E11. Grayscale: #B3B3B3. Windows color (decimal): -1928722 or 15634914. OLE color: 15634914.
HSL color Cylindrical-coordinate representation of color #E291EE: hue angle of 292.26º 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 #E291EE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 145 | 238 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 292.26º | 0.73% | 0.75% | - |
| HSV(B) | 292.26º | 0.39% | 0.93% | - |
| XYZ | 56.92 | 42.59 | 86.11 | - |
| YUV | 179.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 238 | 0.05 | 0.39 | 0 | 0.07 | 292.26 | 0.73 | 0.75 |
| Hex | E2 | 91 | EE | 5 | 27 | 0 | 7 | 124 | 49 | 4B |
| Octal | 342 | 221 | 356 | 5 | 47 | 0 | 7 | 444 | 111 | 113 |
| Binary | 11100010 | 10010001 | 11101110 | 101 | 100111 | 0 | 111 | 100100100 | 1001001 | 1001011 |
Color Harmonies of #E291EE
Complementary color
Monochromatic Colors of #E291EE
Black with #E291EE
Text Example
Text Example
White with #E291EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291EE; }
p { color: rgb(226,145,238); }
H1.HeaderClassName
{
color: #E291EE;
}
.AnyTagClassName
{
color: #E291EE;
}
</style>
background-color css
<style>
a { background-color: #E291EE; }
a { background-color: rgb(226,145,238); }
div.DivClassName
{
background-color: #E291EE;
}
.BgClassName
{
background-color: #E291EE;
}
</style>
border-color css
<style>
span { border-color: #E291EE; }
span { border-color: rgb(226,145,238); }
td.TdClassName
{
border-color: #E291EE;
}
.TagClassName
{
border-color: #E291EE;
}
</style>