Shades of Psychedelic Purple #E426EE
Tints of Psychedelic Purple #E426EE
RGB
CMYK
RGB Variations
Color information
#E426EE (or 0xE426EE) is known color: Psychedelic Purple. HEX triplet: E4, 26 and EE. RGB value is (228,38,238). Sum of RGB (Red+Green+Blue) = 228+38+238=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 38 (15.23% from 255 or 7.54% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #E426EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426EE is #1BD911. Grayscale: #757575. Windows color (decimal): -1825042 or 15607524. OLE color: 15607524.
HSL color Cylindrical-coordinate representation of color #E426EE: hue angle of 297º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E426EE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 38 | 238 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.07 |
| HSL | 297º | 0.85% | 0.54% | - |
| HSV(B) | 297º | 0.84% | 0.93% | - |
| XYZ | 48.12 | 24.05 | 83 | - |
| YUV | 117.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 238 | 0.04 | 0.84 | 0 | 0.07 | 297 | 0.85 | 0.54 |
| Hex | E4 | 26 | EE | 4 | 54 | 0 | 7 | 129 | 55 | 36 |
| Octal | 344 | 46 | 356 | 4 | 124 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100100 | 100110 | 11101110 | 100 | 1010100 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E426EE
Complementary color
Monochromatic Colors of #E426EE
Black with #E426EE
Text Example
Text Example
White with #E426EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E426EE; }
p { color: rgb(228,38,238); }
H1.HeaderClassName
{
color: #E426EE;
}
.AnyTagClassName
{
color: #E426EE;
}
</style>
background-color css
<style>
a { background-color: #E426EE; }
a { background-color: rgb(228,38,238); }
div.DivClassName
{
background-color: #E426EE;
}
.BgClassName
{
background-color: #E426EE;
}
</style>
border-color css
<style>
span { border-color: #E426EE; }
span { border-color: rgb(228,38,238); }
td.TdClassName
{
border-color: #E426EE;
}
.TagClassName
{
border-color: #E426EE;
}
</style>