Shades of Psychedelic Purple #E21EFB
Tints of Psychedelic Purple #E21EFB
RGB
CMYK
RGB Variations
Color information
#E21EFB (or 0xE21EFB) is known color: Psychedelic Purple. HEX triplet: E2, 1E and FB. RGB value is (226,30,251). Sum of RGB (Red+Green+Blue) = 226+30+251=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #E21EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EFB is #1DE104. Grayscale: #717171. Windows color (decimal): -1958149 or 16457442. OLE color: 16457442.
HSL color Cylindrical-coordinate representation of color #E21EFB: hue angle of 293.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21EFB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 30 | 251 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.02 |
| HSL | 293.21º | 0.97% | 0.55% | - |
| HSV(B) | 293.21º | 0.88% | 0.98% | - |
| XYZ | 49.24 | 24.06 | 93.32 | - |
| YUV | 113.8 | 205.43 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 251 | 0.10 | 0.88 | 0 | 0.02 | 293.21 | 0.97 | 0.55 |
| Hex | E2 | 1E | FB | A | 58 | 0 | 2 | 125 | 61 | 37 |
| Octal | 342 | 36 | 373 | 12 | 130 | 0 | 2 | 445 | 141 | 67 |
| Binary | 11100010 | 11110 | 11111011 | 1010 | 1011000 | 0 | 10 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E21EFB
Complementary color
Monochromatic Colors of #E21EFB
Black with #E21EFB
Text Example
Text Example
White with #E21EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EFB; }
p { color: rgb(226,30,251); }
H1.HeaderClassName
{
color: #E21EFB;
}
.AnyTagClassName
{
color: #E21EFB;
}
</style>
background-color css
<style>
a { background-color: #E21EFB; }
a { background-color: rgb(226,30,251); }
div.DivClassName
{
background-color: #E21EFB;
}
.BgClassName
{
background-color: #E21EFB;
}
</style>
border-color css
<style>
span { border-color: #E21EFB; }
span { border-color: rgb(226,30,251); }
td.TdClassName
{
border-color: #E21EFB;
}
.TagClassName
{
border-color: #E21EFB;
}
</style>