Shades of Psychedelic Purple #E00EE5
Tints of Psychedelic Purple #E00EE5
RGB
CMYK
RGB Variations
Color information
#E00EE5 (or 0xE00EE5) is known color: Psychedelic Purple. HEX triplet: E0, 0E and E5. RGB value is (224,14,229). Sum of RGB (Red+Green+Blue) = 224+14+229=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #E00EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EE5 is #1FF11A. Grayscale: #646464. Windows color (decimal): -2093339 or 15011552. OLE color: 15011552.
HSL color Cylindrical-coordinate representation of color #E00EE5: hue angle of 298.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EE5 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 14 | 229 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.10 |
| HSL | 298.6º | 0.88% | 0.48% | - |
| HSV(B) | 298.6º | 0.94% | 0.9% | - |
| XYZ | 45.04 | 21.82 | 75.97 | - |
| YUV | 101.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 229 | 0.02 | 0.94 | 0 | 0.10 | 298.6 | 0.88 | 0.48 |
| Hex | E0 | E | E5 | 2 | 5E | 0 | A | 12B | 58 | 30 |
| Octal | 340 | 16 | 345 | 2 | 136 | 0 | 12 | 453 | 130 | 60 |
| Binary | 11100000 | 1110 | 11100101 | 10 | 1011110 | 0 | 1010 | 100101011 | 1011000 | 110000 |
Color Harmonies of #E00EE5
Complementary color
Monochromatic Colors of #E00EE5
Black with #E00EE5
Text Example
Text Example
White with #E00EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EE5; }
p { color: rgb(224,14,229); }
H1.HeaderClassName
{
color: #E00EE5;
}
.AnyTagClassName
{
color: #E00EE5;
}
</style>
background-color css
<style>
a { background-color: #E00EE5; }
a { background-color: rgb(224,14,229); }
div.DivClassName
{
background-color: #E00EE5;
}
.BgClassName
{
background-color: #E00EE5;
}
</style>
border-color css
<style>
span { border-color: #E00EE5; }
span { border-color: rgb(224,14,229); }
td.TdClassName
{
border-color: #E00EE5;
}
.TagClassName
{
border-color: #E00EE5;
}
</style>