Shades of Psychedelic Purple #E605FE
Tints of Psychedelic Purple #E605FE
RGB
CMYK
RGB Variations
Color information
#E605FE (or 0xE605FE) is known color: Psychedelic Purple. HEX triplet: E6, 05 and FE. RGB value is (230,5,254). Sum of RGB (Red+Green+Blue) = 230+5+254=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 5 (2.34% from 255 or 1.02% 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 #E605FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605FE is #19FA01. Grayscale: #636363. Windows color (decimal): -1702402 or 16647654. OLE color: 16647654.
HSL color Cylindrical-coordinate representation of color #E605FE: hue angle of 294.22º 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 #E605FE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 5 | 254 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.00 |
| HSL | 294.22º | 0.99% | 0.51% | - |
| HSV(B) | 294.22º | 0.98% | 1% | - |
| XYZ | 50.58 | 24.09 | 95.75 | - |
| YUV | 100.66 | 214.54 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 254 | 0.09 | 0.98 | 0 | 0.00 | 294.22 | 0.99 | 0.51 |
| Hex | E6 | 5 | FE | 9 | 62 | 0 | 0 | 126 | 63 | 33 |
| Octal | 346 | 5 | 376 | 11 | 142 | 0 | 0 | 446 | 143 | 63 |
| Binary | 11100110 | 101 | 11111110 | 1001 | 1100010 | 0 | 0 | 100100110 | 1100011 | 110011 |
Color Harmonies of #E605FE
Complementary color
Monochromatic Colors of #E605FE
Black with #E605FE
Text Example
Text Example
White with #E605FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605FE; }
p { color: rgb(230,5,254); }
H1.HeaderClassName
{
color: #E605FE;
}
.AnyTagClassName
{
color: #E605FE;
}
</style>
background-color css
<style>
a { background-color: #E605FE; }
a { background-color: rgb(230,5,254); }
div.DivClassName
{
background-color: #E605FE;
}
.BgClassName
{
background-color: #E605FE;
}
</style>
border-color css
<style>
span { border-color: #E605FE; }
span { border-color: rgb(230,5,254); }
td.TdClassName
{
border-color: #E605FE;
}
.TagClassName
{
border-color: #E605FE;
}
</style>