Shades of Psychedelic Purple #E21EEF
Tints of Psychedelic Purple #E21EEF
RGB
CMYK
RGB Variations
Color information
#E21EEF (or 0xE21EEF) is known color: Psychedelic Purple. HEX triplet: E2, 1E and EF. RGB value is (226,30,239). Sum of RGB (Red+Green+Blue) = 226+30+239=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #E21EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EEF is #1DE110. Grayscale: #6F6F6F. Windows color (decimal): -1958161 or 15671010. OLE color: 15671010.
HSL color Cylindrical-coordinate representation of color #E21EEF: hue angle of 296.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EEF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 30 | 239 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.06 |
| HSL | 296.27º | 0.87% | 0.53% | - |
| HSV(B) | 296.27º | 0.87% | 0.94% | - |
| XYZ | 47.41 | 23.33 | 83.67 | - |
| YUV | 112.43 | 199.43 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 239 | 0.05 | 0.87 | 0 | 0.06 | 296.27 | 0.87 | 0.53 |
| Hex | E2 | 1E | EF | 5 | 57 | 0 | 6 | 128 | 57 | 35 |
| Octal | 342 | 36 | 357 | 5 | 127 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100010 | 11110 | 11101111 | 101 | 1010111 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E21EEF
Complementary color
Monochromatic Colors of #E21EEF
Black with #E21EEF
Text Example
Text Example
White with #E21EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EEF; }
p { color: rgb(226,30,239); }
H1.HeaderClassName
{
color: #E21EEF;
}
.AnyTagClassName
{
color: #E21EEF;
}
</style>
background-color css
<style>
a { background-color: #E21EEF; }
a { background-color: rgb(226,30,239); }
div.DivClassName
{
background-color: #E21EEF;
}
.BgClassName
{
background-color: #E21EEF;
}
</style>
border-color css
<style>
span { border-color: #E21EEF; }
span { border-color: rgb(226,30,239); }
td.TdClassName
{
border-color: #E21EEF;
}
.TagClassName
{
border-color: #E21EEF;
}
</style>