Shades of Psychedelic Purple #E424F0
Tints of Psychedelic Purple #E424F0
RGB
CMYK
RGB Variations
Color information
#E424F0 (or 0xE424F0) is known color: Psychedelic Purple. HEX triplet: E4, 24 and F0. RGB value is (228,36,240). Sum of RGB (Red+Green+Blue) = 228+36+240=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #E424F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424F0 is #1BDB0F. Grayscale: #747474. Windows color (decimal): -1825552 or 15738084. OLE color: 15738084.
HSL color Cylindrical-coordinate representation of color #E424F0: hue angle of 296.47º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E424F0 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 36 | 240 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.06 |
| HSL | 296.47º | 0.87% | 0.54% | - |
| HSV(B) | 296.47º | 0.85% | 0.94% | - |
| XYZ | 48.35 | 24.05 | 84.53 | - |
| YUV | 116.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 240 | 0.05 | 0.85 | 0 | 0.06 | 296.47 | 0.87 | 0.54 |
| Hex | E4 | 24 | F0 | 5 | 55 | 0 | 6 | 128 | 57 | 36 |
| Octal | 344 | 44 | 360 | 5 | 125 | 0 | 6 | 450 | 127 | 66 |
| Binary | 11100100 | 100100 | 11110000 | 101 | 1010101 | 0 | 110 | 100101000 | 1010111 | 110110 |
Color Harmonies of #E424F0
Complementary color
Monochromatic Colors of #E424F0
Black with #E424F0
Text Example
Text Example
White with #E424F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424F0; }
p { color: rgb(228,36,240); }
H1.HeaderClassName
{
color: #E424F0;
}
.AnyTagClassName
{
color: #E424F0;
}
</style>
background-color css
<style>
a { background-color: #E424F0; }
a { background-color: rgb(228,36,240); }
div.DivClassName
{
background-color: #E424F0;
}
.BgClassName
{
background-color: #E424F0;
}
</style>
border-color css
<style>
span { border-color: #E424F0; }
span { border-color: rgb(228,36,240); }
td.TdClassName
{
border-color: #E424F0;
}
.TagClassName
{
border-color: #E424F0;
}
</style>