Shades of Psychedelic Purple #E218E8
Tints of Psychedelic Purple #E218E8
RGB
CMYK
RGB Variations
Color information
#E218E8 (or 0xE218E8) is known color: Psychedelic Purple. HEX triplet: E2, 18 and E8. RGB value is (226,24,232). Sum of RGB (Red+Green+Blue) = 226+24+232=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #E218E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E218E8 is #1DE717. Grayscale: #6B6B6B. Windows color (decimal): -1959704 or 15210722. OLE color: 15210722.
HSL color Cylindrical-coordinate representation of color #E218E8: hue angle of 298.27º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E218E8 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 24 | 232 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.09 |
| HSL | 298.27º | 0.82% | 0.5% | - |
| HSV(B) | 298.27º | 0.9% | 0.91% | - |
| XYZ | 46.26 | 22.65 | 78.28 | - |
| YUV | 108.11 | 197.92 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 232 | 0.03 | 0.90 | 0 | 0.09 | 298.27 | 0.82 | 0.5 |
| Hex | E2 | 18 | E8 | 3 | 5A | 0 | 9 | 12A | 52 | 32 |
| Octal | 342 | 30 | 350 | 3 | 132 | 0 | 11 | 452 | 122 | 62 |
| Binary | 11100010 | 11000 | 11101000 | 11 | 1011010 | 0 | 1001 | 100101010 | 1010010 | 110010 |
Color Harmonies of #E218E8
Complementary color
Monochromatic Colors of #E218E8
Black with #E218E8
Text Example
Text Example
White with #E218E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218E8; }
p { color: rgb(226,24,232); }
H1.HeaderClassName
{
color: #E218E8;
}
.AnyTagClassName
{
color: #E218E8;
}
</style>
background-color css
<style>
a { background-color: #E218E8; }
a { background-color: rgb(226,24,232); }
div.DivClassName
{
background-color: #E218E8;
}
.BgClassName
{
background-color: #E218E8;
}
</style>
border-color css
<style>
span { border-color: #E218E8; }
span { border-color: rgb(226,24,232); }
td.TdClassName
{
border-color: #E218E8;
}
.TagClassName
{
border-color: #E218E8;
}
</style>