Shades of Violet #E090EF
Tints of Violet #E090EF
RGB
CMYK
RGB Variations
Color information
#E090EF (or 0xE090EF) is known color: Violet. HEX triplet: E0, 90 and EF. RGB value is (224,144,239). Sum of RGB (Red+Green+Blue) = 224+144+239=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #E090EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090EF is #1F6F10. Grayscale: #B2B2B2. Windows color (decimal): -2060049 or 15700192. OLE color: 15700192.
HSL color Cylindrical-coordinate representation of color #E090EF: hue angle of 290.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E090EF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 144 | 239 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.06 |
| HSL | 290.53º | 0.75% | 0.75% | - |
| HSV(B) | 290.53º | 0.4% | 0.94% | - |
| XYZ | 56.29 | 42.03 | 86.81 | - |
| YUV | 178.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 239 | 0.06 | 0.40 | 0 | 0.06 | 290.53 | 0.75 | 0.75 |
| Hex | E0 | 90 | EF | 6 | 28 | 0 | 6 | 123 | 4B | 4B |
| Octal | 340 | 220 | 357 | 6 | 50 | 0 | 6 | 443 | 113 | 113 |
| Binary | 11100000 | 10010000 | 11101111 | 110 | 101000 | 0 | 110 | 100100011 | 1001011 | 1001011 |
Color Harmonies of #E090EF
Complementary color
Monochromatic Colors of #E090EF
Black with #E090EF
Text Example
Text Example
White with #E090EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090EF; }
p { color: rgb(224,144,239); }
H1.HeaderClassName
{
color: #E090EF;
}
.AnyTagClassName
{
color: #E090EF;
}
</style>
background-color css
<style>
a { background-color: #E090EF; }
a { background-color: rgb(224,144,239); }
div.DivClassName
{
background-color: #E090EF;
}
.BgClassName
{
background-color: #E090EF;
}
</style>
border-color css
<style>
span { border-color: #E090EF; }
span { border-color: rgb(224,144,239); }
td.TdClassName
{
border-color: #E090EF;
}
.TagClassName
{
border-color: #E090EF;
}
</style>