Shades of Psychedelic Purple #E21CEF
Tints of Psychedelic Purple #E21CEF
RGB
CMYK
RGB Variations
Color information
#E21CEF (or 0xE21CEF) is known color: Psychedelic Purple. HEX triplet: E2, 1C and EF. RGB value is (226,28,239). Sum of RGB (Red+Green+Blue) = 226+28+239=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #E21CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CEF is #1DE310. Grayscale: #6E6E6E. Windows color (decimal): -1958673 or 15670498. OLE color: 15670498.
HSL color Cylindrical-coordinate representation of color #E21CEF: hue angle of 296.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CEF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 28 | 239 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.06 |
| HSL | 296.3º | 0.87% | 0.52% | - |
| HSV(B) | 296.3º | 0.88% | 0.94% | - |
| XYZ | 47.36 | 23.23 | 83.65 | - |
| YUV | 111.26 | 200.1 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 239 | 0.05 | 0.88 | 0 | 0.06 | 296.3 | 0.87 | 0.52 |
| Hex | E2 | 1C | EF | 5 | 58 | 0 | 6 | 128 | 57 | 34 |
| Octal | 342 | 34 | 357 | 5 | 130 | 0 | 6 | 450 | 127 | 64 |
| Binary | 11100010 | 11100 | 11101111 | 101 | 1011000 | 0 | 110 | 100101000 | 1010111 | 110100 |
Color Harmonies of #E21CEF
Complementary color
Monochromatic Colors of #E21CEF
Black with #E21CEF
Text Example
Text Example
White with #E21CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CEF; }
p { color: rgb(226,28,239); }
H1.HeaderClassName
{
color: #E21CEF;
}
.AnyTagClassName
{
color: #E21CEF;
}
</style>
background-color css
<style>
a { background-color: #E21CEF; }
a { background-color: rgb(226,28,239); }
div.DivClassName
{
background-color: #E21CEF;
}
.BgClassName
{
background-color: #E21CEF;
}
</style>
border-color css
<style>
span { border-color: #E21CEF; }
span { border-color: rgb(226,28,239); }
td.TdClassName
{
border-color: #E21CEF;
}
.TagClassName
{
border-color: #E21CEF;
}
</style>