Shades of Violet #E596EF
Tints of Violet #E596EF
RGB
CMYK
RGB Variations
Color information
#E596EF (or 0xE596EF) is known color: Violet. HEX triplet: E5, 96 and EF. RGB value is (229,150,239). Sum of RGB (Red+Green+Blue) = 229+150+239=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #E596EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596EF is #1A6910. Grayscale: #B7B7B7. Windows color (decimal): -1730833 or 15701733. OLE color: 15701733.
HSL color Cylindrical-coordinate representation of color #E596EF: hue angle of 293.26º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E596EF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 150 | 239 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.06 |
| HSL | 293.26º | 0.74% | 0.76% | - |
| HSV(B) | 293.26º | 0.37% | 0.94% | - |
| XYZ | 58.8 | 44.7 | 87.19 | - |
| YUV | 183.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 239 | 0.04 | 0.37 | 0 | 0.06 | 293.26 | 0.74 | 0.76 |
| Hex | E5 | 96 | EF | 4 | 25 | 0 | 6 | 125 | 4A | 4C |
| Octal | 345 | 226 | 357 | 4 | 45 | 0 | 6 | 445 | 112 | 114 |
| Binary | 11100101 | 10010110 | 11101111 | 100 | 100101 | 0 | 110 | 100100101 | 1001010 | 1001100 |
Color Harmonies of #E596EF
Complementary color
Monochromatic Colors of #E596EF
Black with #E596EF
Text Example
Text Example
White with #E596EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596EF; }
p { color: rgb(229,150,239); }
H1.HeaderClassName
{
color: #E596EF;
}
.AnyTagClassName
{
color: #E596EF;
}
</style>
background-color css
<style>
a { background-color: #E596EF; }
a { background-color: rgb(229,150,239); }
div.DivClassName
{
background-color: #E596EF;
}
.BgClassName
{
background-color: #E596EF;
}
</style>
border-color css
<style>
span { border-color: #E596EF; }
span { border-color: rgb(229,150,239); }
td.TdClassName
{
border-color: #E596EF;
}
.TagClassName
{
border-color: #E596EF;
}
</style>