Shades of Psychedelic Purple #E422EE
Tints of Psychedelic Purple #E422EE
RGB
CMYK
RGB Variations
Color information
#E422EE (or 0xE422EE) is known color: Psychedelic Purple. HEX triplet: E4, 22 and EE. RGB value is (228,34,238). Sum of RGB (Red+Green+Blue) = 228+34+238=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E422EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422EE is #1BDD11. Grayscale: #727272. Windows color (decimal): -1826066 or 15606500. OLE color: 15606500.
HSL color Cylindrical-coordinate representation of color #E422EE: hue angle of 297.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E422EE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 34 | 238 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.07 |
| HSL | 297.06º | 0.86% | 0.53% | - |
| HSV(B) | 297.06º | 0.86% | 0.93% | - |
| XYZ | 48 | 23.81 | 82.96 | - |
| YUV | 115.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 238 | 0.04 | 0.86 | 0 | 0.07 | 297.06 | 0.86 | 0.53 |
| Hex | E4 | 22 | EE | 4 | 56 | 0 | 7 | 129 | 56 | 35 |
| Octal | 344 | 42 | 356 | 4 | 126 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100100 | 100010 | 11101110 | 100 | 1010110 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E422EE
Complementary color
Monochromatic Colors of #E422EE
Black with #E422EE
Text Example
Text Example
White with #E422EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E422EE; }
p { color: rgb(228,34,238); }
H1.HeaderClassName
{
color: #E422EE;
}
.AnyTagClassName
{
color: #E422EE;
}
</style>
background-color css
<style>
a { background-color: #E422EE; }
a { background-color: rgb(228,34,238); }
div.DivClassName
{
background-color: #E422EE;
}
.BgClassName
{
background-color: #E422EE;
}
</style>
border-color css
<style>
span { border-color: #E422EE; }
span { border-color: rgb(228,34,238); }
td.TdClassName
{
border-color: #E422EE;
}
.TagClassName
{
border-color: #E422EE;
}
</style>