Shades of Psychedelic Purple #E504FF
Tints of Psychedelic Purple #E504FF
RGB
CMYK
RGB Variations
Color information
#E504FF (or 0xE504FF) is known color: Psychedelic Purple. HEX triplet: E5, 04 and FF. RGB value is (229,4,255). Sum of RGB (Red+Green+Blue) = 229+4+255=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 4 (1.95% from 255 or 0.82% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #E504FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504FF is #1AFB00. Grayscale: #636363. Windows color (decimal): -1768193 or 16712933. OLE color: 16712933.
HSL color Cylindrical-coordinate representation of color #E504FF: hue angle of 293.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504FF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 4 | 255 | - |
| CMYK | 0.10 | 0.98 | 0 | 0 |
| HSL | 293.78º | 1% | 0.51% | - |
| HSV(B) | 293.78º | 0.98% | 1% | - |
| XYZ | 50.41 | 23.96 | 96.58 | - |
| YUV | 99.89 | 215.54 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 255 | 0.10 | 0.98 | 0 | 0 | 293.78 | 1 | 0.51 |
| Hex | E5 | 4 | FF | A | 62 | 0 | 0 | 126 | 64 | 33 |
| Octal | 345 | 4 | 377 | 12 | 142 | 0 | 0 | 446 | 144 | 63 |
| Binary | 11100101 | 100 | 11111111 | 1010 | 1100010 | 0 | 0 | 100100110 | 1100100 | 110011 |
Color Harmonies of #E504FF
Complementary color
Monochromatic Colors of #E504FF
Black with #E504FF
Text Example
Text Example
White with #E504FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E504FF; }
p { color: rgb(229,4,255); }
H1.HeaderClassName
{
color: #E504FF;
}
.AnyTagClassName
{
color: #E504FF;
}
</style>
background-color css
<style>
a { background-color: #E504FF; }
a { background-color: rgb(229,4,255); }
div.DivClassName
{
background-color: #E504FF;
}
.BgClassName
{
background-color: #E504FF;
}
</style>
border-color css
<style>
span { border-color: #E504FF; }
span { border-color: rgb(229,4,255); }
td.TdClassName
{
border-color: #E504FF;
}
.TagClassName
{
border-color: #E504FF;
}
</style>