Shades of Psychedelic Purple #E00EEF
Tints of Psychedelic Purple #E00EEF
RGB
CMYK
RGB Variations
Color information
#E00EEF (or 0xE00EEF) is known color: Psychedelic Purple. HEX triplet: E0, 0E and EF. RGB value is (224,14,239). Sum of RGB (Red+Green+Blue) = 224+14+239=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #E00EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EEF is #1FF110. Grayscale: #656565. Windows color (decimal): -2093329 or 15666912. OLE color: 15666912.
HSL color Cylindrical-coordinate representation of color #E00EEF: hue angle of 296º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EEF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 14 | 239 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.06 |
| HSL | 296º | 0.89% | 0.5% | - |
| HSV(B) | 296º | 0.94% | 0.94% | - |
| XYZ | 46.48 | 22.39 | 83.53 | - |
| YUV | 102.44 | 205.07 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 239 | 0.06 | 0.94 | 0 | 0.06 | 296 | 0.89 | 0.5 |
| Hex | E0 | E | EF | 6 | 5E | 0 | 6 | 128 | 59 | 32 |
| Octal | 340 | 16 | 357 | 6 | 136 | 0 | 6 | 450 | 131 | 62 |
| Binary | 11100000 | 1110 | 11101111 | 110 | 1011110 | 0 | 110 | 100101000 | 1011001 | 110010 |
Color Harmonies of #E00EEF
Complementary color
Monochromatic Colors of #E00EEF
Black with #E00EEF
Text Example
Text Example
White with #E00EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EEF; }
p { color: rgb(224,14,239); }
H1.HeaderClassName
{
color: #E00EEF;
}
.AnyTagClassName
{
color: #E00EEF;
}
</style>
background-color css
<style>
a { background-color: #E00EEF; }
a { background-color: rgb(224,14,239); }
div.DivClassName
{
background-color: #E00EEF;
}
.BgClassName
{
background-color: #E00EEF;
}
</style>
border-color css
<style>
span { border-color: #E00EEF; }
span { border-color: rgb(224,14,239); }
td.TdClassName
{
border-color: #E00EEF;
}
.TagClassName
{
border-color: #E00EEF;
}
</style>