Shades of Psychedelic Purple #E219F2
Tints of Psychedelic Purple #E219F2
RGB
CMYK
RGB Variations
Color information
#E219F2 (or 0xE219F2) is known color: Psychedelic Purple. HEX triplet: E2, 19 and F2. RGB value is (226,25,242). Sum of RGB (Red+Green+Blue) = 226+25+242=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #E219F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E219F2 is #1DE60D. Grayscale: #6D6D6D. Windows color (decimal): -1959438 or 15866338. OLE color: 15866338.
HSL color Cylindrical-coordinate representation of color #E219F2: hue angle of 295.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E219F2 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 25 | 242 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.58º | 0.89% | 0.52% | - |
| HSV(B) | 295.58º | 0.9% | 0.95% | - |
| XYZ | 47.74 | 23.27 | 85.98 | - |
| YUV | 109.84 | 202.59 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 242 | 0.07 | 0.90 | 0 | 0.05 | 295.58 | 0.89 | 0.52 |
| Hex | E2 | 19 | F2 | 7 | 5A | 0 | 5 | 128 | 59 | 34 |
| Octal | 342 | 31 | 362 | 7 | 132 | 0 | 5 | 450 | 131 | 64 |
| Binary | 11100010 | 11001 | 11110010 | 111 | 1011010 | 0 | 101 | 100101000 | 1011001 | 110100 |
Color Harmonies of #E219F2
Complementary color
Monochromatic Colors of #E219F2
Black with #E219F2
Text Example
Text Example
White with #E219F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219F2; }
p { color: rgb(226,25,242); }
H1.HeaderClassName
{
color: #E219F2;
}
.AnyTagClassName
{
color: #E219F2;
}
</style>
background-color css
<style>
a { background-color: #E219F2; }
a { background-color: rgb(226,25,242); }
div.DivClassName
{
background-color: #E219F2;
}
.BgClassName
{
background-color: #E219F2;
}
</style>
border-color css
<style>
span { border-color: #E219F2; }
span { border-color: rgb(226,25,242); }
td.TdClassName
{
border-color: #E219F2;
}
.TagClassName
{
border-color: #E219F2;
}
</style>