Shades of Psychedelic Purple #E921FF
Tints of Psychedelic Purple #E921FF
RGB
CMYK
RGB Variations
Color information
#E921FF (or 0xE921FF) is known color: Psychedelic Purple. HEX triplet: E9, 21 and FF. RGB value is (233,33,255). Sum of RGB (Red+Green+Blue) = 233+33+255=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 33 (13.28% from 255 or 6.33% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #E921FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921FF is #16DE00. Grayscale: #757575. Windows color (decimal): -1498625 or 16720361. OLE color: 16720361.
HSL color Cylindrical-coordinate representation of color #E921FF: hue angle of 294.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E921FF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 33 | 255 | - |
| CMYK | 0.09 | 0.87 | 0 | 0 |
| HSL | 294.05º | 1% | 0.56% | - |
| HSV(B) | 294.05º | 0.87% | 1% | - |
| XYZ | 52.2 | 25.63 | 96.8 | - |
| YUV | 118.11 | 205.26 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 255 | 0.09 | 0.87 | 0 | 0 | 294.05 | 1 | 0.56 |
| Hex | E9 | 21 | FF | 9 | 57 | 0 | 0 | 126 | 64 | 38 |
| Octal | 351 | 41 | 377 | 11 | 127 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11101001 | 100001 | 11111111 | 1001 | 1010111 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E921FF
Complementary color
Monochromatic Colors of #E921FF
Black with #E921FF
Text Example
Text Example
White with #E921FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921FF; }
p { color: rgb(233,33,255); }
H1.HeaderClassName
{
color: #E921FF;
}
.AnyTagClassName
{
color: #E921FF;
}
</style>
background-color css
<style>
a { background-color: #E921FF; }
a { background-color: rgb(233,33,255); }
div.DivClassName
{
background-color: #E921FF;
}
.BgClassName
{
background-color: #E921FF;
}
</style>
border-color css
<style>
span { border-color: #E921FF; }
span { border-color: rgb(233,33,255); }
td.TdClassName
{
border-color: #E921FF;
}
.TagClassName
{
border-color: #E921FF;
}
</style>