Shades of Psychedelic Purple #E601FC
Tints of Psychedelic Purple #E601FC
RGB
CMYK
RGB Variations
Color information
#E601FC (or 0xE601FC) is known color: Psychedelic Purple. HEX triplet: E6, 01 and FC. RGB value is (230,1,252). Sum of RGB (Red+Green+Blue) = 230+1+252=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E601FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601FC is #19FE03. Grayscale: #616161. Windows color (decimal): -1703428 or 16515558. OLE color: 16515558.
HSL color Cylindrical-coordinate representation of color #E601FC: hue angle of 294.74º 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 #E601FC is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 1 | 252 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.01 |
| HSL | 294.74º | 0.99% | 0.5% | - |
| HSV(B) | 294.74º | 1% | 0.99% | - |
| XYZ | 50.21 | 23.87 | 94.06 | - |
| YUV | 98.09 | 214.87 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 252 | 0.09 | 1.00 | 0 | 0.01 | 294.74 | 0.99 | 0.5 |
| Hex | E6 | 1 | FC | 9 | 64 | 0 | 1 | 127 | 63 | 32 |
| Octal | 346 | 1 | 374 | 11 | 144 | 0 | 1 | 447 | 143 | 62 |
| Binary | 11100110 | 1 | 11111100 | 1001 | 1100100 | 0 | 1 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E601FC
Complementary color
Monochromatic Colors of #E601FC
Black with #E601FC
Text Example
Text Example
White with #E601FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601FC; }
p { color: rgb(230,1,252); }
H1.HeaderClassName
{
color: #E601FC;
}
.AnyTagClassName
{
color: #E601FC;
}
</style>
background-color css
<style>
a { background-color: #E601FC; }
a { background-color: rgb(230,1,252); }
div.DivClassName
{
background-color: #E601FC;
}
.BgClassName
{
background-color: #E601FC;
}
</style>
border-color css
<style>
span { border-color: #E601FC; }
span { border-color: rgb(230,1,252); }
td.TdClassName
{
border-color: #E601FC;
}
.TagClassName
{
border-color: #E601FC;
}
</style>