Shades of Psychedelic Purple #E805FD
Tints of Psychedelic Purple #E805FD
RGB
CMYK
RGB Variations
Color information
#E805FD (or 0xE805FD) is known color: Psychedelic Purple. HEX triplet: E8, 05 and FD. RGB value is (232,5,253). Sum of RGB (Red+Green+Blue) = 232+5+253=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #E805FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805FD is #17FA02. Grayscale: #646464. Windows color (decimal): -1571331 or 16582120. OLE color: 16582120.
HSL color Cylindrical-coordinate representation of color #E805FD: hue angle of 294.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805FD is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 5 | 253 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.01 |
| HSL | 294.92º | 0.98% | 0.51% | - |
| HSV(B) | 294.92º | 0.98% | 0.99% | - |
| XYZ | 51.06 | 24.36 | 94.94 | - |
| YUV | 101.15 | 213.71 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 253 | 0.08 | 0.98 | 0 | 0.01 | 294.92 | 0.98 | 0.51 |
| Hex | E8 | 5 | FD | 8 | 62 | 0 | 1 | 127 | 62 | 33 |
| Octal | 350 | 5 | 375 | 10 | 142 | 0 | 1 | 447 | 142 | 63 |
| Binary | 11101000 | 101 | 11111101 | 1000 | 1100010 | 0 | 1 | 100100111 | 1100010 | 110011 |
Color Harmonies of #E805FD
Complementary color
Monochromatic Colors of #E805FD
Black with #E805FD
Text Example
Text Example
White with #E805FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805FD; }
p { color: rgb(232,5,253); }
H1.HeaderClassName
{
color: #E805FD;
}
.AnyTagClassName
{
color: #E805FD;
}
</style>
background-color css
<style>
a { background-color: #E805FD; }
a { background-color: rgb(232,5,253); }
div.DivClassName
{
background-color: #E805FD;
}
.BgClassName
{
background-color: #E805FD;
}
</style>
border-color css
<style>
span { border-color: #E805FD; }
span { border-color: rgb(232,5,253); }
td.TdClassName
{
border-color: #E805FD;
}
.TagClassName
{
border-color: #E805FD;
}
</style>