Shades of Psychedelic Purple #E806ED
Tints of Psychedelic Purple #E806ED
RGB
CMYK
RGB Variations
Color information
#E806ED (or 0xE806ED) is known color: Psychedelic Purple. HEX triplet: E8, 06 and ED. RGB value is (232,6,237). Sum of RGB (Red+Green+Blue) = 232+6+237=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #E806ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E806ED is #17F912. Grayscale: #636363. Windows color (decimal): -1571091 or 15533800. OLE color: 15533800.
HSL color Cylindrical-coordinate representation of color #E806ED: hue angle of 298.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E806ED is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 6 | 237 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.07 |
| HSL | 298.7º | 0.95% | 0.48% | - |
| HSV(B) | 298.7º | 0.97% | 0.93% | - |
| XYZ | 48.63 | 23.4 | 82.07 | - |
| YUV | 99.91 | 205.37 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 237 | 0.02 | 0.97 | 0 | 0.07 | 298.7 | 0.95 | 0.48 |
| Hex | E8 | 6 | ED | 2 | 61 | 0 | 7 | 12B | 5F | 30 |
| Octal | 350 | 6 | 355 | 2 | 141 | 0 | 7 | 453 | 137 | 60 |
| Binary | 11101000 | 110 | 11101101 | 10 | 1100001 | 0 | 111 | 100101011 | 1011111 | 110000 |
Color Harmonies of #E806ED
Complementary color
Monochromatic Colors of #E806ED
Black with #E806ED
Text Example
Text Example
White with #E806ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E806ED; }
p { color: rgb(232,6,237); }
H1.HeaderClassName
{
color: #E806ED;
}
.AnyTagClassName
{
color: #E806ED;
}
</style>
background-color css
<style>
a { background-color: #E806ED; }
a { background-color: rgb(232,6,237); }
div.DivClassName
{
background-color: #E806ED;
}
.BgClassName
{
background-color: #E806ED;
}
</style>
border-color css
<style>
span { border-color: #E806ED; }
span { border-color: rgb(232,6,237); }
td.TdClassName
{
border-color: #E806ED;
}
.TagClassName
{
border-color: #E806ED;
}
</style>