Shades of Psychedelic Purple #E421F9
Tints of Psychedelic Purple #E421F9
RGB
CMYK
RGB Variations
Color information
#E421F9 (or 0xE421F9) is known color: Psychedelic Purple. HEX triplet: E4, 21 and F9. RGB value is (228,33,249). Sum of RGB (Red+Green+Blue) = 228+33+249=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #E421F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421F9 is #1BDE06. Grayscale: #737373. Windows color (decimal): -1826311 or 16327140. OLE color: 16327140.
HSL color Cylindrical-coordinate representation of color #E421F9: hue angle of 294.17º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E421F9 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 33 | 249 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.02 |
| HSL | 294.17º | 0.95% | 0.55% | - |
| HSV(B) | 294.17º | 0.87% | 0.98% | - |
| XYZ | 49.64 | 24.42 | 91.72 | - |
| YUV | 115.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 249 | 0.08 | 0.87 | 0 | 0.02 | 294.17 | 0.95 | 0.55 |
| Hex | E4 | 21 | F9 | 8 | 57 | 0 | 2 | 126 | 5F | 37 |
| Octal | 344 | 41 | 371 | 10 | 127 | 0 | 2 | 446 | 137 | 67 |
| Binary | 11100100 | 100001 | 11111001 | 1000 | 1010111 | 0 | 10 | 100100110 | 1011111 | 110111 |
Color Harmonies of #E421F9
Complementary color
Monochromatic Colors of #E421F9
Black with #E421F9
Text Example
Text Example
White with #E421F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421F9; }
p { color: rgb(228,33,249); }
H1.HeaderClassName
{
color: #E421F9;
}
.AnyTagClassName
{
color: #E421F9;
}
</style>
background-color css
<style>
a { background-color: #E421F9; }
a { background-color: rgb(228,33,249); }
div.DivClassName
{
background-color: #E421F9;
}
.BgClassName
{
background-color: #E421F9;
}
</style>
border-color css
<style>
span { border-color: #E421F9; }
span { border-color: rgb(228,33,249); }
td.TdClassName
{
border-color: #E421F9;
}
.TagClassName
{
border-color: #E421F9;
}
</style>