Shades of Psychedelic Purple #E817ED
Tints of Psychedelic Purple #E817ED
RGB
CMYK
RGB Variations
Color information
#E817ED (or 0xE817ED) is known color: Psychedelic Purple. HEX triplet: E8, 17 and ED. RGB value is (232,23,237). Sum of RGB (Red+Green+Blue) = 232+23+237=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #E817ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E817ED is #17E812. Grayscale: #6D6D6D. Windows color (decimal): -1566739 or 15538152. OLE color: 15538152.
HSL color Cylindrical-coordinate representation of color #E817ED: hue angle of 298.6º 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 #E817ED is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 23 | 237 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.07 |
| HSL | 298.6º | 0.86% | 0.51% | - |
| HSV(B) | 298.6º | 0.9% | 0.93% | - |
| XYZ | 48.87 | 23.88 | 82.15 | - |
| YUV | 109.89 | 199.74 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 237 | 0.02 | 0.90 | 0 | 0.07 | 298.6 | 0.86 | 0.51 |
| Hex | E8 | 17 | ED | 2 | 5A | 0 | 7 | 12B | 56 | 33 |
| Octal | 350 | 27 | 355 | 2 | 132 | 0 | 7 | 453 | 126 | 63 |
| Binary | 11101000 | 10111 | 11101101 | 10 | 1011010 | 0 | 111 | 100101011 | 1010110 | 110011 |
Color Harmonies of #E817ED
Complementary color
Monochromatic Colors of #E817ED
Black with #E817ED
Text Example
Text Example
White with #E817ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817ED; }
p { color: rgb(232,23,237); }
H1.HeaderClassName
{
color: #E817ED;
}
.AnyTagClassName
{
color: #E817ED;
}
</style>
background-color css
<style>
a { background-color: #E817ED; }
a { background-color: rgb(232,23,237); }
div.DivClassName
{
background-color: #E817ED;
}
.BgClassName
{
background-color: #E817ED;
}
</style>
border-color css
<style>
span { border-color: #E817ED; }
span { border-color: rgb(232,23,237); }
td.TdClassName
{
border-color: #E817ED;
}
.TagClassName
{
border-color: #E817ED;
}
</style>