Shades of Psychedelic Purple #E21EFC
Tints of Psychedelic Purple #E21EFC
RGB
CMYK
RGB Variations
Color information
#E21EFC (or 0xE21EFC) is known color: Psychedelic Purple. HEX triplet: E2, 1E and FC. RGB value is (226,30,252). Sum of RGB (Red+Green+Blue) = 226+30+252=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #E21EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EFC is #1DE103. Grayscale: #717171. Windows color (decimal): -1958148 or 16522978. OLE color: 16522978.
HSL color Cylindrical-coordinate representation of color #E21EFC: hue angle of 292.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21EFC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 30 | 252 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.01 |
| HSL | 292.97º | 0.97% | 0.55% | - |
| HSV(B) | 292.97º | 0.88% | 0.99% | - |
| XYZ | 49.4 | 24.13 | 94.15 | - |
| YUV | 113.91 | 205.93 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 252 | 0.10 | 0.88 | 0 | 0.01 | 292.97 | 0.97 | 0.55 |
| Hex | E2 | 1E | FC | A | 58 | 0 | 1 | 125 | 61 | 37 |
| Octal | 342 | 36 | 374 | 12 | 130 | 0 | 1 | 445 | 141 | 67 |
| Binary | 11100010 | 11110 | 11111100 | 1010 | 1011000 | 0 | 1 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E21EFC
Complementary color
Monochromatic Colors of #E21EFC
Black with #E21EFC
Text Example
Text Example
White with #E21EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EFC; }
p { color: rgb(226,30,252); }
H1.HeaderClassName
{
color: #E21EFC;
}
.AnyTagClassName
{
color: #E21EFC;
}
</style>
background-color css
<style>
a { background-color: #E21EFC; }
a { background-color: rgb(226,30,252); }
div.DivClassName
{
background-color: #E21EFC;
}
.BgClassName
{
background-color: #E21EFC;
}
</style>
border-color css
<style>
span { border-color: #E21EFC; }
span { border-color: rgb(226,30,252); }
td.TdClassName
{
border-color: #E21EFC;
}
.TagClassName
{
border-color: #E21EFC;
}
</style>