Shades of Violet #E590E7
Tints of Violet #E590E7
RGB
CMYK
RGB Variations
Color information
#E590E7 (or 0xE590E7) is known color: Violet. HEX triplet: E5, 90 and E7. RGB value is (229,144,231). Sum of RGB (Red+Green+Blue) = 229+144+231=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #E590E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E590E7 is #1A6F18. Grayscale: #B3B3B3. Windows color (decimal): -1732377 or 15175909. OLE color: 15175909.
HSL color Cylindrical-coordinate representation of color #E590E7: hue angle of 298.62º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E590E7 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 144 | 231 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.09 |
| HSL | 298.62º | 0.64% | 0.74% | - |
| HSV(B) | 298.62º | 0.38% | 0.91% | - |
| XYZ | 56.71 | 42.37 | 80.79 | - |
| YUV | 179.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 231 | 0.01 | 0.38 | 0 | 0.09 | 298.62 | 0.64 | 0.74 |
| Hex | E5 | 90 | E7 | 1 | 26 | 0 | 9 | 12B | 40 | 4A |
| Octal | 345 | 220 | 347 | 1 | 46 | 0 | 11 | 453 | 100 | 112 |
| Binary | 11100101 | 10010000 | 11100111 | 1 | 100110 | 0 | 1001 | 100101011 | 1000000 | 1001010 |
Color Harmonies of #E590E7
Complementary color
Monochromatic Colors of #E590E7
Black with #E590E7
Text Example
Text Example
White with #E590E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590E7; }
p { color: rgb(229,144,231); }
H1.HeaderClassName
{
color: #E590E7;
}
.AnyTagClassName
{
color: #E590E7;
}
</style>
background-color css
<style>
a { background-color: #E590E7; }
a { background-color: rgb(229,144,231); }
div.DivClassName
{
background-color: #E590E7;
}
.BgClassName
{
background-color: #E590E7;
}
</style>
border-color css
<style>
span { border-color: #E590E7; }
span { border-color: rgb(229,144,231); }
td.TdClassName
{
border-color: #E590E7;
}
.TagClassName
{
border-color: #E590E7;
}
</style>