Shades of Violet #E590E8
Tints of Violet #E590E8
RGB
CMYK
RGB Variations
Color information
#E590E8 (or 0xE590E8) is known color: Violet. HEX triplet: E5, 90 and E8. RGB value is (229,144,232). Sum of RGB (Red+Green+Blue) = 229+144+232=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #E590E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E590E8 is #1A6F17. Grayscale: #B3B3B3. Windows color (decimal): -1732376 or 15241445. OLE color: 15241445.
HSL color Cylindrical-coordinate representation of color #E590E8: hue angle of 297.95º degrees, saturation: 0.66, 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 #E590E8 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 144 | 232 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.09 |
| HSL | 297.95º | 0.66% | 0.74% | - |
| HSV(B) | 297.95º | 0.38% | 0.91% | - |
| XYZ | 56.85 | 42.43 | 81.54 | - |
| YUV | 179.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 232 | 0.01 | 0.38 | 0 | 0.09 | 297.95 | 0.66 | 0.74 |
| Hex | E5 | 90 | E8 | 1 | 26 | 0 | 9 | 12A | 42 | 4A |
| Octal | 345 | 220 | 350 | 1 | 46 | 0 | 11 | 452 | 102 | 112 |
| Binary | 11100101 | 10010000 | 11101000 | 1 | 100110 | 0 | 1001 | 100101010 | 1000010 | 1001010 |
Color Harmonies of #E590E8
Complementary color
Monochromatic Colors of #E590E8
Black with #E590E8
Text Example
Text Example
White with #E590E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590E8; }
p { color: rgb(229,144,232); }
H1.HeaderClassName
{
color: #E590E8;
}
.AnyTagClassName
{
color: #E590E8;
}
</style>
background-color css
<style>
a { background-color: #E590E8; }
a { background-color: rgb(229,144,232); }
div.DivClassName
{
background-color: #E590E8;
}
.BgClassName
{
background-color: #E590E8;
}
</style>
border-color css
<style>
span { border-color: #E590E8; }
span { border-color: rgb(229,144,232); }
td.TdClassName
{
border-color: #E590E8;
}
.TagClassName
{
border-color: #E590E8;
}
</style>