Shades of Psychedelic Purple #E801FD
Tints of Psychedelic Purple #E801FD
RGB
CMYK
RGB Variations
Color information
#E801FD (or 0xE801FD) is known color: Psychedelic Purple. HEX triplet: E8, 01 and FD. RGB value is (232,1,253). Sum of RGB (Red+Green+Blue) = 232+1+253=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #E801FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801FD is #17FE02. Grayscale: #626262. Windows color (decimal): -1572355 or 16581096. OLE color: 16581096.
HSL color Cylindrical-coordinate representation of color #E801FD: hue angle of 295º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801FD is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 1 | 253 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.01 |
| HSL | 295º | 0.99% | 0.5% | - |
| HSV(B) | 295º | 1% | 0.99% | - |
| XYZ | 51.02 | 24.27 | 94.92 | - |
| YUV | 98.8 | 215.03 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 253 | 0.08 | 1.00 | 0 | 0.01 | 295 | 0.99 | 0.5 |
| Hex | E8 | 1 | FD | 8 | 64 | 0 | 1 | 127 | 63 | 32 |
| Octal | 350 | 1 | 375 | 10 | 144 | 0 | 1 | 447 | 143 | 62 |
| Binary | 11101000 | 1 | 11111101 | 1000 | 1100100 | 0 | 1 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E801FD
Complementary color
Monochromatic Colors of #E801FD
Black with #E801FD
Text Example
Text Example
White with #E801FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801FD; }
p { color: rgb(232,1,253); }
H1.HeaderClassName
{
color: #E801FD;
}
.AnyTagClassName
{
color: #E801FD;
}
</style>
background-color css
<style>
a { background-color: #E801FD; }
a { background-color: rgb(232,1,253); }
div.DivClassName
{
background-color: #E801FD;
}
.BgClassName
{
background-color: #E801FD;
}
</style>
border-color css
<style>
span { border-color: #E801FD; }
span { border-color: rgb(232,1,253); }
td.TdClassName
{
border-color: #E801FD;
}
.TagClassName
{
border-color: #E801FD;
}
</style>