Shades of Psychedelic Purple #E500FE
Tints of Psychedelic Purple #E500FE
RGB
CMYK
RGB Variations
Color information
#E500FE (or 0xE500FE) is known color: Psychedelic Purple. HEX triplet: E5, 00 and FE. RGB value is (229,0,254). Sum of RGB (Red+Green+Blue) = 229+0+254=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #E500FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500FE is #1AFF01. Grayscale: #606060. Windows color (decimal): -1769218 or 16646373. OLE color: 16646373.
HSL color Cylindrical-coordinate representation of color #E500FE: hue angle of 294.09º 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 #E500FE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 0 | 254 | - |
| CMYK | 0.10 | 1 | 0 | 0.00 |
| HSL | 294.09º | 1% | 0.5% | - |
| HSV(B) | 294.09º | 1% | 1% | - |
| XYZ | 50.2 | 23.81 | 95.72 | - |
| YUV | 97.43 | 216.37 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 254 | 0.10 | 1 | 0 | 0.00 | 294.09 | 1 | 0.5 |
| Hex | E5 | 0 | FE | A | 64 | 0 | 0 | 126 | 64 | 32 |
| Octal | 345 | 0 | 376 | 12 | 144 | 0 | 0 | 446 | 144 | 62 |
| Binary | 11100101 | 0 | 11111110 | 1010 | 1100100 | 0 | 0 | 100100110 | 1100100 | 110010 |
Color Harmonies of #E500FE
Complementary color
Monochromatic Colors of #E500FE
Black with #E500FE
Text Example
Text Example
White with #E500FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500FE; }
p { color: rgb(229,0,254); }
H1.HeaderClassName
{
color: #E500FE;
}
.AnyTagClassName
{
color: #E500FE;
}
</style>
background-color css
<style>
a { background-color: #E500FE; }
a { background-color: rgb(229,0,254); }
div.DivClassName
{
background-color: #E500FE;
}
.BgClassName
{
background-color: #E500FE;
}
</style>
border-color css
<style>
span { border-color: #E500FE; }
span { border-color: rgb(229,0,254); }
td.TdClassName
{
border-color: #E500FE;
}
.TagClassName
{
border-color: #E500FE;
}
</style>