Shades of Psychedelic Purple #E704FE
Tints of Psychedelic Purple #E704FE
RGB
CMYK
RGB Variations
Color information
#E704FE (or 0xE704FE) is known color: Psychedelic Purple. HEX triplet: E7, 04 and FE. RGB value is (231,4,254). Sum of RGB (Red+Green+Blue) = 231+4+254=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #E704FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E704FE is #18FB01. Grayscale: #636363. Windows color (decimal): -1637122 or 16647399. OLE color: 16647399.
HSL color Cylindrical-coordinate representation of color #E704FE: hue angle of 294.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704FE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 4 | 254 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.00 |
| HSL | 294.48º | 0.99% | 0.51% | - |
| HSV(B) | 294.48º | 0.98% | 1% | - |
| XYZ | 50.89 | 24.23 | 95.76 | - |
| YUV | 100.37 | 214.71 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 254 | 0.09 | 0.98 | 0 | 0.00 | 294.48 | 0.99 | 0.51 |
| Hex | E7 | 4 | FE | 9 | 62 | 0 | 0 | 126 | 63 | 33 |
| Octal | 347 | 4 | 376 | 11 | 142 | 0 | 0 | 446 | 143 | 63 |
| Binary | 11100111 | 100 | 11111110 | 1001 | 1100010 | 0 | 0 | 100100110 | 1100011 | 110011 |
Color Harmonies of #E704FE
Complementary color
Monochromatic Colors of #E704FE
Black with #E704FE
Text Example
Text Example
White with #E704FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704FE; }
p { color: rgb(231,4,254); }
H1.HeaderClassName
{
color: #E704FE;
}
.AnyTagClassName
{
color: #E704FE;
}
</style>
background-color css
<style>
a { background-color: #E704FE; }
a { background-color: rgb(231,4,254); }
div.DivClassName
{
background-color: #E704FE;
}
.BgClassName
{
background-color: #E704FE;
}
</style>
border-color css
<style>
span { border-color: #E704FE; }
span { border-color: rgb(231,4,254); }
td.TdClassName
{
border-color: #E704FE;
}
.TagClassName
{
border-color: #E704FE;
}
</style>