Shades of Psychedelic Purple #E218FF
Tints of Psychedelic Purple #E218FF
RGB
CMYK
RGB Variations
Color information
#E218FF (or 0xE218FF) is known color: Psychedelic Purple. HEX triplet: E2, 18 and FF. RGB value is (226,24,255). Sum of RGB (Red+Green+Blue) = 226+24+255=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 24 (9.77% from 255 or 4.75% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #E218FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E218FF is #1DE700. Grayscale: #6E6E6E. Windows color (decimal): -1959681 or 16718050. OLE color: 16718050.
HSL color Cylindrical-coordinate representation of color #E218FF: hue angle of 292.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E218FF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 24 | 255 | - |
| CMYK | 0.11 | 0.91 | 0 | 0 |
| HSL | 292.47º | 1% | 0.55% | - |
| HSV(B) | 292.47º | 0.91% | 1% | - |
| XYZ | 49.74 | 24.04 | 96.63 | - |
| YUV | 110.73 | 209.42 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 255 | 0.11 | 0.91 | 0 | 0 | 292.47 | 1 | 0.55 |
| Hex | E2 | 18 | FF | B | 5B | 0 | 0 | 124 | 64 | 37 |
| Octal | 342 | 30 | 377 | 13 | 133 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100010 | 11000 | 11111111 | 1011 | 1011011 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E218FF
Complementary color
Monochromatic Colors of #E218FF
Black with #E218FF
Text Example
Text Example
White with #E218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218FF; }
p { color: rgb(226,24,255); }
H1.HeaderClassName
{
color: #E218FF;
}
.AnyTagClassName
{
color: #E218FF;
}
</style>
background-color css
<style>
a { background-color: #E218FF; }
a { background-color: rgb(226,24,255); }
div.DivClassName
{
background-color: #E218FF;
}
.BgClassName
{
background-color: #E218FF;
}
</style>
border-color css
<style>
span { border-color: #E218FF; }
span { border-color: rgb(226,24,255); }
td.TdClassName
{
border-color: #E218FF;
}
.TagClassName
{
border-color: #E218FF;
}
</style>