Shades of Psychedelic Purple #E500F9
Tints of Psychedelic Purple #E500F9
RGB
CMYK
RGB Variations
Color information
#E500F9 (or 0xE500F9) is known color: Psychedelic Purple. HEX triplet: E5, 00 and F9. RGB value is (229,0,249). Sum of RGB (Red+Green+Blue) = 229+0+249=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #E500F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500F9 is #1AFF06. Grayscale: #606060. Windows color (decimal): -1769223 or 16318693. OLE color: 16318693.
HSL color Cylindrical-coordinate representation of color #E500F9: hue angle of 295.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500F9 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 0 | 249 | - |
| CMYK | 0.08 | 1 | 0 | 0.02 |
| HSL | 295.18º | 1% | 0.49% | - |
| HSV(B) | 295.18º | 1% | 0.98% | - |
| XYZ | 49.41 | 23.5 | 91.55 | - |
| YUV | 96.86 | 213.87 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 249 | 0.08 | 1 | 0 | 0.02 | 295.18 | 1 | 0.49 |
| Hex | E5 | 0 | F9 | 8 | 64 | 0 | 2 | 127 | 64 | 31 |
| Octal | 345 | 0 | 371 | 10 | 144 | 0 | 2 | 447 | 144 | 61 |
| Binary | 11100101 | 0 | 11111001 | 1000 | 1100100 | 0 | 10 | 100100111 | 1100100 | 110001 |
Color Harmonies of #E500F9
Complementary color
Monochromatic Colors of #E500F9
Black with #E500F9
Text Example
Text Example
White with #E500F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500F9; }
p { color: rgb(229,0,249); }
H1.HeaderClassName
{
color: #E500F9;
}
.AnyTagClassName
{
color: #E500F9;
}
</style>
background-color css
<style>
a { background-color: #E500F9; }
a { background-color: rgb(229,0,249); }
div.DivClassName
{
background-color: #E500F9;
}
.BgClassName
{
background-color: #E500F9;
}
</style>
border-color css
<style>
span { border-color: #E500F9; }
span { border-color: rgb(229,0,249); }
td.TdClassName
{
border-color: #E500F9;
}
.TagClassName
{
border-color: #E500F9;
}
</style>