Shades of Psychedelic Purple #E924EF
Tints of Psychedelic Purple #E924EF
RGB
CMYK
RGB Variations
Color information
#E924EF (or 0xE924EF) is known color: Psychedelic Purple. HEX triplet: E9, 24 and EF. RGB value is (233,36,239). Sum of RGB (Red+Green+Blue) = 233+36+239=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #E924EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E924EF is #16DB10. Grayscale: #757575. Windows color (decimal): -1497873 or 15672553. OLE color: 15672553.
HSL color Cylindrical-coordinate representation of color #E924EF: hue angle of 298.23º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E924EF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 36 | 239 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.06 |
| HSL | 298.23º | 0.86% | 0.54% | - |
| HSV(B) | 298.23º | 0.85% | 0.94% | - |
| XYZ | 49.82 | 24.82 | 83.83 | - |
| YUV | 118.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 239 | 0.03 | 0.85 | 0 | 0.06 | 298.23 | 0.86 | 0.54 |
| Hex | E9 | 24 | EF | 3 | 55 | 0 | 6 | 12A | 56 | 36 |
| Octal | 351 | 44 | 357 | 3 | 125 | 0 | 6 | 452 | 126 | 66 |
| Binary | 11101001 | 100100 | 11101111 | 11 | 1010101 | 0 | 110 | 100101010 | 1010110 | 110110 |
Color Harmonies of #E924EF
Complementary color
Monochromatic Colors of #E924EF
Black with #E924EF
Text Example
Text Example
White with #E924EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924EF; }
p { color: rgb(233,36,239); }
H1.HeaderClassName
{
color: #E924EF;
}
.AnyTagClassName
{
color: #E924EF;
}
</style>
background-color css
<style>
a { background-color: #E924EF; }
a { background-color: rgb(233,36,239); }
div.DivClassName
{
background-color: #E924EF;
}
.BgClassName
{
background-color: #E924EF;
}
</style>
border-color css
<style>
span { border-color: #E924EF; }
span { border-color: rgb(233,36,239); }
td.TdClassName
{
border-color: #E924EF;
}
.TagClassName
{
border-color: #E924EF;
}
</style>