Shades of Psychedelic Purple #E422F9
Tints of Psychedelic Purple #E422F9
RGB
CMYK
RGB Variations
Color information
#E422F9 (or 0xE422F9) is known color: Psychedelic Purple. HEX triplet: E4, 22 and F9. RGB value is (228,34,249). Sum of RGB (Red+Green+Blue) = 228+34+249=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 34 (13.67% from 255 or 6.65% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #E422F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422F9 is #1BDD06. Grayscale: #737373. Windows color (decimal): -1826055 or 16327396. OLE color: 16327396.
HSL color Cylindrical-coordinate representation of color #E422F9: hue angle of 294.14º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E422F9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 34 | 249 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.14º | 0.95% | 0.55% | - |
| HSV(B) | 294.14º | 0.86% | 0.98% | - |
| XYZ | 49.67 | 24.48 | 91.73 | - |
| YUV | 116.52 | 202.77 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 249 | 0.08 | 0.86 | 0 | 0.02 | 294.14 | 0.95 | 0.55 |
| Hex | E4 | 22 | F9 | 8 | 56 | 0 | 2 | 126 | 5F | 37 |
| Octal | 344 | 42 | 371 | 10 | 126 | 0 | 2 | 446 | 137 | 67 |
| Binary | 11100100 | 100010 | 11111001 | 1000 | 1010110 | 0 | 10 | 100100110 | 1011111 | 110111 |
Color Harmonies of #E422F9
Complementary color
Monochromatic Colors of #E422F9
Black with #E422F9
Text Example
Text Example
White with #E422F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E422F9; }
p { color: rgb(228,34,249); }
H1.HeaderClassName
{
color: #E422F9;
}
.AnyTagClassName
{
color: #E422F9;
}
</style>
background-color css
<style>
a { background-color: #E422F9; }
a { background-color: rgb(228,34,249); }
div.DivClassName
{
background-color: #E422F9;
}
.BgClassName
{
background-color: #E422F9;
}
</style>
border-color css
<style>
span { border-color: #E422F9; }
span { border-color: rgb(228,34,249); }
td.TdClassName
{
border-color: #E422F9;
}
.TagClassName
{
border-color: #E422F9;
}
</style>