Shades of Psychedelic Purple #E022E6
Tints of Psychedelic Purple #E022E6
RGB
CMYK
RGB Variations
Color information
#E022E6 (or 0xE022E6) is known color: Psychedelic Purple. HEX triplet: E0, 22 and E6. RGB value is (224,34,230). Sum of RGB (Red+Green+Blue) = 224+34+230=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #E022E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022E6 is #1FDD19. Grayscale: #707070. Windows color (decimal): -2088218 or 15082208. OLE color: 15082208.
HSL color Cylindrical-coordinate representation of color #E022E6: hue angle of 298.16º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E022E6 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 34 | 230 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.10 |
| HSL | 298.16º | 0.8% | 0.52% | - |
| HSV(B) | 298.16º | 0.85% | 0.9% | - |
| XYZ | 45.6 | 22.7 | 76.84 | - |
| YUV | 113.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 230 | 0.03 | 0.85 | 0 | 0.10 | 298.16 | 0.8 | 0.52 |
| Hex | E0 | 22 | E6 | 3 | 55 | 0 | A | 12A | 50 | 34 |
| Octal | 340 | 42 | 346 | 3 | 125 | 0 | 12 | 452 | 120 | 64 |
| Binary | 11100000 | 100010 | 11100110 | 11 | 1010101 | 0 | 1010 | 100101010 | 1010000 | 110100 |
Color Harmonies of #E022E6
Complementary color
Monochromatic Colors of #E022E6
Black with #E022E6
Text Example
Text Example
White with #E022E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022E6; }
p { color: rgb(224,34,230); }
H1.HeaderClassName
{
color: #E022E6;
}
.AnyTagClassName
{
color: #E022E6;
}
</style>
background-color css
<style>
a { background-color: #E022E6; }
a { background-color: rgb(224,34,230); }
div.DivClassName
{
background-color: #E022E6;
}
.BgClassName
{
background-color: #E022E6;
}
</style>
border-color css
<style>
span { border-color: #E022E6; }
span { border-color: rgb(224,34,230); }
td.TdClassName
{
border-color: #E022E6;
}
.TagClassName
{
border-color: #E022E6;
}
</style>