Shades of Psychedelic Purple #E21BFD
Tints of Psychedelic Purple #E21BFD
RGB
CMYK
RGB Variations
Color information
#E21BFD (or 0xE21BFD) is known color: Psychedelic Purple. HEX triplet: E2, 1B and FD. RGB value is (226,27,253). Sum of RGB (Red+Green+Blue) = 226+27+253=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E21BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BFD is #1DE402. Grayscale: #6F6F6F. Windows color (decimal): -1958915 or 16587746. OLE color: 16587746.
HSL color Cylindrical-coordinate representation of color #E21BFD: hue angle of 292.83º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21BFD is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 27 | 253 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.01 |
| HSL | 292.83º | 0.98% | 0.55% | - |
| HSV(B) | 292.83º | 0.89% | 0.99% | - |
| XYZ | 49.49 | 24.04 | 94.96 | - |
| YUV | 112.27 | 207.43 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 253 | 0.11 | 0.89 | 0 | 0.01 | 292.83 | 0.98 | 0.55 |
| Hex | E2 | 1B | FD | B | 59 | 0 | 1 | 125 | 62 | 37 |
| Octal | 342 | 33 | 375 | 13 | 131 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100010 | 11011 | 11111101 | 1011 | 1011001 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E21BFD
Complementary color
Monochromatic Colors of #E21BFD
Black with #E21BFD
Text Example
Text Example
White with #E21BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BFD; }
p { color: rgb(226,27,253); }
H1.HeaderClassName
{
color: #E21BFD;
}
.AnyTagClassName
{
color: #E21BFD;
}
</style>
background-color css
<style>
a { background-color: #E21BFD; }
a { background-color: rgb(226,27,253); }
div.DivClassName
{
background-color: #E21BFD;
}
.BgClassName
{
background-color: #E21BFD;
}
</style>
border-color css
<style>
span { border-color: #E21BFD; }
span { border-color: rgb(226,27,253); }
td.TdClassName
{
border-color: #E21BFD;
}
.TagClassName
{
border-color: #E21BFD;
}
</style>