Shades of Psychedelic Purple #E00EE7
Tints of Psychedelic Purple #E00EE7
RGB
CMYK
RGB Variations
Color information
#E00EE7 (or 0xE00EE7) is known color: Psychedelic Purple. HEX triplet: E0, 0E and E7. RGB value is (224,14,231). Sum of RGB (Red+Green+Blue) = 224+14+231=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #E00EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EE7 is #1FF118. Grayscale: #646464. Windows color (decimal): -2093337 or 15142624. OLE color: 15142624.
HSL color Cylindrical-coordinate representation of color #E00EE7: hue angle of 298.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EE7 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 14 | 231 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.09 |
| HSL | 298.06º | 0.89% | 0.48% | - |
| HSV(B) | 298.06º | 0.94% | 0.91% | - |
| XYZ | 45.32 | 21.93 | 77.45 | - |
| YUV | 101.53 | 201.07 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 231 | 0.03 | 0.94 | 0 | 0.09 | 298.06 | 0.89 | 0.48 |
| Hex | E0 | E | E7 | 3 | 5E | 0 | 9 | 12A | 59 | 30 |
| Octal | 340 | 16 | 347 | 3 | 136 | 0 | 11 | 452 | 131 | 60 |
| Binary | 11100000 | 1110 | 11100111 | 11 | 1011110 | 0 | 1001 | 100101010 | 1011001 | 110000 |
Color Harmonies of #E00EE7
Complementary color
Monochromatic Colors of #E00EE7
Black with #E00EE7
Text Example
Text Example
White with #E00EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EE7; }
p { color: rgb(224,14,231); }
H1.HeaderClassName
{
color: #E00EE7;
}
.AnyTagClassName
{
color: #E00EE7;
}
</style>
background-color css
<style>
a { background-color: #E00EE7; }
a { background-color: rgb(224,14,231); }
div.DivClassName
{
background-color: #E00EE7;
}
.BgClassName
{
background-color: #E00EE7;
}
</style>
border-color css
<style>
span { border-color: #E00EE7; }
span { border-color: rgb(224,14,231); }
td.TdClassName
{
border-color: #E00EE7;
}
.TagClassName
{
border-color: #E00EE7;
}
</style>