Shades of Psychedelic Purple #E424F1
Tints of Psychedelic Purple #E424F1
RGB
CMYK
RGB Variations
Color information
#E424F1 (or 0xE424F1) is known color: Psychedelic Purple. HEX triplet: E4, 24 and F1. RGB value is (228,36,241). Sum of RGB (Red+Green+Blue) = 228+36+241=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #E424F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424F1 is #1BDB0E. Grayscale: #747474. Windows color (decimal): -1825551 or 15803620. OLE color: 15803620.
HSL color Cylindrical-coordinate representation of color #E424F1: hue angle of 296.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E424F1 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 36 | 241 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.05 |
| HSL | 296.2º | 0.88% | 0.54% | - |
| HSV(B) | 296.2º | 0.85% | 0.95% | - |
| XYZ | 48.5 | 24.11 | 85.32 | - |
| YUV | 116.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 241 | 0.05 | 0.85 | 0 | 0.05 | 296.2 | 0.88 | 0.54 |
| Hex | E4 | 24 | F1 | 5 | 55 | 0 | 5 | 128 | 58 | 36 |
| Octal | 344 | 44 | 361 | 5 | 125 | 0 | 5 | 450 | 130 | 66 |
| Binary | 11100100 | 100100 | 11110001 | 101 | 1010101 | 0 | 101 | 100101000 | 1011000 | 110110 |
Color Harmonies of #E424F1
Complementary color
Monochromatic Colors of #E424F1
Black with #E424F1
Text Example
Text Example
White with #E424F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424F1; }
p { color: rgb(228,36,241); }
H1.HeaderClassName
{
color: #E424F1;
}
.AnyTagClassName
{
color: #E424F1;
}
</style>
background-color css
<style>
a { background-color: #E424F1; }
a { background-color: rgb(228,36,241); }
div.DivClassName
{
background-color: #E424F1;
}
.BgClassName
{
background-color: #E424F1;
}
</style>
border-color css
<style>
span { border-color: #E424F1; }
span { border-color: rgb(228,36,241); }
td.TdClassName
{
border-color: #E424F1;
}
.TagClassName
{
border-color: #E424F1;
}
</style>