Shades of Psychedelic Purple #E424F9
Tints of Psychedelic Purple #E424F9
RGB
CMYK
RGB Variations
Color information
#E424F9 (or 0xE424F9) is known color: Psychedelic Purple. HEX triplet: E4, 24 and F9. RGB value is (228,36,249). Sum of RGB (Red+Green+Blue) = 228+36+249=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 36 (14.45% from 255 or 7.02% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #E424F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424F9 is #1BDB06. Grayscale: #757575. Windows color (decimal): -1825543 or 16327908. OLE color: 16327908.
HSL color Cylindrical-coordinate representation of color #E424F9: hue angle of 294.08º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E424F9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 36 | 249 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.08º | 0.95% | 0.56% | - |
| HSV(B) | 294.08º | 0.86% | 0.98% | - |
| XYZ | 49.72 | 24.6 | 91.75 | - |
| YUV | 117.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 249 | 0.08 | 0.86 | 0 | 0.02 | 294.08 | 0.95 | 0.56 |
| Hex | E4 | 24 | F9 | 8 | 56 | 0 | 2 | 126 | 5F | 38 |
| Octal | 344 | 44 | 371 | 10 | 126 | 0 | 2 | 446 | 137 | 70 |
| Binary | 11100100 | 100100 | 11111001 | 1000 | 1010110 | 0 | 10 | 100100110 | 1011111 | 111000 |
Color Harmonies of #E424F9
Complementary color
Monochromatic Colors of #E424F9
Black with #E424F9
Text Example
Text Example
White with #E424F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424F9; }
p { color: rgb(228,36,249); }
H1.HeaderClassName
{
color: #E424F9;
}
.AnyTagClassName
{
color: #E424F9;
}
</style>
background-color css
<style>
a { background-color: #E424F9; }
a { background-color: rgb(228,36,249); }
div.DivClassName
{
background-color: #E424F9;
}
.BgClassName
{
background-color: #E424F9;
}
</style>
border-color css
<style>
span { border-color: #E424F9; }
span { border-color: rgb(228,36,249); }
td.TdClassName
{
border-color: #E424F9;
}
.TagClassName
{
border-color: #E424F9;
}
</style>