Shades of Psychedelic Purple #E000FF
Tints of Psychedelic Purple #E000FF
RGB
CMYK
RGB Variations
Color information
#E000FF (or 0xE000FF) is known color: Psychedelic Purple. HEX triplet: E0, 00 and FF. RGB value is (224,0,255). Sum of RGB (Red+Green+Blue) = 224+0+255=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #E000FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000FF is #1FFF00. Grayscale: #5F5F5F. Windows color (decimal): -2096897 or 16711904. OLE color: 16711904.
HSL color Cylindrical-coordinate representation of color #E000FF: hue angle of 292.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000FF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 0 | 255 | - |
| CMYK | 0.12 | 1 | 0 | 0 |
| HSL | 292.71º | 1% | 0.5% | - |
| HSV(B) | 292.71º | 1% | 1% | - |
| XYZ | 48.79 | 23.07 | 96.49 | - |
| YUV | 96.05 | 217.71 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 255 | 0.12 | 1 | 0 | 0 | 292.71 | 1 | 0.5 |
| Hex | E0 | 0 | FF | C | 64 | 0 | 0 | 125 | 64 | 32 |
| Octal | 340 | 0 | 377 | 14 | 144 | 0 | 0 | 445 | 144 | 62 |
| Binary | 11100000 | 0 | 11111111 | 1100 | 1100100 | 0 | 0 | 100100101 | 1100100 | 110010 |
Color Harmonies of #E000FF
Complementary color
Monochromatic Colors of #E000FF
Black with #E000FF
Text Example
Text Example
White with #E000FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000FF; }
p { color: rgb(224,0,255); }
H1.HeaderClassName
{
color: #E000FF;
}
.AnyTagClassName
{
color: #E000FF;
}
</style>
background-color css
<style>
a { background-color: #E000FF; }
a { background-color: rgb(224,0,255); }
div.DivClassName
{
background-color: #E000FF;
}
.BgClassName
{
background-color: #E000FF;
}
</style>
border-color css
<style>
span { border-color: #E000FF; }
span { border-color: rgb(224,0,255); }
td.TdClassName
{
border-color: #E000FF;
}
.TagClassName
{
border-color: #E000FF;
}
</style>