Shades of Psychedelic Purple #E421EE
Tints of Psychedelic Purple #E421EE
RGB
CMYK
RGB Variations
Color information
#E421EE (or 0xE421EE) is known color: Psychedelic Purple. HEX triplet: E4, 21 and EE. RGB value is (228,33,238). Sum of RGB (Red+Green+Blue) = 228+33+238=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #E421EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421EE is #1BDE11. Grayscale: #727272. Windows color (decimal): -1826322 or 15606244. OLE color: 15606244.
HSL color Cylindrical-coordinate representation of color #E421EE: hue angle of 297.07º 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 #E421EE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 33 | 238 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.07 |
| HSL | 297.07º | 0.86% | 0.53% | - |
| HSV(B) | 297.07º | 0.86% | 0.93% | - |
| XYZ | 47.97 | 23.75 | 82.95 | - |
| YUV | 114.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 238 | 0.04 | 0.86 | 0 | 0.07 | 297.07 | 0.86 | 0.53 |
| Hex | E4 | 21 | EE | 4 | 56 | 0 | 7 | 129 | 56 | 35 |
| Octal | 344 | 41 | 356 | 4 | 126 | 0 | 7 | 451 | 126 | 65 |
| Binary | 11100100 | 100001 | 11101110 | 100 | 1010110 | 0 | 111 | 100101001 | 1010110 | 110101 |
Color Harmonies of #E421EE
Complementary color
Monochromatic Colors of #E421EE
Black with #E421EE
Text Example
Text Example
White with #E421EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421EE; }
p { color: rgb(228,33,238); }
H1.HeaderClassName
{
color: #E421EE;
}
.AnyTagClassName
{
color: #E421EE;
}
</style>
background-color css
<style>
a { background-color: #E421EE; }
a { background-color: rgb(228,33,238); }
div.DivClassName
{
background-color: #E421EE;
}
.BgClassName
{
background-color: #E421EE;
}
</style>
border-color css
<style>
span { border-color: #E421EE; }
span { border-color: rgb(228,33,238); }
td.TdClassName
{
border-color: #E421EE;
}
.TagClassName
{
border-color: #E421EE;
}
</style>