Shades of Violet #E590E6
Tints of Violet #E590E6
RGB
CMYK
RGB Variations
Color information
#E590E6 (or 0xE590E6) is known color: Violet. HEX triplet: E5, 90 and E6. RGB value is (229,144,230). Sum of RGB (Red+Green+Blue) = 229+144+230=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #E590E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E590E6 is #1A6F19. Grayscale: #B2B2B2. Windows color (decimal): -1732378 or 15110373. OLE color: 15110373.
HSL color Cylindrical-coordinate representation of color #E590E6: hue angle of 299.3º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590E6 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 230 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.10 |
| HSL | 299.3º | 0.63% | 0.73% | - |
| HSV(B) | 299.3º | 0.37% | 0.9% | - |
| XYZ | 56.57 | 42.32 | 80.05 | - |
| YUV | 179.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 230 | 0.00 | 0.37 | 0 | 0.10 | 299.3 | 0.63 | 0.73 |
| Hex | E5 | 90 | E6 | 0 | 25 | 0 | A | 12B | 3F | 49 |
| Octal | 345 | 220 | 346 | 0 | 45 | 0 | 12 | 453 | 77 | 111 |
| Binary | 11100101 | 10010000 | 11100110 | 0 | 100101 | 0 | 1010 | 100101011 | 111111 | 1001001 |
Color Harmonies of #E590E6
Complementary color
Monochromatic Colors of #E590E6
Black with #E590E6
Text Example
Text Example
White with #E590E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590E6; }
p { color: rgb(229,144,230); }
H1.HeaderClassName
{
color: #E590E6;
}
.AnyTagClassName
{
color: #E590E6;
}
</style>
background-color css
<style>
a { background-color: #E590E6; }
a { background-color: rgb(229,144,230); }
div.DivClassName
{
background-color: #E590E6;
}
.BgClassName
{
background-color: #E590E6;
}
</style>
border-color css
<style>
span { border-color: #E590E6; }
span { border-color: rgb(229,144,230); }
td.TdClassName
{
border-color: #E590E6;
}
.TagClassName
{
border-color: #E590E6;
}
</style>