Shades of Psychedelic Purple #E01EEA
Tints of Psychedelic Purple #E01EEA
RGB
CMYK
RGB Variations
Color information
#E01EEA (or 0xE01EEA) is known color: Psychedelic Purple. HEX triplet: E0, 1E and EA. RGB value is (224,30,234). Sum of RGB (Red+Green+Blue) = 224+30+234=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #E01EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EEA is #1FE115. Grayscale: #6E6E6E. Windows color (decimal): -2089238 or 15343328. OLE color: 15343328.
HSL color Cylindrical-coordinate representation of color #E01EEA: hue angle of 297.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EEA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 30 | 234 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.08 |
| HSL | 297.06º | 0.83% | 0.52% | - |
| HSV(B) | 297.06º | 0.87% | 0.92% | - |
| XYZ | 46.06 | 22.72 | 79.8 | - |
| YUV | 111.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 234 | 0.04 | 0.87 | 0 | 0.08 | 297.06 | 0.83 | 0.52 |
| Hex | E0 | 1E | EA | 4 | 57 | 0 | 8 | 129 | 53 | 34 |
| Octal | 340 | 36 | 352 | 4 | 127 | 0 | 10 | 451 | 123 | 64 |
| Binary | 11100000 | 11110 | 11101010 | 100 | 1010111 | 0 | 1000 | 100101001 | 1010011 | 110100 |
Color Harmonies of #E01EEA
Complementary color
Monochromatic Colors of #E01EEA
Black with #E01EEA
Text Example
Text Example
White with #E01EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EEA; }
p { color: rgb(224,30,234); }
H1.HeaderClassName
{
color: #E01EEA;
}
.AnyTagClassName
{
color: #E01EEA;
}
</style>
background-color css
<style>
a { background-color: #E01EEA; }
a { background-color: rgb(224,30,234); }
div.DivClassName
{
background-color: #E01EEA;
}
.BgClassName
{
background-color: #E01EEA;
}
</style>
border-color css
<style>
span { border-color: #E01EEA; }
span { border-color: rgb(224,30,234); }
td.TdClassName
{
border-color: #E01EEA;
}
.TagClassName
{
border-color: #E01EEA;
}
</style>