Shades of Violet #E092F9
Tints of Violet #E092F9
RGB
CMYK
RGB Variations
Color information
#E092F9 (or 0xE092F9) is known color: Violet. HEX triplet: E0, 92 and F9. RGB value is (224,146,249). Sum of RGB (Red+Green+Blue) = 224+146+249=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #E092F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092F9 is #1F6D06. Grayscale: #B4B4B4. Windows color (decimal): -2059527 or 16356064. OLE color: 16356064.
HSL color Cylindrical-coordinate representation of color #E092F9: hue angle of 285.44º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E092F9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 146 | 249 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.02 |
| HSL | 285.44º | 0.9% | 0.77% | - |
| HSV(B) | 285.44º | 0.41% | 0.98% | - |
| XYZ | 58.12 | 43.24 | 94.91 | - |
| YUV | 181.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 249 | 0.10 | 0.41 | 0 | 0.02 | 285.44 | 0.9 | 0.77 |
| Hex | E0 | 92 | F9 | A | 29 | 0 | 2 | 11D | 5A | 4D |
| Octal | 340 | 222 | 371 | 12 | 51 | 0 | 2 | 435 | 132 | 115 |
| Binary | 11100000 | 10010010 | 11111001 | 1010 | 101001 | 0 | 10 | 100011101 | 1011010 | 1001101 |
Color Harmonies of #E092F9
Complementary color
Monochromatic Colors of #E092F9
Black with #E092F9
Text Example
Text Example
White with #E092F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092F9; }
p { color: rgb(224,146,249); }
H1.HeaderClassName
{
color: #E092F9;
}
.AnyTagClassName
{
color: #E092F9;
}
</style>
background-color css
<style>
a { background-color: #E092F9; }
a { background-color: rgb(224,146,249); }
div.DivClassName
{
background-color: #E092F9;
}
.BgClassName
{
background-color: #E092F9;
}
</style>
border-color css
<style>
span { border-color: #E092F9; }
span { border-color: rgb(224,146,249); }
td.TdClassName
{
border-color: #E092F9;
}
.TagClassName
{
border-color: #E092F9;
}
</style>