Shades of Psychedelic Purple #E21CF9
Tints of Psychedelic Purple #E21CF9
RGB
CMYK
RGB Variations
Color information
#E21CF9 (or 0xE21CF9) is known color: Psychedelic Purple. HEX triplet: E2, 1C and F9. RGB value is (226,28,249). Sum of RGB (Red+Green+Blue) = 226+28+249=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #E21CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CF9 is #1DE306. Grayscale: #6F6F6F. Windows color (decimal): -1958663 or 16325858. OLE color: 16325858.
HSL color Cylindrical-coordinate representation of color #E21CF9: hue angle of 293.76º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21CF9 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 28 | 249 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.02 |
| HSL | 293.76º | 0.95% | 0.54% | - |
| HSV(B) | 293.76º | 0.89% | 0.98% | - |
| XYZ | 48.88 | 23.84 | 91.65 | - |
| YUV | 112.4 | 205.1 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 249 | 0.09 | 0.89 | 0 | 0.02 | 293.76 | 0.95 | 0.54 |
| Hex | E2 | 1C | F9 | 9 | 59 | 0 | 2 | 126 | 5F | 36 |
| Octal | 342 | 34 | 371 | 11 | 131 | 0 | 2 | 446 | 137 | 66 |
| Binary | 11100010 | 11100 | 11111001 | 1001 | 1011001 | 0 | 10 | 100100110 | 1011111 | 110110 |
Color Harmonies of #E21CF9
Complementary color
Monochromatic Colors of #E21CF9
Black with #E21CF9
Text Example
Text Example
White with #E21CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CF9; }
p { color: rgb(226,28,249); }
H1.HeaderClassName
{
color: #E21CF9;
}
.AnyTagClassName
{
color: #E21CF9;
}
</style>
background-color css
<style>
a { background-color: #E21CF9; }
a { background-color: rgb(226,28,249); }
div.DivClassName
{
background-color: #E21CF9;
}
.BgClassName
{
background-color: #E21CF9;
}
</style>
border-color css
<style>
span { border-color: #E21CF9; }
span { border-color: rgb(226,28,249); }
td.TdClassName
{
border-color: #E21CF9;
}
.TagClassName
{
border-color: #E21CF9;
}
</style>