Shades of Violet #E090F5
Tints of Violet #E090F5
RGB
CMYK
RGB Variations
Color information
#E090F5 (or 0xE090F5) is known color: Violet. HEX triplet: E0, 90 and F5. RGB value is (224,144,245). Sum of RGB (Red+Green+Blue) = 224+144+245=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #E090F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090F5 is #1F6F0A. Grayscale: #B3B3B3. Windows color (decimal): -2060043 or 16093408. OLE color: 16093408.
HSL color Cylindrical-coordinate representation of color #E090F5: hue angle of 287.52º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E090F5 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 144 | 245 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.04 |
| HSL | 287.52º | 0.83% | 0.76% | - |
| HSV(B) | 287.52º | 0.41% | 0.96% | - |
| XYZ | 57.2 | 42.39 | 91.55 | - |
| YUV | 179.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 245 | 0.09 | 0.41 | 0 | 0.04 | 287.52 | 0.83 | 0.76 |
| Hex | E0 | 90 | F5 | 9 | 29 | 0 | 4 | 120 | 53 | 4C |
| Octal | 340 | 220 | 365 | 11 | 51 | 0 | 4 | 440 | 123 | 114 |
| Binary | 11100000 | 10010000 | 11110101 | 1001 | 101001 | 0 | 100 | 100100000 | 1010011 | 1001100 |
Color Harmonies of #E090F5
Complementary color
Monochromatic Colors of #E090F5
Black with #E090F5
Text Example
Text Example
White with #E090F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090F5; }
p { color: rgb(224,144,245); }
H1.HeaderClassName
{
color: #E090F5;
}
.AnyTagClassName
{
color: #E090F5;
}
</style>
background-color css
<style>
a { background-color: #E090F5; }
a { background-color: rgb(224,144,245); }
div.DivClassName
{
background-color: #E090F5;
}
.BgClassName
{
background-color: #E090F5;
}
</style>
border-color css
<style>
span { border-color: #E090F5; }
span { border-color: rgb(224,144,245); }
td.TdClassName
{
border-color: #E090F5;
}
.TagClassName
{
border-color: #E090F5;
}
</style>