Shades of Violet #E594F0
Tints of Violet #E594F0
RGB
CMYK
RGB Variations
Color information
#E594F0 (or 0xE594F0) is known color: Violet. HEX triplet: E5, 94 and F0. RGB value is (229,148,240). Sum of RGB (Red+Green+Blue) = 229+148+240=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #E594F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594F0 is #1A6B0F. Grayscale: #B6B6B6. Windows color (decimal): -1731344 or 15766757. OLE color: 15766757.
HSL color Cylindrical-coordinate representation of color #E594F0: hue angle of 292.83º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E594F0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 148 | 240 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 292.83º | 0.75% | 0.76% | - |
| HSV(B) | 292.83º | 0.38% | 0.94% | - |
| XYZ | 58.63 | 44.13 | 87.87 | - |
| YUV | 182.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 240 | 0.05 | 0.38 | 0 | 0.06 | 292.83 | 0.75 | 0.76 |
| Hex | E5 | 94 | F0 | 5 | 26 | 0 | 6 | 125 | 4B | 4C |
| Octal | 345 | 224 | 360 | 5 | 46 | 0 | 6 | 445 | 113 | 114 |
| Binary | 11100101 | 10010100 | 11110000 | 101 | 100110 | 0 | 110 | 100100101 | 1001011 | 1001100 |
Color Harmonies of #E594F0
Complementary color
Monochromatic Colors of #E594F0
Black with #E594F0
Text Example
Text Example
White with #E594F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594F0; }
p { color: rgb(229,148,240); }
H1.HeaderClassName
{
color: #E594F0;
}
.AnyTagClassName
{
color: #E594F0;
}
</style>
background-color css
<style>
a { background-color: #E594F0; }
a { background-color: rgb(229,148,240); }
div.DivClassName
{
background-color: #E594F0;
}
.BgClassName
{
background-color: #E594F0;
}
</style>
border-color css
<style>
span { border-color: #E594F0; }
span { border-color: rgb(229,148,240); }
td.TdClassName
{
border-color: #E594F0;
}
.TagClassName
{
border-color: #E594F0;
}
</style>