Shades of Psychedelic Purple #E024F4
Tints of Psychedelic Purple #E024F4
RGB
CMYK
RGB Variations
Color information
#E024F4 (or 0xE024F4) is known color: Psychedelic Purple. HEX triplet: E0, 24 and F4. RGB value is (224,36,244). Sum of RGB (Red+Green+Blue) = 224+36+244=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #E024F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024F4 is #1FDB0B. Grayscale: #737373. Windows color (decimal): -2087692 or 16000224. OLE color: 16000224.
HSL color Cylindrical-coordinate representation of color #E024F4: hue angle of 294.23º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E024F4 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 36 | 244 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.04 |
| HSL | 294.23º | 0.9% | 0.55% | - |
| HSV(B) | 294.23º | 0.85% | 0.96% | - |
| XYZ | 47.7 | 23.64 | 87.64 | - |
| YUV | 115.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 244 | 0.08 | 0.85 | 0 | 0.04 | 294.23 | 0.9 | 0.55 |
| Hex | E0 | 24 | F4 | 8 | 55 | 0 | 4 | 126 | 5A | 37 |
| Octal | 340 | 44 | 364 | 10 | 125 | 0 | 4 | 446 | 132 | 67 |
| Binary | 11100000 | 100100 | 11110100 | 1000 | 1010101 | 0 | 100 | 100100110 | 1011010 | 110111 |
Color Harmonies of #E024F4
Complementary color
Monochromatic Colors of #E024F4
Black with #E024F4
Text Example
Text Example
White with #E024F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024F4; }
p { color: rgb(224,36,244); }
H1.HeaderClassName
{
color: #E024F4;
}
.AnyTagClassName
{
color: #E024F4;
}
</style>
background-color css
<style>
a { background-color: #E024F4; }
a { background-color: rgb(224,36,244); }
div.DivClassName
{
background-color: #E024F4;
}
.BgClassName
{
background-color: #E024F4;
}
</style>
border-color css
<style>
span { border-color: #E024F4; }
span { border-color: rgb(224,36,244); }
td.TdClassName
{
border-color: #E024F4;
}
.TagClassName
{
border-color: #E024F4;
}
</style>