Shades of Violet #E590F5
Tints of Violet #E590F5
RGB
CMYK
RGB Variations
Color information
#E590F5 (or 0xE590F5) is known color: Violet. HEX triplet: E5, 90 and F5. RGB value is (229,144,245). Sum of RGB (Red+Green+Blue) = 229+144+245=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #E590F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E590F5 is #1A6F0A. Grayscale: #B4B4B4. Windows color (decimal): -1732363 or 16093413. OLE color: 16093413.
HSL color Cylindrical-coordinate representation of color #E590F5: hue angle of 290.5º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E590F5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 144 | 245 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.04 |
| HSL | 290.5º | 0.83% | 0.76% | - |
| HSV(B) | 290.5º | 0.41% | 0.96% | - |
| XYZ | 58.77 | 43.2 | 91.63 | - |
| YUV | 180.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 245 | 0.07 | 0.41 | 0 | 0.04 | 290.5 | 0.83 | 0.76 |
| Hex | E5 | 90 | F5 | 7 | 29 | 0 | 4 | 122 | 53 | 4C |
| Octal | 345 | 220 | 365 | 7 | 51 | 0 | 4 | 442 | 123 | 114 |
| Binary | 11100101 | 10010000 | 11110101 | 111 | 101001 | 0 | 100 | 100100010 | 1010011 | 1001100 |
Color Harmonies of #E590F5
Complementary color
Monochromatic Colors of #E590F5
Black with #E590F5
Text Example
Text Example
White with #E590F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590F5; }
p { color: rgb(229,144,245); }
H1.HeaderClassName
{
color: #E590F5;
}
.AnyTagClassName
{
color: #E590F5;
}
</style>
background-color css
<style>
a { background-color: #E590F5; }
a { background-color: rgb(229,144,245); }
div.DivClassName
{
background-color: #E590F5;
}
.BgClassName
{
background-color: #E590F5;
}
</style>
border-color css
<style>
span { border-color: #E590F5; }
span { border-color: rgb(229,144,245); }
td.TdClassName
{
border-color: #E590F5;
}
.TagClassName
{
border-color: #E590F5;
}
</style>