Shades of Violet #E090F3
Tints of Violet #E090F3
RGB
CMYK
RGB Variations
Color information
#E090F3 (or 0xE090F3) is known color: Violet. HEX triplet: E0, 90 and F3. RGB value is (224,144,243). Sum of RGB (Red+Green+Blue) = 224+144+243=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #E090F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090F3 is #1F6F0C. Grayscale: #B2B2B2. Windows color (decimal): -2060045 or 15962336. OLE color: 15962336.
HSL color Cylindrical-coordinate representation of color #E090F3: hue angle of 288.48º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E090F3 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 144 | 243 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.05 |
| HSL | 288.48º | 0.8% | 0.76% | - |
| HSV(B) | 288.48º | 0.41% | 0.95% | - |
| XYZ | 56.89 | 42.26 | 89.95 | - |
| YUV | 179.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 243 | 0.08 | 0.41 | 0 | 0.05 | 288.48 | 0.8 | 0.76 |
| Hex | E0 | 90 | F3 | 8 | 29 | 0 | 5 | 120 | 50 | 4C |
| Octal | 340 | 220 | 363 | 10 | 51 | 0 | 5 | 440 | 120 | 114 |
| Binary | 11100000 | 10010000 | 11110011 | 1000 | 101001 | 0 | 101 | 100100000 | 1010000 | 1001100 |
Color Harmonies of #E090F3
Complementary color
Monochromatic Colors of #E090F3
Black with #E090F3
Text Example
Text Example
White with #E090F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090F3; }
p { color: rgb(224,144,243); }
H1.HeaderClassName
{
color: #E090F3;
}
.AnyTagClassName
{
color: #E090F3;
}
</style>
background-color css
<style>
a { background-color: #E090F3; }
a { background-color: rgb(224,144,243); }
div.DivClassName
{
background-color: #E090F3;
}
.BgClassName
{
background-color: #E090F3;
}
</style>
border-color css
<style>
span { border-color: #E090F3; }
span { border-color: rgb(224,144,243); }
td.TdClassName
{
border-color: #E090F3;
}
.TagClassName
{
border-color: #E090F3;
}
</style>