Shades of Psychedelic Purple #E600FE
Tints of Psychedelic Purple #E600FE
RGB
CMYK
RGB Variations
Color information
#E600FE (or 0xE600FE) is known color: Psychedelic Purple. HEX triplet: E6, 00 and FE. RGB value is (230,0,254). Sum of RGB (Red+Green+Blue) = 230+0+254=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #E600FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600FE is #19FF01. Grayscale: #606060. Windows color (decimal): -1703682 or 16646374. OLE color: 16646374.
HSL color Cylindrical-coordinate representation of color #E600FE: hue angle of 294.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600FE is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 0 | 254 | - |
| CMYK | 0.09 | 1 | 0 | 0.00 |
| HSL | 294.33º | 1% | 0.5% | - |
| HSV(B) | 294.33º | 1% | 1% | - |
| XYZ | 50.52 | 23.98 | 95.73 | - |
| YUV | 97.73 | 216.2 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 254 | 0.09 | 1 | 0 | 0.00 | 294.33 | 1 | 0.5 |
| Hex | E6 | 0 | FE | 9 | 64 | 0 | 0 | 126 | 64 | 32 |
| Octal | 346 | 0 | 376 | 11 | 144 | 0 | 0 | 446 | 144 | 62 |
| Binary | 11100110 | 0 | 11111110 | 1001 | 1100100 | 0 | 0 | 100100110 | 1100100 | 110010 |
Color Harmonies of #E600FE
Complementary color
Monochromatic Colors of #E600FE
Black with #E600FE
Text Example
Text Example
White with #E600FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600FE; }
p { color: rgb(230,0,254); }
H1.HeaderClassName
{
color: #E600FE;
}
.AnyTagClassName
{
color: #E600FE;
}
</style>
background-color css
<style>
a { background-color: #E600FE; }
a { background-color: rgb(230,0,254); }
div.DivClassName
{
background-color: #E600FE;
}
.BgClassName
{
background-color: #E600FE;
}
</style>
border-color css
<style>
span { border-color: #E600FE; }
span { border-color: rgb(230,0,254); }
td.TdClassName
{
border-color: #E600FE;
}
.TagClassName
{
border-color: #E600FE;
}
</style>