Shades of Psychedelic Purple #E21CFA
Tints of Psychedelic Purple #E21CFA
RGB
CMYK
RGB Variations
Color information
#E21CFA (or 0xE21CFA) is known color: Psychedelic Purple. HEX triplet: E2, 1C and FA. RGB value is (226,28,250). Sum of RGB (Red+Green+Blue) = 226+28+250=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E21CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CFA is #1DE305. Grayscale: #6F6F6F. Windows color (decimal): -1958662 or 16391394. OLE color: 16391394.
HSL color Cylindrical-coordinate representation of color #E21CFA: hue angle of 293.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21CFA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 28 | 250 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.02 |
| HSL | 293.51º | 0.96% | 0.55% | - |
| HSV(B) | 293.51º | 0.89% | 0.98% | - |
| XYZ | 49.03 | 23.9 | 92.47 | - |
| YUV | 112.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 250 | 0.10 | 0.89 | 0 | 0.02 | 293.51 | 0.96 | 0.55 |
| Hex | E2 | 1C | FA | A | 59 | 0 | 2 | 126 | 60 | 37 |
| Octal | 342 | 34 | 372 | 12 | 131 | 0 | 2 | 446 | 140 | 67 |
| Binary | 11100010 | 11100 | 11111010 | 1010 | 1011001 | 0 | 10 | 100100110 | 1100000 | 110111 |
Color Harmonies of #E21CFA
Complementary color
Monochromatic Colors of #E21CFA
Black with #E21CFA
Text Example
Text Example
White with #E21CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CFA; }
p { color: rgb(226,28,250); }
H1.HeaderClassName
{
color: #E21CFA;
}
.AnyTagClassName
{
color: #E21CFA;
}
</style>
background-color css
<style>
a { background-color: #E21CFA; }
a { background-color: rgb(226,28,250); }
div.DivClassName
{
background-color: #E21CFA;
}
.BgClassName
{
background-color: #E21CFA;
}
</style>
border-color css
<style>
span { border-color: #E21CFA; }
span { border-color: rgb(226,28,250); }
td.TdClassName
{
border-color: #E21CFA;
}
.TagClassName
{
border-color: #E21CFA;
}
</style>