Shades of Violet #E595F6
Tints of Violet #E595F6
RGB
CMYK
RGB Variations
Color information
#E595F6 (or 0xE595F6) is known color: Violet. HEX triplet: E5, 95 and F6. RGB value is (229,149,246). Sum of RGB (Red+Green+Blue) = 229+149+246=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #E595F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595F6 is #1A6A09. Grayscale: #B7B7B7. Windows color (decimal): -1731082 or 16160229. OLE color: 16160229.
HSL color Cylindrical-coordinate representation of color #E595F6: hue angle of 289.48º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E595F6 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 149 | 246 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.04 |
| HSL | 289.48º | 0.84% | 0.77% | - |
| HSV(B) | 289.48º | 0.39% | 0.96% | - |
| XYZ | 59.7 | 44.81 | 92.69 | - |
| YUV | 183.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 246 | 0.07 | 0.39 | 0 | 0.04 | 289.48 | 0.84 | 0.77 |
| Hex | E5 | 95 | F6 | 7 | 27 | 0 | 4 | 121 | 54 | 4D |
| Octal | 345 | 225 | 366 | 7 | 47 | 0 | 4 | 441 | 124 | 115 |
| Binary | 11100101 | 10010101 | 11110110 | 111 | 100111 | 0 | 100 | 100100001 | 1010100 | 1001101 |
Color Harmonies of #E595F6
Complementary color
Monochromatic Colors of #E595F6
Black with #E595F6
Text Example
Text Example
White with #E595F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595F6; }
p { color: rgb(229,149,246); }
H1.HeaderClassName
{
color: #E595F6;
}
.AnyTagClassName
{
color: #E595F6;
}
</style>
background-color css
<style>
a { background-color: #E595F6; }
a { background-color: rgb(229,149,246); }
div.DivClassName
{
background-color: #E595F6;
}
.BgClassName
{
background-color: #E595F6;
}
</style>
border-color css
<style>
span { border-color: #E595F6; }
span { border-color: rgb(229,149,246); }
td.TdClassName
{
border-color: #E595F6;
}
.TagClassName
{
border-color: #E595F6;
}
</style>