Shades of Psychedelic Purple #E722EA
Tints of Psychedelic Purple #E722EA
RGB
CMYK
RGB Variations
Color information
#E722EA (or 0xE722EA) is known color: Psychedelic Purple. HEX triplet: E7, 22 and EA. RGB value is (231,34,234). Sum of RGB (Red+Green+Blue) = 231+34+234=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 34 (13.67% from 255 or 6.81% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #E722EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E722EA is #18DD15. Grayscale: #737373. Windows color (decimal): -1629462 or 15344359. OLE color: 15344359.
HSL color Cylindrical-coordinate representation of color #E722EA: hue angle of 299.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E722EA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 34 | 234 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.08 |
| HSL | 299.1º | 0.83% | 0.53% | - |
| HSV(B) | 299.1º | 0.85% | 0.92% | - |
| XYZ | 48.38 | 24.07 | 79.94 | - |
| YUV | 115.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 234 | 0.01 | 0.85 | 0 | 0.08 | 299.1 | 0.83 | 0.53 |
| Hex | E7 | 22 | EA | 1 | 55 | 0 | 8 | 12B | 53 | 35 |
| Octal | 347 | 42 | 352 | 1 | 125 | 0 | 10 | 453 | 123 | 65 |
| Binary | 11100111 | 100010 | 11101010 | 1 | 1010101 | 0 | 1000 | 100101011 | 1010011 | 110101 |
Color Harmonies of #E722EA
Complementary color
Monochromatic Colors of #E722EA
Black with #E722EA
Text Example
Text Example
White with #E722EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E722EA; }
p { color: rgb(231,34,234); }
H1.HeaderClassName
{
color: #E722EA;
}
.AnyTagClassName
{
color: #E722EA;
}
</style>
background-color css
<style>
a { background-color: #E722EA; }
a { background-color: rgb(231,34,234); }
div.DivClassName
{
background-color: #E722EA;
}
.BgClassName
{
background-color: #E722EA;
}
</style>
border-color css
<style>
span { border-color: #E722EA; }
span { border-color: rgb(231,34,234); }
td.TdClassName
{
border-color: #E722EA;
}
.TagClassName
{
border-color: #E722EA;
}
</style>