Shades of Violet #E994F9
Tints of Violet #E994F9
RGB
CMYK
RGB Variations
Color information
#E994F9 (or 0xE994F9) is known color: Violet. HEX triplet: E9, 94 and F9. RGB value is (233,148,249). Sum of RGB (Red+Green+Blue) = 233+148+249=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #E994F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994F9 is #166B06. Grayscale: #B8B8B8. Windows color (decimal): -1469191 or 16356585. OLE color: 16356585.
HSL color Cylindrical-coordinate representation of color #E994F9: hue angle of 290.5º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E994F9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 148 | 249 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.02 |
| HSL | 290.5º | 0.89% | 0.78% | - |
| HSV(B) | 290.5º | 0.41% | 0.98% | - |
| XYZ | 61.29 | 45.34 | 95.14 | - |
| YUV | 184.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 249 | 0.06 | 0.41 | 0 | 0.02 | 290.5 | 0.89 | 0.78 |
| Hex | E9 | 94 | F9 | 6 | 29 | 0 | 2 | 122 | 59 | 4E |
| Octal | 351 | 224 | 371 | 6 | 51 | 0 | 2 | 442 | 131 | 116 |
| Binary | 11101001 | 10010100 | 11111001 | 110 | 101001 | 0 | 10 | 100100010 | 1011001 | 1001110 |
Color Harmonies of #E994F9
Complementary color
Monochromatic Colors of #E994F9
Black with #E994F9
Text Example
Text Example
White with #E994F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994F9; }
p { color: rgb(233,148,249); }
H1.HeaderClassName
{
color: #E994F9;
}
.AnyTagClassName
{
color: #E994F9;
}
</style>
background-color css
<style>
a { background-color: #E994F9; }
a { background-color: rgb(233,148,249); }
div.DivClassName
{
background-color: #E994F9;
}
.BgClassName
{
background-color: #E994F9;
}
</style>
border-color css
<style>
span { border-color: #E994F9; }
span { border-color: rgb(233,148,249); }
td.TdClassName
{
border-color: #E994F9;
}
.TagClassName
{
border-color: #E994F9;
}
</style>