Shades of Psychedelic Purple #E426F0
Tints of Psychedelic Purple #E426F0
RGB
CMYK
RGB Variations
Color information
#E426F0 (or 0xE426F0) is known color: Psychedelic Purple. HEX triplet: E4, 26 and F0. RGB value is (228,38,240). Sum of RGB (Red+Green+Blue) = 228+38+240=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 38 (15.23% from 255 or 7.51% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #E426F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426F0 is #1BD90F. Grayscale: #757575. Windows color (decimal): -1825040 or 15738596. OLE color: 15738596.
HSL color Cylindrical-coordinate representation of color #E426F0: hue angle of 296.44º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E426F0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 38 | 240 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.06 |
| HSL | 296.44º | 0.87% | 0.55% | - |
| HSV(B) | 296.44º | 0.84% | 0.94% | - |
| XYZ | 48.42 | 24.17 | 84.55 | - |
| YUV | 117.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 240 | 0.05 | 0.84 | 0 | 0.06 | 296.44 | 0.87 | 0.55 |
| Hex | E4 | 26 | F0 | 5 | 54 | 0 | 6 | 128 | 57 | 37 |
| Octal | 344 | 46 | 360 | 5 | 124 | 0 | 6 | 450 | 127 | 67 |
| Binary | 11100100 | 100110 | 11110000 | 101 | 1010100 | 0 | 110 | 100101000 | 1010111 | 110111 |
Color Harmonies of #E426F0
Complementary color
Monochromatic Colors of #E426F0
Black with #E426F0
Text Example
Text Example
White with #E426F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E426F0; }
p { color: rgb(228,38,240); }
H1.HeaderClassName
{
color: #E426F0;
}
.AnyTagClassName
{
color: #E426F0;
}
</style>
background-color css
<style>
a { background-color: #E426F0; }
a { background-color: rgb(228,38,240); }
div.DivClassName
{
background-color: #E426F0;
}
.BgClassName
{
background-color: #E426F0;
}
</style>
border-color css
<style>
span { border-color: #E426F0; }
span { border-color: rgb(228,38,240); }
td.TdClassName
{
border-color: #E426F0;
}
.TagClassName
{
border-color: #E426F0;
}
</style>