Shades of Psychedelic Purple #E000E8
Tints of Psychedelic Purple #E000E8
RGB
CMYK
RGB Variations
Color information
#E000E8 (or 0xE000E8) is known color: Psychedelic Purple. HEX triplet: E0, 00 and E8. RGB value is (224,0,232). Sum of RGB (Red+Green+Blue) = 224+0+232=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #E000E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000E8 is #1FFF17. Grayscale: #5C5C5C. Windows color (decimal): -2096920 or 15204576. OLE color: 15204576.
HSL color Cylindrical-coordinate representation of color #E000E8: hue angle of 297.93º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000E8 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 0 | 232 | - |
| CMYK | 0.03 | 1 | 0 | 0.09 |
| HSL | 297.93º | 1% | 0.45% | - |
| HSV(B) | 297.93º | 1% | 0.91% | - |
| XYZ | 45.31 | 21.67 | 78.14 | - |
| YUV | 93.42 | 206.21 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 232 | 0.03 | 1 | 0 | 0.09 | 297.93 | 1 | 0.45 |
| Hex | E0 | 0 | E8 | 3 | 64 | 0 | 9 | 12A | 64 | 2D |
| Octal | 340 | 0 | 350 | 3 | 144 | 0 | 11 | 452 | 144 | 55 |
| Binary | 11100000 | 0 | 11101000 | 11 | 1100100 | 0 | 1001 | 100101010 | 1100100 | 101101 |
Color Harmonies of #E000E8
Complementary color
Monochromatic Colors of #E000E8
Black with #E000E8
Text Example
Text Example
White with #E000E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000E8; }
p { color: rgb(224,0,232); }
H1.HeaderClassName
{
color: #E000E8;
}
.AnyTagClassName
{
color: #E000E8;
}
</style>
background-color css
<style>
a { background-color: #E000E8; }
a { background-color: rgb(224,0,232); }
div.DivClassName
{
background-color: #E000E8;
}
.BgClassName
{
background-color: #E000E8;
}
</style>
border-color css
<style>
span { border-color: #E000E8; }
span { border-color: rgb(224,0,232); }
td.TdClassName
{
border-color: #E000E8;
}
.TagClassName
{
border-color: #E000E8;
}
</style>