Shades of Violet #E594EF
Tints of Violet #E594EF
RGB
CMYK
RGB Variations
Color information
#E594EF (or 0xE594EF) is known color: Violet. HEX triplet: E5, 94 and EF. RGB value is (229,148,239). Sum of RGB (Red+Green+Blue) = 229+148+239=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #E594EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594EF is #1A6B10. Grayscale: #B6B6B6. Windows color (decimal): -1731345 or 15701221. OLE color: 15701221.
HSL color Cylindrical-coordinate representation of color #E594EF: hue angle of 293.41º degrees, saturation: 0.74, 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 #E594EF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 148 | 239 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.06 |
| HSL | 293.41º | 0.74% | 0.76% | - |
| HSV(B) | 293.41º | 0.38% | 0.94% | - |
| XYZ | 58.48 | 44.07 | 87.09 | - |
| YUV | 182.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 239 | 0.04 | 0.38 | 0 | 0.06 | 293.41 | 0.74 | 0.76 |
| Hex | E5 | 94 | EF | 4 | 26 | 0 | 6 | 125 | 4A | 4C |
| Octal | 345 | 224 | 357 | 4 | 46 | 0 | 6 | 445 | 112 | 114 |
| Binary | 11100101 | 10010100 | 11101111 | 100 | 100110 | 0 | 110 | 100100101 | 1001010 | 1001100 |
Color Harmonies of #E594EF
Complementary color
Monochromatic Colors of #E594EF
Black with #E594EF
Text Example
Text Example
White with #E594EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594EF; }
p { color: rgb(229,148,239); }
H1.HeaderClassName
{
color: #E594EF;
}
.AnyTagClassName
{
color: #E594EF;
}
</style>
background-color css
<style>
a { background-color: #E594EF; }
a { background-color: rgb(229,148,239); }
div.DivClassName
{
background-color: #E594EF;
}
.BgClassName
{
background-color: #E594EF;
}
</style>
border-color css
<style>
span { border-color: #E594EF; }
span { border-color: rgb(229,148,239); }
td.TdClassName
{
border-color: #E594EF;
}
.TagClassName
{
border-color: #E594EF;
}
</style>