Shades of Psychedelic Purple #E505FE
Tints of Psychedelic Purple #E505FE
RGB
CMYK
RGB Variations
Color information
#E505FE (or 0xE505FE) is known color: Psychedelic Purple. HEX triplet: E5, 05 and FE. RGB value is (229,5,254). Sum of RGB (Red+Green+Blue) = 229+5+254=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #E505FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505FE is #1AFA01. Grayscale: #636363. Windows color (decimal): -1767938 or 16647653. OLE color: 16647653.
HSL color Cylindrical-coordinate representation of color #E505FE: hue angle of 293.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505FE is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 5 | 254 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.00 |
| HSL | 293.98º | 0.99% | 0.51% | - |
| HSV(B) | 293.98º | 0.98% | 1% | - |
| XYZ | 50.26 | 23.92 | 95.73 | - |
| YUV | 100.36 | 214.71 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 254 | 0.10 | 0.98 | 0 | 0.00 | 293.98 | 0.99 | 0.51 |
| Hex | E5 | 5 | FE | A | 62 | 0 | 0 | 126 | 63 | 33 |
| Octal | 345 | 5 | 376 | 12 | 142 | 0 | 0 | 446 | 143 | 63 |
| Binary | 11100101 | 101 | 11111110 | 1010 | 1100010 | 0 | 0 | 100100110 | 1100011 | 110011 |
Color Harmonies of #E505FE
Complementary color
Monochromatic Colors of #E505FE
Black with #E505FE
Text Example
Text Example
White with #E505FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505FE; }
p { color: rgb(229,5,254); }
H1.HeaderClassName
{
color: #E505FE;
}
.AnyTagClassName
{
color: #E505FE;
}
</style>
background-color css
<style>
a { background-color: #E505FE; }
a { background-color: rgb(229,5,254); }
div.DivClassName
{
background-color: #E505FE;
}
.BgClassName
{
background-color: #E505FE;
}
</style>
border-color css
<style>
span { border-color: #E505FE; }
span { border-color: rgb(229,5,254); }
td.TdClassName
{
border-color: #E505FE;
}
.TagClassName
{
border-color: #E505FE;
}
</style>