Shades of Psychedelic Purple #E604FE
Tints of Psychedelic Purple #E604FE
RGB
CMYK
RGB Variations
Color information
#E604FE (or 0xE604FE) is known color: Psychedelic Purple. HEX triplet: E6, 04 and FE. RGB value is (230,4,254). Sum of RGB (Red+Green+Blue) = 230+4+254=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 4 (1.95% from 255 or 0.82% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #E604FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E604FE is #19FB01. Grayscale: #636363. Windows color (decimal): -1702658 or 16647398. OLE color: 16647398.
HSL color Cylindrical-coordinate representation of color #E604FE: hue angle of 294.24º 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 #E604FE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 4 | 254 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.00 |
| HSL | 294.24º | 0.99% | 0.51% | - |
| HSV(B) | 294.24º | 0.98% | 1% | - |
| XYZ | 50.57 | 24.07 | 95.75 | - |
| YUV | 100.07 | 214.87 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 254 | 0.09 | 0.98 | 0 | 0.00 | 294.24 | 0.99 | 0.51 |
| Hex | E6 | 4 | FE | 9 | 62 | 0 | 0 | 126 | 63 | 33 |
| Octal | 346 | 4 | 376 | 11 | 142 | 0 | 0 | 446 | 143 | 63 |
| Binary | 11100110 | 100 | 11111110 | 1001 | 1100010 | 0 | 0 | 100100110 | 1100011 | 110011 |
Color Harmonies of #E604FE
Complementary color
Monochromatic Colors of #E604FE
Black with #E604FE
Text Example
Text Example
White with #E604FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E604FE; }
p { color: rgb(230,4,254); }
H1.HeaderClassName
{
color: #E604FE;
}
.AnyTagClassName
{
color: #E604FE;
}
</style>
background-color css
<style>
a { background-color: #E604FE; }
a { background-color: rgb(230,4,254); }
div.DivClassName
{
background-color: #E604FE;
}
.BgClassName
{
background-color: #E604FE;
}
</style>
border-color css
<style>
span { border-color: #E604FE; }
span { border-color: rgb(230,4,254); }
td.TdClassName
{
border-color: #E604FE;
}
.TagClassName
{
border-color: #E604FE;
}
</style>