Shades of Psychedelic Purple #E922FD
Tints of Psychedelic Purple #E922FD
RGB
CMYK
RGB Variations
Color information
#E922FD (or 0xE922FD) is known color: Psychedelic Purple. HEX triplet: E9, 22 and FD. RGB value is (233,34,253). Sum of RGB (Red+Green+Blue) = 233+34+253=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 34 (13.67% from 255 or 6.54% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E922FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E922FD is #16DD02. Grayscale: #757575. Windows color (decimal): -1498371 or 16589545. OLE color: 16589545.
HSL color Cylindrical-coordinate representation of color #E922FD: hue angle of 294.52º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E922FD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 34 | 253 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.01 |
| HSL | 294.52º | 0.98% | 0.56% | - |
| HSV(B) | 294.52º | 0.87% | 0.99% | - |
| XYZ | 51.91 | 25.56 | 95.13 | - |
| YUV | 118.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 253 | 0.08 | 0.87 | 0 | 0.01 | 294.52 | 0.98 | 0.56 |
| Hex | E9 | 22 | FD | 8 | 57 | 0 | 1 | 127 | 62 | 38 |
| Octal | 351 | 42 | 375 | 10 | 127 | 0 | 1 | 447 | 142 | 70 |
| Binary | 11101001 | 100010 | 11111101 | 1000 | 1010111 | 0 | 1 | 100100111 | 1100010 | 111000 |
Color Harmonies of #E922FD
Complementary color
Monochromatic Colors of #E922FD
Black with #E922FD
Text Example
Text Example
White with #E922FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E922FD; }
p { color: rgb(233,34,253); }
H1.HeaderClassName
{
color: #E922FD;
}
.AnyTagClassName
{
color: #E922FD;
}
</style>
background-color css
<style>
a { background-color: #E922FD; }
a { background-color: rgb(233,34,253); }
div.DivClassName
{
background-color: #E922FD;
}
.BgClassName
{
background-color: #E922FD;
}
</style>
border-color css
<style>
span { border-color: #E922FD; }
span { border-color: rgb(233,34,253); }
td.TdClassName
{
border-color: #E922FD;
}
.TagClassName
{
border-color: #E922FD;
}
</style>