Shades of Psychedelic Purple #E21FFE
Tints of Psychedelic Purple #E21FFE
RGB
CMYK
RGB Variations
Color information
#E21FFE (or 0xE21FFE) is known color: Psychedelic Purple. HEX triplet: E2, 1F and FE. RGB value is (226,31,254). Sum of RGB (Red+Green+Blue) = 226+31+254=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #E21FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FFE is #1DE001. Grayscale: #727272. Windows color (decimal): -1957890 or 16654306. OLE color: 16654306.
HSL color Cylindrical-coordinate representation of color #E21FFE: hue angle of 292.47º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21FFE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 31 | 254 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.00 |
| HSL | 292.47º | 0.99% | 0.56% | - |
| HSV(B) | 292.47º | 0.88% | 1% | - |
| XYZ | 49.74 | 24.3 | 95.84 | - |
| YUV | 114.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 254 | 0.11 | 0.88 | 0 | 0.00 | 292.47 | 0.99 | 0.56 |
| Hex | E2 | 1F | FE | B | 58 | 0 | 0 | 124 | 63 | 38 |
| Octal | 342 | 37 | 376 | 13 | 130 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11100010 | 11111 | 11111110 | 1011 | 1011000 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #E21FFE
Complementary color
Monochromatic Colors of #E21FFE
Black with #E21FFE
Text Example
Text Example
White with #E21FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FFE; }
p { color: rgb(226,31,254); }
H1.HeaderClassName
{
color: #E21FFE;
}
.AnyTagClassName
{
color: #E21FFE;
}
</style>
background-color css
<style>
a { background-color: #E21FFE; }
a { background-color: rgb(226,31,254); }
div.DivClassName
{
background-color: #E21FFE;
}
.BgClassName
{
background-color: #E21FFE;
}
</style>
border-color css
<style>
span { border-color: #E21FFE; }
span { border-color: rgb(226,31,254); }
td.TdClassName
{
border-color: #E21FFE;
}
.TagClassName
{
border-color: #E21FFE;
}
</style>