Shades of Psychedelic Purple #E500FD
Tints of Psychedelic Purple #E500FD
RGB
CMYK
RGB Variations
Color information
#E500FD (or 0xE500FD) is known color: Psychedelic Purple. HEX triplet: E5, 00 and FD. RGB value is (229,0,253). Sum of RGB (Red+Green+Blue) = 229+0+253=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #E500FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500FD is #1AFF02. Grayscale: #606060. Windows color (decimal): -1769219 or 16580837. OLE color: 16580837.
HSL color Cylindrical-coordinate representation of color #E500FD: hue angle of 294.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500FD is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 0 | 253 | - |
| CMYK | 0.09 | 1 | 0 | 0.01 |
| HSL | 294.31º | 1% | 0.5% | - |
| HSV(B) | 294.31º | 1% | 0.99% | - |
| XYZ | 50.04 | 23.75 | 94.88 | - |
| YUV | 97.31 | 215.87 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 253 | 0.09 | 1 | 0 | 0.01 | 294.31 | 1 | 0.5 |
| Hex | E5 | 0 | FD | 9 | 64 | 0 | 1 | 126 | 64 | 32 |
| Octal | 345 | 0 | 375 | 11 | 144 | 0 | 1 | 446 | 144 | 62 |
| Binary | 11100101 | 0 | 11111101 | 1001 | 1100100 | 0 | 1 | 100100110 | 1100100 | 110010 |
Color Harmonies of #E500FD
Complementary color
Monochromatic Colors of #E500FD
Black with #E500FD
Text Example
Text Example
White with #E500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500FD; }
p { color: rgb(229,0,253); }
H1.HeaderClassName
{
color: #E500FD;
}
.AnyTagClassName
{
color: #E500FD;
}
</style>
background-color css
<style>
a { background-color: #E500FD; }
a { background-color: rgb(229,0,253); }
div.DivClassName
{
background-color: #E500FD;
}
.BgClassName
{
background-color: #E500FD;
}
</style>
border-color css
<style>
span { border-color: #E500FD; }
span { border-color: rgb(229,0,253); }
td.TdClassName
{
border-color: #E500FD;
}
.TagClassName
{
border-color: #E500FD;
}
</style>