Shades of Psychedelic Purple #E622FA
Tints of Psychedelic Purple #E622FA
RGB
CMYK
RGB Variations
Color information
#E622FA (or 0xE622FA) is known color: Psychedelic Purple. HEX triplet: E6, 22 and FA. RGB value is (230,34,250). Sum of RGB (Red+Green+Blue) = 230+34+250=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 34 (13.67% from 255 or 6.61% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #E622FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E622FA is #19DD05. Grayscale: #747474. Windows color (decimal): -1694982 or 16392934. OLE color: 16392934.
HSL color Cylindrical-coordinate representation of color #E622FA: hue angle of 294.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E622FA is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 34 | 250 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.44º | 0.96% | 0.56% | - |
| HSV(B) | 294.44º | 0.86% | 0.98% | - |
| XYZ | 50.46 | 24.87 | 92.58 | - |
| YUV | 117.23 | 202.93 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 250 | 0.08 | 0.86 | 0 | 0.02 | 294.44 | 0.96 | 0.56 |
| Hex | E6 | 22 | FA | 8 | 56 | 0 | 2 | 126 | 60 | 38 |
| Octal | 346 | 42 | 372 | 10 | 126 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100110 | 100010 | 11111010 | 1000 | 1010110 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E622FA
Complementary color
Monochromatic Colors of #E622FA
Black with #E622FA
Text Example
Text Example
White with #E622FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622FA; }
p { color: rgb(230,34,250); }
H1.HeaderClassName
{
color: #E622FA;
}
.AnyTagClassName
{
color: #E622FA;
}
</style>
background-color css
<style>
a { background-color: #E622FA; }
a { background-color: rgb(230,34,250); }
div.DivClassName
{
background-color: #E622FA;
}
.BgClassName
{
background-color: #E622FA;
}
</style>
border-color css
<style>
span { border-color: #E622FA; }
span { border-color: rgb(230,34,250); }
td.TdClassName
{
border-color: #E622FA;
}
.TagClassName
{
border-color: #E622FA;
}
</style>