Shades of Psychedelic Purple #E00EEC
Tints of Psychedelic Purple #E00EEC
RGB
CMYK
RGB Variations
Color information
#E00EEC (or 0xE00EEC) is known color: Psychedelic Purple. HEX triplet: E0, 0E and EC. RGB value is (224,14,236). Sum of RGB (Red+Green+Blue) = 224+14+236=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #E00EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EEC is #1FF113. Grayscale: #656565. Windows color (decimal): -2093332 or 15470304. OLE color: 15470304.
HSL color Cylindrical-coordinate representation of color #E00EEC: hue angle of 296.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EEC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 14 | 236 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.07 |
| HSL | 296.76º | 0.89% | 0.49% | - |
| HSV(B) | 296.76º | 0.94% | 0.93% | - |
| XYZ | 46.04 | 22.22 | 81.22 | - |
| YUV | 102.1 | 203.57 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 236 | 0.05 | 0.94 | 0 | 0.07 | 296.76 | 0.89 | 0.49 |
| Hex | E0 | E | EC | 5 | 5E | 0 | 7 | 129 | 59 | 31 |
| Octal | 340 | 16 | 354 | 5 | 136 | 0 | 7 | 451 | 131 | 61 |
| Binary | 11100000 | 1110 | 11101100 | 101 | 1011110 | 0 | 111 | 100101001 | 1011001 | 110001 |
Color Harmonies of #E00EEC
Complementary color
Monochromatic Colors of #E00EEC
Black with #E00EEC
Text Example
Text Example
White with #E00EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EEC; }
p { color: rgb(224,14,236); }
H1.HeaderClassName
{
color: #E00EEC;
}
.AnyTagClassName
{
color: #E00EEC;
}
</style>
background-color css
<style>
a { background-color: #E00EEC; }
a { background-color: rgb(224,14,236); }
div.DivClassName
{
background-color: #E00EEC;
}
.BgClassName
{
background-color: #E00EEC;
}
</style>
border-color css
<style>
span { border-color: #E00EEC; }
span { border-color: rgb(224,14,236); }
td.TdClassName
{
border-color: #E00EEC;
}
.TagClassName
{
border-color: #E00EEC;
}
</style>