Shades of Violet #E594F7
Tints of Violet #E594F7
RGB
CMYK
RGB Variations
Color information
#E594F7 (or 0xE594F7) is known color: Violet. HEX triplet: E5, 94 and F7. RGB value is (229,148,247). Sum of RGB (Red+Green+Blue) = 229+148+247=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #E594F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594F7 is #1A6B08. Grayscale: #B7B7B7. Windows color (decimal): -1731337 or 16225509. OLE color: 16225509.
HSL color Cylindrical-coordinate representation of color #E594F7: hue angle of 289.09º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E594F7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 148 | 247 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.03 |
| HSL | 289.09º | 0.86% | 0.77% | - |
| HSV(B) | 289.09º | 0.4% | 0.97% | - |
| XYZ | 59.69 | 44.55 | 93.45 | - |
| YUV | 183.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 247 | 0.07 | 0.40 | 0 | 0.03 | 289.09 | 0.86 | 0.77 |
| Hex | E5 | 94 | F7 | 7 | 28 | 0 | 3 | 121 | 56 | 4D |
| Octal | 345 | 224 | 367 | 7 | 50 | 0 | 3 | 441 | 126 | 115 |
| Binary | 11100101 | 10010100 | 11110111 | 111 | 101000 | 0 | 11 | 100100001 | 1010110 | 1001101 |
Color Harmonies of #E594F7
Complementary color
Monochromatic Colors of #E594F7
Black with #E594F7
Text Example
Text Example
White with #E594F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594F7; }
p { color: rgb(229,148,247); }
H1.HeaderClassName
{
color: #E594F7;
}
.AnyTagClassName
{
color: #E594F7;
}
</style>
background-color css
<style>
a { background-color: #E594F7; }
a { background-color: rgb(229,148,247); }
div.DivClassName
{
background-color: #E594F7;
}
.BgClassName
{
background-color: #E594F7;
}
</style>
border-color css
<style>
span { border-color: #E594F7; }
span { border-color: rgb(229,148,247); }
td.TdClassName
{
border-color: #E594F7;
}
.TagClassName
{
border-color: #E594F7;
}
</style>