Shades of Psychedelic Purple #E120E5
Tints of Psychedelic Purple #E120E5
RGB
CMYK
RGB Variations
Color information
#E120E5 (or 0xE120E5) is known color: Psychedelic Purple. HEX triplet: E1, 20 and E5. RGB value is (225,32,229). Sum of RGB (Red+Green+Blue) = 225+32+229=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #E120E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120E5 is #1EDF1A. Grayscale: #6F6F6F. Windows color (decimal): -2023195 or 15016161. OLE color: 15016161.
HSL color Cylindrical-coordinate representation of color #E120E5: hue angle of 298.78º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120E5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 32 | 229 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.10 |
| HSL | 298.78º | 0.79% | 0.51% | - |
| HSV(B) | 298.78º | 0.86% | 0.9% | - |
| XYZ | 45.71 | 22.7 | 76.1 | - |
| YUV | 112.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 229 | 0.02 | 0.86 | 0 | 0.10 | 298.78 | 0.79 | 0.51 |
| Hex | E1 | 20 | E5 | 2 | 56 | 0 | A | 12B | 4F | 33 |
| Octal | 341 | 40 | 345 | 2 | 126 | 0 | 12 | 453 | 117 | 63 |
| Binary | 11100001 | 100000 | 11100101 | 10 | 1010110 | 0 | 1010 | 100101011 | 1001111 | 110011 |
Color Harmonies of #E120E5
Complementary color
Monochromatic Colors of #E120E5
Black with #E120E5
Text Example
Text Example
White with #E120E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120E5; }
p { color: rgb(225,32,229); }
H1.HeaderClassName
{
color: #E120E5;
}
.AnyTagClassName
{
color: #E120E5;
}
</style>
background-color css
<style>
a { background-color: #E120E5; }
a { background-color: rgb(225,32,229); }
div.DivClassName
{
background-color: #E120E5;
}
.BgClassName
{
background-color: #E120E5;
}
</style>
border-color css
<style>
span { border-color: #E120E5; }
span { border-color: rgb(225,32,229); }
td.TdClassName
{
border-color: #E120E5;
}
.TagClassName
{
border-color: #E120E5;
}
</style>