Shades of Psychedelic Purple #E621FE
Tints of Psychedelic Purple #E621FE
RGB
CMYK
RGB Variations
Color information
#E621FE (or 0xE621FE) is known color: Psychedelic Purple. HEX triplet: E6, 21 and FE. RGB value is (230,33,254). Sum of RGB (Red+Green+Blue) = 230+33+254=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #E621FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621FE is #19DE01. Grayscale: #747474. Windows color (decimal): -1695234 or 16654822. OLE color: 16654822.
HSL color Cylindrical-coordinate representation of color #E621FE: hue angle of 293.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E621FE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 33 | 254 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.00 |
| HSL | 293.48º | 0.99% | 0.56% | - |
| HSV(B) | 293.48º | 0.87% | 1% | - |
| XYZ | 51.07 | 25.07 | 95.91 | - |
| YUV | 117.1 | 205.27 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 254 | 0.09 | 0.87 | 0 | 0.00 | 293.48 | 0.99 | 0.56 |
| Hex | E6 | 21 | FE | 9 | 57 | 0 | 0 | 125 | 63 | 38 |
| Octal | 346 | 41 | 376 | 11 | 127 | 0 | 0 | 445 | 143 | 70 |
| Binary | 11100110 | 100001 | 11111110 | 1001 | 1010111 | 0 | 0 | 100100101 | 1100011 | 111000 |
Color Harmonies of #E621FE
Complementary color
Monochromatic Colors of #E621FE
Black with #E621FE
Text Example
Text Example
White with #E621FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621FE; }
p { color: rgb(230,33,254); }
H1.HeaderClassName
{
color: #E621FE;
}
.AnyTagClassName
{
color: #E621FE;
}
</style>
background-color css
<style>
a { background-color: #E621FE; }
a { background-color: rgb(230,33,254); }
div.DivClassName
{
background-color: #E621FE;
}
.BgClassName
{
background-color: #E621FE;
}
</style>
border-color css
<style>
span { border-color: #E621FE; }
span { border-color: rgb(230,33,254); }
td.TdClassName
{
border-color: #E621FE;
}
.TagClassName
{
border-color: #E621FE;
}
</style>