Shades of Violet #E091ED
Tints of Violet #E091ED
RGB
CMYK
RGB Variations
Color information
#E091ED (or 0xE091ED) is known color: Violet. HEX triplet: E0, 91 and ED. RGB value is (224,145,237). Sum of RGB (Red+Green+Blue) = 224+145+237=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #E091ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091ED is #1F6E12. Grayscale: #B2B2B2. Windows color (decimal): -2059795 or 15569376. OLE color: 15569376.
HSL color Cylindrical-coordinate representation of color #E091ED: hue angle of 291.52º 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 #E091ED is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 145 | 237 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 291.52º | 0.72% | 0.75% | - |
| HSV(B) | 291.52º | 0.39% | 0.93% | - |
| XYZ | 56.15 | 42.21 | 85.31 | - |
| YUV | 179.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 237 | 0.05 | 0.39 | 0 | 0.07 | 291.52 | 0.72 | 0.75 |
| Hex | E0 | 91 | ED | 5 | 27 | 0 | 7 | 124 | 48 | 4B |
| Octal | 340 | 221 | 355 | 5 | 47 | 0 | 7 | 444 | 110 | 113 |
| Binary | 11100000 | 10010001 | 11101101 | 101 | 100111 | 0 | 111 | 100100100 | 1001000 | 1001011 |
Color Harmonies of #E091ED
Complementary color
Monochromatic Colors of #E091ED
Black with #E091ED
Text Example
Text Example
White with #E091ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091ED; }
p { color: rgb(224,145,237); }
H1.HeaderClassName
{
color: #E091ED;
}
.AnyTagClassName
{
color: #E091ED;
}
</style>
background-color css
<style>
a { background-color: #E091ED; }
a { background-color: rgb(224,145,237); }
div.DivClassName
{
background-color: #E091ED;
}
.BgClassName
{
background-color: #E091ED;
}
</style>
border-color css
<style>
span { border-color: #E091ED; }
span { border-color: rgb(224,145,237); }
td.TdClassName
{
border-color: #E091ED;
}
.TagClassName
{
border-color: #E091ED;
}
</style>