Shades of Psychedelic Purple #E818ED
Tints of Psychedelic Purple #E818ED
RGB
CMYK
RGB Variations
Color information
#E818ED (or 0xE818ED) is known color: Psychedelic Purple. HEX triplet: E8, 18 and ED. RGB value is (232,24,237). Sum of RGB (Red+Green+Blue) = 232+24+237=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #E818ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E818ED is #17E712. Grayscale: #6D6D6D. Windows color (decimal): -1566483 or 15538408. OLE color: 15538408.
HSL color Cylindrical-coordinate representation of color #E818ED: hue angle of 298.59º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E818ED is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 24 | 237 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.07 |
| HSL | 298.59º | 0.86% | 0.51% | - |
| HSV(B) | 298.59º | 0.9% | 0.93% | - |
| XYZ | 48.89 | 23.92 | 82.16 | - |
| YUV | 110.47 | 199.41 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 237 | 0.02 | 0.90 | 0 | 0.07 | 298.59 | 0.86 | 0.51 |
| Hex | E8 | 18 | ED | 2 | 5A | 0 | 7 | 12B | 56 | 33 |
| Octal | 350 | 30 | 355 | 2 | 132 | 0 | 7 | 453 | 126 | 63 |
| Binary | 11101000 | 11000 | 11101101 | 10 | 1011010 | 0 | 111 | 100101011 | 1010110 | 110011 |
Color Harmonies of #E818ED
Complementary color
Monochromatic Colors of #E818ED
Black with #E818ED
Text Example
Text Example
White with #E818ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818ED; }
p { color: rgb(232,24,237); }
H1.HeaderClassName
{
color: #E818ED;
}
.AnyTagClassName
{
color: #E818ED;
}
</style>
background-color css
<style>
a { background-color: #E818ED; }
a { background-color: rgb(232,24,237); }
div.DivClassName
{
background-color: #E818ED;
}
.BgClassName
{
background-color: #E818ED;
}
</style>
border-color css
<style>
span { border-color: #E818ED; }
span { border-color: rgb(232,24,237); }
td.TdClassName
{
border-color: #E818ED;
}
.TagClassName
{
border-color: #E818ED;
}
</style>