Shades of Psychedelic Purple #E219FF
Tints of Psychedelic Purple #E219FF
RGB
CMYK
RGB Variations
Color information
#E219FF (or 0xE219FF) is known color: Psychedelic Purple. HEX triplet: E2, 19 and FF. RGB value is (226,25,255). Sum of RGB (Red+Green+Blue) = 226+25+255=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #E219FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E219FF is #1DE600. Grayscale: #6E6E6E. Windows color (decimal): -1959425 or 16718306. OLE color: 16718306.
HSL color Cylindrical-coordinate representation of color #E219FF: hue angle of 292.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E219FF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 25 | 255 | - |
| CMYK | 0.11 | 0.90 | 0 | 0 |
| HSL | 292.43º | 1% | 0.55% | - |
| HSV(B) | 292.43º | 0.9% | 1% | - |
| XYZ | 49.76 | 24.08 | 96.63 | - |
| YUV | 111.32 | 209.09 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 255 | 0.11 | 0.90 | 0 | 0 | 292.43 | 1 | 0.55 |
| Hex | E2 | 19 | FF | B | 5A | 0 | 0 | 124 | 64 | 37 |
| Octal | 342 | 31 | 377 | 13 | 132 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100010 | 11001 | 11111111 | 1011 | 1011010 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E219FF
Complementary color
Monochromatic Colors of #E219FF
Black with #E219FF
Text Example
Text Example
White with #E219FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219FF; }
p { color: rgb(226,25,255); }
H1.HeaderClassName
{
color: #E219FF;
}
.AnyTagClassName
{
color: #E219FF;
}
</style>
background-color css
<style>
a { background-color: #E219FF; }
a { background-color: rgb(226,25,255); }
div.DivClassName
{
background-color: #E219FF;
}
.BgClassName
{
background-color: #E219FF;
}
</style>
border-color css
<style>
span { border-color: #E219FF; }
span { border-color: rgb(226,25,255); }
td.TdClassName
{
border-color: #E219FF;
}
.TagClassName
{
border-color: #E219FF;
}
</style>