Shades of Psychedelic Purple #E920F0
Tints of Psychedelic Purple #E920F0
RGB
CMYK
RGB Variations
Color information
#E920F0 (or 0xE920F0) is known color: Psychedelic Purple. HEX triplet: E9, 20 and F0. RGB value is (233,32,240). Sum of RGB (Red+Green+Blue) = 233+32+240=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #E920F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920F0 is #16DF0F. Grayscale: #737373. Windows color (decimal): -1498896 or 15737065. OLE color: 15737065.
HSL color Cylindrical-coordinate representation of color #E920F0: hue angle of 297.98º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E920F0 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 32 | 240 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.06 |
| HSL | 297.98º | 0.87% | 0.53% | - |
| HSV(B) | 297.98º | 0.87% | 0.94% | - |
| XYZ | 49.85 | 24.65 | 84.57 | - |
| YUV | 115.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 240 | 0.03 | 0.87 | 0 | 0.06 | 297.98 | 0.87 | 0.53 |
| Hex | E9 | 20 | F0 | 3 | 57 | 0 | 6 | 12A | 57 | 35 |
| Octal | 351 | 40 | 360 | 3 | 127 | 0 | 6 | 452 | 127 | 65 |
| Binary | 11101001 | 100000 | 11110000 | 11 | 1010111 | 0 | 110 | 100101010 | 1010111 | 110101 |
Color Harmonies of #E920F0
Complementary color
Monochromatic Colors of #E920F0
Black with #E920F0
Text Example
Text Example
White with #E920F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920F0; }
p { color: rgb(233,32,240); }
H1.HeaderClassName
{
color: #E920F0;
}
.AnyTagClassName
{
color: #E920F0;
}
</style>
background-color css
<style>
a { background-color: #E920F0; }
a { background-color: rgb(233,32,240); }
div.DivClassName
{
background-color: #E920F0;
}
.BgClassName
{
background-color: #E920F0;
}
</style>
border-color css
<style>
span { border-color: #E920F0; }
span { border-color: rgb(233,32,240); }
td.TdClassName
{
border-color: #E920F0;
}
.TagClassName
{
border-color: #E920F0;
}
</style>