Shades of Psychedelic Purple #E224EE
Tints of Psychedelic Purple #E224EE
RGB
CMYK
RGB Variations
Color information
#E224EE (or 0xE224EE) is known color: Psychedelic Purple. HEX triplet: E2, 24 and EE. RGB value is (226,36,238). Sum of RGB (Red+Green+Blue) = 226+36+238=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E224EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224EE is #1DDB11. Grayscale: #737373. Windows color (decimal): -1956626 or 15607010. OLE color: 15607010.
HSL color Cylindrical-coordinate representation of color #E224EE: hue angle of 296.44º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E224EE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 36 | 238 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.07 |
| HSL | 296.44º | 0.86% | 0.54% | - |
| HSV(B) | 296.44º | 0.85% | 0.93% | - |
| XYZ | 47.43 | 23.6 | 82.95 | - |
| YUV | 115.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 238 | 0.05 | 0.85 | 0 | 0.07 | 296.44 | 0.86 | 0.54 |
| Hex | E2 | 24 | EE | 5 | 55 | 0 | 7 | 128 | 56 | 36 |
| Octal | 342 | 44 | 356 | 5 | 125 | 0 | 7 | 450 | 126 | 66 |
| Binary | 11100010 | 100100 | 11101110 | 101 | 1010101 | 0 | 111 | 100101000 | 1010110 | 110110 |
Color Harmonies of #E224EE
Complementary color
Monochromatic Colors of #E224EE
Black with #E224EE
Text Example
Text Example
White with #E224EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224EE; }
p { color: rgb(226,36,238); }
H1.HeaderClassName
{
color: #E224EE;
}
.AnyTagClassName
{
color: #E224EE;
}
</style>
background-color css
<style>
a { background-color: #E224EE; }
a { background-color: rgb(226,36,238); }
div.DivClassName
{
background-color: #E224EE;
}
.BgClassName
{
background-color: #E224EE;
}
</style>
border-color css
<style>
span { border-color: #E224EE; }
span { border-color: rgb(226,36,238); }
td.TdClassName
{
border-color: #E224EE;
}
.TagClassName
{
border-color: #E224EE;
}
</style>