Shades of Violet #E291ED
Tints of Violet #E291ED
RGB
CMYK
RGB Variations
Color information
#E291ED (or 0xE291ED) is known color: Violet. HEX triplet: E2, 91 and ED. RGB value is (226,145,237). Sum of RGB (Red+Green+Blue) = 226+145+237=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #E291ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291ED is #1D6E12. Grayscale: #B3B3B3. Windows color (decimal): -1928723 or 15569378. OLE color: 15569378.
HSL color Cylindrical-coordinate representation of color #E291ED: hue angle of 292.83º 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 #E291ED is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 145 | 237 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 292.83º | 0.72% | 0.75% | - |
| HSV(B) | 292.83º | 0.39% | 0.93% | - |
| XYZ | 56.78 | 42.53 | 85.34 | - |
| YUV | 179.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 237 | 0.05 | 0.39 | 0 | 0.07 | 292.83 | 0.72 | 0.75 |
| Hex | E2 | 91 | ED | 5 | 27 | 0 | 7 | 125 | 48 | 4B |
| Octal | 342 | 221 | 355 | 5 | 47 | 0 | 7 | 445 | 110 | 113 |
| Binary | 11100010 | 10010001 | 11101101 | 101 | 100111 | 0 | 111 | 100100101 | 1001000 | 1001011 |
Color Harmonies of #E291ED
Complementary color
Monochromatic Colors of #E291ED
Black with #E291ED
Text Example
Text Example
White with #E291ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291ED; }
p { color: rgb(226,145,237); }
H1.HeaderClassName
{
color: #E291ED;
}
.AnyTagClassName
{
color: #E291ED;
}
</style>
background-color css
<style>
a { background-color: #E291ED; }
a { background-color: rgb(226,145,237); }
div.DivClassName
{
background-color: #E291ED;
}
.BgClassName
{
background-color: #E291ED;
}
</style>
border-color css
<style>
span { border-color: #E291ED; }
span { border-color: rgb(226,145,237); }
td.TdClassName
{
border-color: #E291ED;
}
.TagClassName
{
border-color: #E291ED;
}
</style>