Shades of Psychedelic Purple #E924EA
Tints of Psychedelic Purple #E924EA
RGB
CMYK
RGB Variations
Color information
#E924EA (or 0xE924EA) is known color: Psychedelic Purple. HEX triplet: E9, 24 and EA. RGB value is (233,36,234). Sum of RGB (Red+Green+Blue) = 233+36+234=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #E924EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E924EA is #16DB15. Grayscale: #747474. Windows color (decimal): -1497878 or 15344873. OLE color: 15344873.
HSL color Cylindrical-coordinate representation of color #E924EA: hue angle of 299.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E924EA is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 36 | 234 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.08 |
| HSL | 299.7º | 0.83% | 0.53% | - |
| HSV(B) | 299.7º | 0.85% | 0.92% | - |
| XYZ | 49.09 | 24.53 | 79.99 | - |
| YUV | 117.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 234 | 0.00 | 0.85 | 0 | 0.08 | 299.7 | 0.83 | 0.53 |
| Hex | E9 | 24 | EA | 0 | 55 | 0 | 8 | 12C | 52 | 35 |
| Octal | 351 | 44 | 352 | 0 | 125 | 0 | 10 | 454 | 122 | 65 |
| Binary | 11101001 | 100100 | 11101010 | 0 | 1010101 | 0 | 1000 | 100101100 | 1010010 | 110101 |
Color Harmonies of #E924EA
Complementary color
Monochromatic Colors of #E924EA
Black with #E924EA
Text Example
Text Example
White with #E924EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924EA; }
p { color: rgb(233,36,234); }
H1.HeaderClassName
{
color: #E924EA;
}
.AnyTagClassName
{
color: #E924EA;
}
</style>
background-color css
<style>
a { background-color: #E924EA; }
a { background-color: rgb(233,36,234); }
div.DivClassName
{
background-color: #E924EA;
}
.BgClassName
{
background-color: #E924EA;
}
</style>
border-color css
<style>
span { border-color: #E924EA; }
span { border-color: rgb(233,36,234); }
td.TdClassName
{
border-color: #E924EA;
}
.TagClassName
{
border-color: #E924EA;
}
</style>