Shades of Violet #E595F0
Tints of Violet #E595F0
RGB
CMYK
RGB Variations
Color information
#E595F0 (or 0xE595F0) is known color: Violet. HEX triplet: E5, 95 and F0. RGB value is (229,149,240). Sum of RGB (Red+Green+Blue) = 229+149+240=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #E595F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595F0 is #1A6A0F. Grayscale: #B7B7B7. Windows color (decimal): -1731088 or 15767013. OLE color: 15767013.
HSL color Cylindrical-coordinate representation of color #E595F0: hue angle of 292.75º 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 #E595F0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 149 | 240 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 292.75º | 0.75% | 0.76% | - |
| HSV(B) | 292.75º | 0.38% | 0.94% | - |
| XYZ | 58.79 | 44.44 | 87.92 | - |
| YUV | 183.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 240 | 0.05 | 0.38 | 0 | 0.06 | 292.75 | 0.75 | 0.76 |
| Hex | E5 | 95 | F0 | 5 | 26 | 0 | 6 | 125 | 4B | 4C |
| Octal | 345 | 225 | 360 | 5 | 46 | 0 | 6 | 445 | 113 | 114 |
| Binary | 11100101 | 10010101 | 11110000 | 101 | 100110 | 0 | 110 | 100100101 | 1001011 | 1001100 |
Color Harmonies of #E595F0
Complementary color
Monochromatic Colors of #E595F0
Black with #E595F0
Text Example
Text Example
White with #E595F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595F0; }
p { color: rgb(229,149,240); }
H1.HeaderClassName
{
color: #E595F0;
}
.AnyTagClassName
{
color: #E595F0;
}
</style>
background-color css
<style>
a { background-color: #E595F0; }
a { background-color: rgb(229,149,240); }
div.DivClassName
{
background-color: #E595F0;
}
.BgClassName
{
background-color: #E595F0;
}
</style>
border-color css
<style>
span { border-color: #E595F0; }
span { border-color: rgb(229,149,240); }
td.TdClassName
{
border-color: #E595F0;
}
.TagClassName
{
border-color: #E595F0;
}
</style>