Shades of Psychedelic Purple #E426F9
Tints of Psychedelic Purple #E426F9
RGB
CMYK
RGB Variations
Color information
#E426F9 (or 0xE426F9) is known color: Psychedelic Purple. HEX triplet: E4, 26 and F9. RGB value is (228,38,249). Sum of RGB (Red+Green+Blue) = 228+38+249=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 38 (15.23% from 255 or 7.38% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #E426F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426F9 is #1BD906. Grayscale: #767676. Windows color (decimal): -1825031 or 16328420. OLE color: 16328420.
HSL color Cylindrical-coordinate representation of color #E426F9: hue angle of 294.03º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E426F9 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 38 | 249 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.02 |
| HSL | 294.03º | 0.95% | 0.56% | - |
| HSV(B) | 294.03º | 0.85% | 0.98% | - |
| XYZ | 49.79 | 24.72 | 91.77 | - |
| YUV | 118.86 | 201.45 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 249 | 0.08 | 0.85 | 0 | 0.02 | 294.03 | 0.95 | 0.56 |
| Hex | E4 | 26 | F9 | 8 | 55 | 0 | 2 | 126 | 5F | 38 |
| Octal | 344 | 46 | 371 | 10 | 125 | 0 | 2 | 446 | 137 | 70 |
| Binary | 11100100 | 100110 | 11111001 | 1000 | 1010101 | 0 | 10 | 100100110 | 1011111 | 111000 |
Color Harmonies of #E426F9
Complementary color
Monochromatic Colors of #E426F9
Black with #E426F9
Text Example
Text Example
White with #E426F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E426F9; }
p { color: rgb(228,38,249); }
H1.HeaderClassName
{
color: #E426F9;
}
.AnyTagClassName
{
color: #E426F9;
}
</style>
background-color css
<style>
a { background-color: #E426F9; }
a { background-color: rgb(228,38,249); }
div.DivClassName
{
background-color: #E426F9;
}
.BgClassName
{
background-color: #E426F9;
}
</style>
border-color css
<style>
span { border-color: #E426F9; }
span { border-color: rgb(228,38,249); }
td.TdClassName
{
border-color: #E426F9;
}
.TagClassName
{
border-color: #E426F9;
}
</style>