Shades of Psychedelic Purple #E21AFD
Tints of Psychedelic Purple #E21AFD
RGB
CMYK
RGB Variations
Color information
#E21AFD (or 0xE21AFD) is known color: Psychedelic Purple. HEX triplet: E2, 1A and FD. RGB value is (226,26,253). Sum of RGB (Red+Green+Blue) = 226+26+253=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 26 (10.55% from 255 or 5.15% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #E21AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21AFD is #1DE502. Grayscale: #6E6E6E. Windows color (decimal): -1959171 or 16587490. OLE color: 16587490.
HSL color Cylindrical-coordinate representation of color #E21AFD: hue angle of 292.86º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21AFD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 26 | 253 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.01 |
| HSL | 292.86º | 0.98% | 0.55% | - |
| HSV(B) | 292.86º | 0.9% | 0.99% | - |
| XYZ | 49.46 | 24 | 94.95 | - |
| YUV | 111.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 253 | 0.11 | 0.90 | 0 | 0.01 | 292.86 | 0.98 | 0.55 |
| Hex | E2 | 1A | FD | B | 5A | 0 | 1 | 125 | 62 | 37 |
| Octal | 342 | 32 | 375 | 13 | 132 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100010 | 11010 | 11111101 | 1011 | 1011010 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E21AFD
Complementary color
Monochromatic Colors of #E21AFD
Black with #E21AFD
Text Example
Text Example
White with #E21AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21AFD; }
p { color: rgb(226,26,253); }
H1.HeaderClassName
{
color: #E21AFD;
}
.AnyTagClassName
{
color: #E21AFD;
}
</style>
background-color css
<style>
a { background-color: #E21AFD; }
a { background-color: rgb(226,26,253); }
div.DivClassName
{
background-color: #E21AFD;
}
.BgClassName
{
background-color: #E21AFD;
}
</style>
border-color css
<style>
span { border-color: #E21AFD; }
span { border-color: rgb(226,26,253); }
td.TdClassName
{
border-color: #E21AFD;
}
.TagClassName
{
border-color: #E21AFD;
}
</style>