Shades of Psychedelic Purple #E522FA
Tints of Psychedelic Purple #E522FA
RGB
CMYK
RGB Variations
Color information
#E522FA (or 0xE522FA) is known color: Psychedelic Purple. HEX triplet: E5, 22 and FA. RGB value is (229,34,250). Sum of RGB (Red+Green+Blue) = 229+34+250=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 34 (13.67% from 255 or 6.63% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #E522FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E522FA is #1ADD05. Grayscale: #747474. Windows color (decimal): -1760518 or 16392933. OLE color: 16392933.
HSL color Cylindrical-coordinate representation of color #E522FA: hue angle of 294.17º 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 #E522FA is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 34 | 250 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.17º | 0.96% | 0.56% | - |
| HSV(B) | 294.17º | 0.86% | 0.98% | - |
| XYZ | 50.14 | 24.7 | 92.57 | - |
| YUV | 116.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 250 | 0.08 | 0.86 | 0 | 0.02 | 294.17 | 0.96 | 0.56 |
| Hex | E5 | 22 | FA | 8 | 56 | 0 | 2 | 126 | 60 | 38 |
| Octal | 345 | 42 | 372 | 10 | 126 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100101 | 100010 | 11111010 | 1000 | 1010110 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E522FA
Complementary color
Monochromatic Colors of #E522FA
Black with #E522FA
Text Example
Text Example
White with #E522FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522FA; }
p { color: rgb(229,34,250); }
H1.HeaderClassName
{
color: #E522FA;
}
.AnyTagClassName
{
color: #E522FA;
}
</style>
background-color css
<style>
a { background-color: #E522FA; }
a { background-color: rgb(229,34,250); }
div.DivClassName
{
background-color: #E522FA;
}
.BgClassName
{
background-color: #E522FA;
}
</style>
border-color css
<style>
span { border-color: #E522FA; }
span { border-color: rgb(229,34,250); }
td.TdClassName
{
border-color: #E522FA;
}
.TagClassName
{
border-color: #E522FA;
}
</style>