Shades of Psychedelic Purple #E21FFD
Tints of Psychedelic Purple #E21FFD
RGB
CMYK
RGB Variations
Color information
#E21FFD (or 0xE21FFD) is known color: Psychedelic Purple. HEX triplet: E2, 1F and FD. RGB value is (226,31,253). Sum of RGB (Red+Green+Blue) = 226+31+253=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E21FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FFD is #1DE002. Grayscale: #717171. Windows color (decimal): -1957891 or 16588770. OLE color: 16588770.
HSL color Cylindrical-coordinate representation of color #E21FFD: hue angle of 292.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21FFD is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 31 | 253 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.01 |
| HSL | 292.7º | 0.98% | 0.56% | - |
| HSV(B) | 292.7º | 0.88% | 0.99% | - |
| XYZ | 49.58 | 24.24 | 94.99 | - |
| YUV | 114.61 | 206.1 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 253 | 0.11 | 0.88 | 0 | 0.01 | 292.7 | 0.98 | 0.56 |
| Hex | E2 | 1F | FD | B | 58 | 0 | 1 | 125 | 62 | 38 |
| Octal | 342 | 37 | 375 | 13 | 130 | 0 | 1 | 445 | 142 | 70 |
| Binary | 11100010 | 11111 | 11111101 | 1011 | 1011000 | 0 | 1 | 100100101 | 1100010 | 111000 |
Color Harmonies of #E21FFD
Complementary color
Monochromatic Colors of #E21FFD
Black with #E21FFD
Text Example
Text Example
White with #E21FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FFD; }
p { color: rgb(226,31,253); }
H1.HeaderClassName
{
color: #E21FFD;
}
.AnyTagClassName
{
color: #E21FFD;
}
</style>
background-color css
<style>
a { background-color: #E21FFD; }
a { background-color: rgb(226,31,253); }
div.DivClassName
{
background-color: #E21FFD;
}
.BgClassName
{
background-color: #E21FFD;
}
</style>
border-color css
<style>
span { border-color: #E21FFD; }
span { border-color: rgb(226,31,253); }
td.TdClassName
{
border-color: #E21FFD;
}
.TagClassName
{
border-color: #E21FFD;
}
</style>