Shades of Psychedelic Purple #E024EB
Tints of Psychedelic Purple #E024EB
RGB
CMYK
RGB Variations
Color information
#E024EB (or 0xE024EB) is known color: Psychedelic Purple. HEX triplet: E0, 24 and EB. RGB value is (224,36,235). Sum of RGB (Red+Green+Blue) = 224+36+235=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #E024EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024EB is #1FDB14. Grayscale: #727272. Windows color (decimal): -2087701 or 15410400. OLE color: 15410400.
HSL color Cylindrical-coordinate representation of color #E024EB: hue angle of 296.68º degrees, saturation: 0.83, 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 #E024EB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 36 | 235 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.08 |
| HSL | 296.68º | 0.83% | 0.53% | - |
| HSV(B) | 296.68º | 0.85% | 0.92% | - |
| XYZ | 46.37 | 23.11 | 80.61 | - |
| YUV | 114.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 235 | 0.05 | 0.85 | 0 | 0.08 | 296.68 | 0.83 | 0.53 |
| Hex | E0 | 24 | EB | 5 | 55 | 0 | 8 | 129 | 53 | 35 |
| Octal | 340 | 44 | 353 | 5 | 125 | 0 | 10 | 451 | 123 | 65 |
| Binary | 11100000 | 100100 | 11101011 | 101 | 1010101 | 0 | 1000 | 100101001 | 1010011 | 110101 |
Color Harmonies of #E024EB
Complementary color
Monochromatic Colors of #E024EB
Black with #E024EB
Text Example
Text Example
White with #E024EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024EB; }
p { color: rgb(224,36,235); }
H1.HeaderClassName
{
color: #E024EB;
}
.AnyTagClassName
{
color: #E024EB;
}
</style>
background-color css
<style>
a { background-color: #E024EB; }
a { background-color: rgb(224,36,235); }
div.DivClassName
{
background-color: #E024EB;
}
.BgClassName
{
background-color: #E024EB;
}
</style>
border-color css
<style>
span { border-color: #E024EB; }
span { border-color: rgb(224,36,235); }
td.TdClassName
{
border-color: #E024EB;
}
.TagClassName
{
border-color: #E024EB;
}
</style>