Shades of Psychedelic Purple #E601FD
Tints of Psychedelic Purple #E601FD
RGB
CMYK
RGB Variations
Color information
#E601FD (or 0xE601FD) is known color: Psychedelic Purple. HEX triplet: E6, 01 and FD. RGB value is (230,1,253). Sum of RGB (Red+Green+Blue) = 230+1+253=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #E601FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601FD is #19FE02. Grayscale: #616161. Windows color (decimal): -1703427 or 16581094. OLE color: 16581094.
HSL color Cylindrical-coordinate representation of color #E601FD: hue angle of 294.52º 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 #E601FD is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 1 | 253 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.01 |
| HSL | 294.52º | 0.99% | 0.5% | - |
| HSV(B) | 294.52º | 1% | 0.99% | - |
| XYZ | 50.37 | 23.94 | 94.89 | - |
| YUV | 98.2 | 215.37 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 253 | 0.09 | 1.00 | 0 | 0.01 | 294.52 | 0.99 | 0.5 |
| Hex | E6 | 1 | FD | 9 | 64 | 0 | 1 | 127 | 63 | 32 |
| Octal | 346 | 1 | 375 | 11 | 144 | 0 | 1 | 447 | 143 | 62 |
| Binary | 11100110 | 1 | 11111101 | 1001 | 1100100 | 0 | 1 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E601FD
Complementary color
Monochromatic Colors of #E601FD
Black with #E601FD
Text Example
Text Example
White with #E601FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601FD; }
p { color: rgb(230,1,253); }
H1.HeaderClassName
{
color: #E601FD;
}
.AnyTagClassName
{
color: #E601FD;
}
</style>
background-color css
<style>
a { background-color: #E601FD; }
a { background-color: rgb(230,1,253); }
div.DivClassName
{
background-color: #E601FD;
}
.BgClassName
{
background-color: #E601FD;
}
</style>
border-color css
<style>
span { border-color: #E601FD; }
span { border-color: rgb(230,1,253); }
td.TdClassName
{
border-color: #E601FD;
}
.TagClassName
{
border-color: #E601FD;
}
</style>