Shades of Psychedelic Purple #E22CEF
Tints of Psychedelic Purple #E22CEF
RGB
CMYK
RGB Variations
Color information
#E22CEF (or 0xE22CEF) is known color: Psychedelic Purple. HEX triplet: E2, 2C and EF. RGB value is (226,44,239). Sum of RGB (Red+Green+Blue) = 226+44+239=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #E22CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22CEF is #1DD310. Grayscale: #787878. Windows color (decimal): -1954577 or 15674594. OLE color: 15674594.
HSL color Cylindrical-coordinate representation of color #E22CEF: hue angle of 296º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22CEF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 44 | 239 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.06 |
| HSL | 296º | 0.86% | 0.55% | - |
| HSV(B) | 296º | 0.82% | 0.94% | - |
| XYZ | 47.84 | 24.2 | 83.81 | - |
| YUV | 120.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 239 | 0.05 | 0.82 | 0 | 0.06 | 296 | 0.86 | 0.55 |
| Hex | E2 | 2C | EF | 5 | 52 | 0 | 6 | 128 | 56 | 37 |
| Octal | 342 | 54 | 357 | 5 | 122 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100010 | 101100 | 11101111 | 101 | 1010010 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E22CEF
Complementary color
Monochromatic Colors of #E22CEF
Black with #E22CEF
Text Example
Text Example
White with #E22CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CEF; }
p { color: rgb(226,44,239); }
H1.HeaderClassName
{
color: #E22CEF;
}
.AnyTagClassName
{
color: #E22CEF;
}
</style>
background-color css
<style>
a { background-color: #E22CEF; }
a { background-color: rgb(226,44,239); }
div.DivClassName
{
background-color: #E22CEF;
}
.BgClassName
{
background-color: #E22CEF;
}
</style>
border-color css
<style>
span { border-color: #E22CEF; }
span { border-color: rgb(226,44,239); }
td.TdClassName
{
border-color: #E22CEF;
}
.TagClassName
{
border-color: #E22CEF;
}
</style>