Shades of Psychedelic Purple #E21BFF
Tints of Psychedelic Purple #E21BFF
RGB
CMYK
RGB Variations
Color information
#E21BFF (or 0xE21BFF) is known color: Psychedelic Purple. HEX triplet: E2, 1B and FF. RGB value is (226,27,255). Sum of RGB (Red+Green+Blue) = 226+27+255=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 27 (10.94% from 255 or 5.31% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E21BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BFF is #1DE400. Grayscale: #6F6F6F. Windows color (decimal): -1958913 or 16718818. OLE color: 16718818.
HSL color Cylindrical-coordinate representation of color #E21BFF: hue angle of 292.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21BFF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 27 | 255 | - |
| CMYK | 0.11 | 0.89 | 0 | 0 |
| HSL | 292.37º | 1% | 0.55% | - |
| HSV(B) | 292.37º | 0.89% | 1% | - |
| XYZ | 49.81 | 24.17 | 96.65 | - |
| YUV | 112.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 255 | 0.11 | 0.89 | 0 | 0 | 292.37 | 1 | 0.55 |
| Hex | E2 | 1B | FF | B | 59 | 0 | 0 | 124 | 64 | 37 |
| Octal | 342 | 33 | 377 | 13 | 131 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100010 | 11011 | 11111111 | 1011 | 1011001 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E21BFF
Complementary color
Monochromatic Colors of #E21BFF
Black with #E21BFF
Text Example
Text Example
White with #E21BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BFF; }
p { color: rgb(226,27,255); }
H1.HeaderClassName
{
color: #E21BFF;
}
.AnyTagClassName
{
color: #E21BFF;
}
</style>
background-color css
<style>
a { background-color: #E21BFF; }
a { background-color: rgb(226,27,255); }
div.DivClassName
{
background-color: #E21BFF;
}
.BgClassName
{
background-color: #E21BFF;
}
</style>
border-color css
<style>
span { border-color: #E21BFF; }
span { border-color: rgb(226,27,255); }
td.TdClassName
{
border-color: #E21BFF;
}
.TagClassName
{
border-color: #E21BFF;
}
</style>