Shades of Psychedelic Purple #E622FE
Tints of Psychedelic Purple #E622FE
RGB
CMYK
RGB Variations
Color information
#E622FE (or 0xE622FE) is known color: Psychedelic Purple. HEX triplet: E6, 22 and FE. RGB value is (230,34,254). Sum of RGB (Red+Green+Blue) = 230+34+254=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 34 (13.67% from 255 or 6.56% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #E622FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E622FE is #19DD01. Grayscale: #757575. Windows color (decimal): -1694978 or 16655078. OLE color: 16655078.
HSL color Cylindrical-coordinate representation of color #E622FE: hue angle of 293.45º 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 #E622FE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 34 | 254 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.00 |
| HSL | 293.45º | 0.99% | 0.56% | - |
| HSV(B) | 293.45º | 0.87% | 1% | - |
| XYZ | 51.09 | 25.12 | 95.92 | - |
| YUV | 117.68 | 204.93 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 254 | 0.09 | 0.87 | 0 | 0.00 | 293.45 | 0.99 | 0.56 |
| Hex | E6 | 22 | FE | 9 | 57 | 0 | 0 | 125 | 63 | 38 |
| Octal | 346 | 42 | 376 | 11 | 127 | 0 | 0 | 445 | 143 | 70 |
| Binary | 11100110 | 100010 | 11111110 | 1001 | 1010111 | 0 | 0 | 100100101 | 1100011 | 111000 |
Color Harmonies of #E622FE
Complementary color
Monochromatic Colors of #E622FE
Black with #E622FE
Text Example
Text Example
White with #E622FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622FE; }
p { color: rgb(230,34,254); }
H1.HeaderClassName
{
color: #E622FE;
}
.AnyTagClassName
{
color: #E622FE;
}
</style>
background-color css
<style>
a { background-color: #E622FE; }
a { background-color: rgb(230,34,254); }
div.DivClassName
{
background-color: #E622FE;
}
.BgClassName
{
background-color: #E622FE;
}
</style>
border-color css
<style>
span { border-color: #E622FE; }
span { border-color: rgb(230,34,254); }
td.TdClassName
{
border-color: #E622FE;
}
.TagClassName
{
border-color: #E622FE;
}
</style>