Shades of Psychedelic Purple #E805ED
Tints of Psychedelic Purple #E805ED
RGB
CMYK
RGB Variations
Color information
#E805ED (or 0xE805ED) is known color: Psychedelic Purple. HEX triplet: E8, 05 and ED. RGB value is (232,5,237). Sum of RGB (Red+Green+Blue) = 232+5+237=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E805ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805ED is #17FA12. Grayscale: #626262. Windows color (decimal): -1571347 or 15533544. OLE color: 15533544.
HSL color Cylindrical-coordinate representation of color #E805ED: hue angle of 298.71º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805ED is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 5 | 237 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.07 |
| HSL | 298.71º | 0.96% | 0.47% | - |
| HSV(B) | 298.71º | 0.98% | 0.93% | - |
| XYZ | 48.62 | 23.38 | 82.07 | - |
| YUV | 99.32 | 205.71 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 237 | 0.02 | 0.98 | 0 | 0.07 | 298.71 | 0.96 | 0.47 |
| Hex | E8 | 5 | ED | 2 | 62 | 0 | 7 | 12B | 60 | 2F |
| Octal | 350 | 5 | 355 | 2 | 142 | 0 | 7 | 453 | 140 | 57 |
| Binary | 11101000 | 101 | 11101101 | 10 | 1100010 | 0 | 111 | 100101011 | 1100000 | 101111 |
Color Harmonies of #E805ED
Complementary color
Monochromatic Colors of #E805ED
Black with #E805ED
Text Example
Text Example
White with #E805ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805ED; }
p { color: rgb(232,5,237); }
H1.HeaderClassName
{
color: #E805ED;
}
.AnyTagClassName
{
color: #E805ED;
}
</style>
background-color css
<style>
a { background-color: #E805ED; }
a { background-color: rgb(232,5,237); }
div.DivClassName
{
background-color: #E805ED;
}
.BgClassName
{
background-color: #E805ED;
}
</style>
border-color css
<style>
span { border-color: #E805ED; }
span { border-color: rgb(232,5,237); }
td.TdClassName
{
border-color: #E805ED;
}
.TagClassName
{
border-color: #E805ED;
}
</style>