Shades of Psychedelic Purple #E424EA
Tints of Psychedelic Purple #E424EA
RGB
CMYK
RGB Variations
Color information
#E424EA (or 0xE424EA) is known color: Psychedelic Purple. HEX triplet: E4, 24 and EA. RGB value is (228,36,234). Sum of RGB (Red+Green+Blue) = 228+36+234=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #E424EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424EA is #1BDB15. Grayscale: #737373. Windows color (decimal): -1825558 or 15344868. OLE color: 15344868.
HSL color Cylindrical-coordinate representation of color #E424EA: hue angle of 298.18º 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 #E424EA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 36 | 234 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.08 |
| HSL | 298.18º | 0.83% | 0.53% | - |
| HSV(B) | 298.18º | 0.85% | 0.92% | - |
| XYZ | 47.48 | 23.7 | 79.91 | - |
| YUV | 115.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 234 | 0.03 | 0.85 | 0 | 0.08 | 298.18 | 0.83 | 0.53 |
| Hex | E4 | 24 | EA | 3 | 55 | 0 | 8 | 12A | 52 | 35 |
| Octal | 344 | 44 | 352 | 3 | 125 | 0 | 10 | 452 | 122 | 65 |
| Binary | 11100100 | 100100 | 11101010 | 11 | 1010101 | 0 | 1000 | 100101010 | 1010010 | 110101 |
Color Harmonies of #E424EA
Complementary color
Monochromatic Colors of #E424EA
Black with #E424EA
Text Example
Text Example
White with #E424EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424EA; }
p { color: rgb(228,36,234); }
H1.HeaderClassName
{
color: #E424EA;
}
.AnyTagClassName
{
color: #E424EA;
}
</style>
background-color css
<style>
a { background-color: #E424EA; }
a { background-color: rgb(228,36,234); }
div.DivClassName
{
background-color: #E424EA;
}
.BgClassName
{
background-color: #E424EA;
}
</style>
border-color css
<style>
span { border-color: #E424EA; }
span { border-color: rgb(228,36,234); }
td.TdClassName
{
border-color: #E424EA;
}
.TagClassName
{
border-color: #E424EA;
}
</style>