Shades of Psychedelic Purple #E024E8
Tints of Psychedelic Purple #E024E8
RGB
CMYK
RGB Variations
Color information
#E024E8 (or 0xE024E8) is known color: Psychedelic Purple. HEX triplet: E0, 24 and E8. RGB value is (224,36,232). Sum of RGB (Red+Green+Blue) = 224+36+232=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #E024E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024E8 is #1FDB17. Grayscale: #717171. Windows color (decimal): -2087704 or 15213792. OLE color: 15213792.
HSL color Cylindrical-coordinate representation of color #E024E8: hue angle of 297.55º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024E8 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 36 | 232 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.09 |
| HSL | 297.55º | 0.81% | 0.53% | - |
| HSV(B) | 297.55º | 0.84% | 0.91% | - |
| XYZ | 45.94 | 22.94 | 78.35 | - |
| YUV | 114.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 232 | 0.03 | 0.84 | 0 | 0.09 | 297.55 | 0.81 | 0.53 |
| Hex | E0 | 24 | E8 | 3 | 54 | 0 | 9 | 12A | 51 | 35 |
| Octal | 340 | 44 | 350 | 3 | 124 | 0 | 11 | 452 | 121 | 65 |
| Binary | 11100000 | 100100 | 11101000 | 11 | 1010100 | 0 | 1001 | 100101010 | 1010001 | 110101 |
Color Harmonies of #E024E8
Complementary color
Monochromatic Colors of #E024E8
Black with #E024E8
Text Example
Text Example
White with #E024E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024E8; }
p { color: rgb(224,36,232); }
H1.HeaderClassName
{
color: #E024E8;
}
.AnyTagClassName
{
color: #E024E8;
}
</style>
background-color css
<style>
a { background-color: #E024E8; }
a { background-color: rgb(224,36,232); }
div.DivClassName
{
background-color: #E024E8;
}
.BgClassName
{
background-color: #E024E8;
}
</style>
border-color css
<style>
span { border-color: #E024E8; }
span { border-color: rgb(224,36,232); }
td.TdClassName
{
border-color: #E024E8;
}
.TagClassName
{
border-color: #E024E8;
}
</style>