Shades of Psychedelic Purple #E701FC
Tints of Psychedelic Purple #E701FC
RGB
CMYK
RGB Variations
Color information
#E701FC (or 0xE701FC) is known color: Psychedelic Purple. HEX triplet: E7, 01 and FC. RGB value is (231,1,252). Sum of RGB (Red+Green+Blue) = 231+1+252=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #E701FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701FC is #18FE03. Grayscale: #616161. Windows color (decimal): -1637892 or 16515559. OLE color: 16515559.
HSL color Cylindrical-coordinate representation of color #E701FC: hue angle of 294.98º 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 #E701FC is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 1 | 252 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.01 |
| HSL | 294.98º | 0.99% | 0.5% | - |
| HSV(B) | 294.98º | 1% | 0.99% | - |
| XYZ | 50.54 | 24.04 | 94.07 | - |
| YUV | 98.38 | 214.7 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 252 | 0.08 | 1.00 | 0 | 0.01 | 294.98 | 0.99 | 0.5 |
| Hex | E7 | 1 | FC | 8 | 64 | 0 | 1 | 127 | 63 | 32 |
| Octal | 347 | 1 | 374 | 10 | 144 | 0 | 1 | 447 | 143 | 62 |
| Binary | 11100111 | 1 | 11111100 | 1000 | 1100100 | 0 | 1 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E701FC
Complementary color
Monochromatic Colors of #E701FC
Black with #E701FC
Text Example
Text Example
White with #E701FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701FC; }
p { color: rgb(231,1,252); }
H1.HeaderClassName
{
color: #E701FC;
}
.AnyTagClassName
{
color: #E701FC;
}
</style>
background-color css
<style>
a { background-color: #E701FC; }
a { background-color: rgb(231,1,252); }
div.DivClassName
{
background-color: #E701FC;
}
.BgClassName
{
background-color: #E701FC;
}
</style>
border-color css
<style>
span { border-color: #E701FC; }
span { border-color: rgb(231,1,252); }
td.TdClassName
{
border-color: #E701FC;
}
.TagClassName
{
border-color: #E701FC;
}
</style>