Shades of Psychedelic Purple #E22CEE
Tints of Psychedelic Purple #E22CEE
RGB
CMYK
RGB Variations
Color information
#E22CEE (or 0xE22CEE) is known color: Psychedelic Purple. HEX triplet: E2, 2C and EE. RGB value is (226,44,238). Sum of RGB (Red+Green+Blue) = 226+44+238=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 44 (17.58% from 255 or 8.66% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #E22CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22CEE is #1DD311. Grayscale: #777777. Windows color (decimal): -1954578 or 15609058. OLE color: 15609058.
HSL color Cylindrical-coordinate representation of color #E22CEE: hue angle of 296.29º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22CEE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 44 | 238 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.07 |
| HSL | 296.29º | 0.85% | 0.55% | - |
| HSV(B) | 296.29º | 0.82% | 0.93% | - |
| XYZ | 47.7 | 24.14 | 83.04 | - |
| YUV | 120.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 238 | 0.05 | 0.82 | 0 | 0.07 | 296.29 | 0.85 | 0.55 |
| Hex | E2 | 2C | EE | 5 | 52 | 0 | 7 | 128 | 55 | 37 |
| Octal | 342 | 54 | 356 | 5 | 122 | 0 | 7 | 450 | 125 | 67 |
| Binary | 11100010 | 101100 | 11101110 | 101 | 1010010 | 0 | 111 | 100101000 | 1010101 | 110111 |
Color Harmonies of #E22CEE
Complementary color
Monochromatic Colors of #E22CEE
Black with #E22CEE
Text Example
Text Example
White with #E22CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CEE; }
p { color: rgb(226,44,238); }
H1.HeaderClassName
{
color: #E22CEE;
}
.AnyTagClassName
{
color: #E22CEE;
}
</style>
background-color css
<style>
a { background-color: #E22CEE; }
a { background-color: rgb(226,44,238); }
div.DivClassName
{
background-color: #E22CEE;
}
.BgClassName
{
background-color: #E22CEE;
}
</style>
border-color css
<style>
span { border-color: #E22CEE; }
span { border-color: rgb(226,44,238); }
td.TdClassName
{
border-color: #E22CEE;
}
.TagClassName
{
border-color: #E22CEE;
}
</style>