Shades of Psychedelic Purple #E219E5
Tints of Psychedelic Purple #E219E5
RGB
CMYK
RGB Variations
Color information
#E219E5 (or 0xE219E5) is known color: Psychedelic Purple. HEX triplet: E2, 19 and E5. RGB value is (226,25,229). Sum of RGB (Red+Green+Blue) = 226+25+229=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #E219E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219E5 is #1DE61A. Grayscale: #6B6B6B. Windows color (decimal): -1959451 or 15014370. OLE color: 15014370.
HSL color Cylindrical-coordinate representation of color #E219E5: hue angle of 299.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E219E5 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 25 | 229 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.10 |
| HSL | 299.12º | 0.8% | 0.5% | - |
| HSV(B) | 299.12º | 0.89% | 0.9% | - |
| XYZ | 45.85 | 22.52 | 76.06 | - |
| YUV | 108.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 229 | 0.01 | 0.89 | 0 | 0.10 | 299.12 | 0.8 | 0.5 |
| Hex | E2 | 19 | E5 | 1 | 59 | 0 | A | 12B | 50 | 32 |
| Octal | 342 | 31 | 345 | 1 | 131 | 0 | 12 | 453 | 120 | 62 |
| Binary | 11100010 | 11001 | 11100101 | 1 | 1011001 | 0 | 1010 | 100101011 | 1010000 | 110010 |
Color Harmonies of #E219E5
Complementary color
Monochromatic Colors of #E219E5
Black with #E219E5
Text Example
Text Example
White with #E219E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219E5; }
p { color: rgb(226,25,229); }
H1.HeaderClassName
{
color: #E219E5;
}
.AnyTagClassName
{
color: #E219E5;
}
</style>
background-color css
<style>
a { background-color: #E219E5; }
a { background-color: rgb(226,25,229); }
div.DivClassName
{
background-color: #E219E5;
}
.BgClassName
{
background-color: #E219E5;
}
</style>
border-color css
<style>
span { border-color: #E219E5; }
span { border-color: rgb(226,25,229); }
td.TdClassName
{
border-color: #E219E5;
}
.TagClassName
{
border-color: #E219E5;
}
</style>