Shades of Psychedelic Purple #E620ED
Tints of Psychedelic Purple #E620ED
RGB
CMYK
RGB Variations
Color information
#E620ED (or 0xE620ED) is known color: Psychedelic Purple. HEX triplet: E6, 20 and ED. RGB value is (230,32,237). Sum of RGB (Red+Green+Blue) = 230+32+237=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #E620ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620ED is #19DF12. Grayscale: #717171. Windows color (decimal): -1695507 or 15540454. OLE color: 15540454.
HSL color Cylindrical-coordinate representation of color #E620ED: hue angle of 297.95º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620ED is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 32 | 237 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.07 |
| HSL | 297.95º | 0.85% | 0.53% | - |
| HSV(B) | 297.95º | 0.86% | 0.93% | - |
| XYZ | 48.44 | 23.97 | 82.19 | - |
| YUV | 114.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 237 | 0.03 | 0.86 | 0 | 0.07 | 297.95 | 0.85 | 0.53 |
| Hex | E6 | 20 | ED | 3 | 56 | 0 | 7 | 12A | 55 | 35 |
| Octal | 346 | 40 | 355 | 3 | 126 | 0 | 7 | 452 | 125 | 65 |
| Binary | 11100110 | 100000 | 11101101 | 11 | 1010110 | 0 | 111 | 100101010 | 1010101 | 110101 |
Color Harmonies of #E620ED
Complementary color
Monochromatic Colors of #E620ED
Black with #E620ED
Text Example
Text Example
White with #E620ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620ED; }
p { color: rgb(230,32,237); }
H1.HeaderClassName
{
color: #E620ED;
}
.AnyTagClassName
{
color: #E620ED;
}
</style>
background-color css
<style>
a { background-color: #E620ED; }
a { background-color: rgb(230,32,237); }
div.DivClassName
{
background-color: #E620ED;
}
.BgClassName
{
background-color: #E620ED;
}
</style>
border-color css
<style>
span { border-color: #E620ED; }
span { border-color: rgb(230,32,237); }
td.TdClassName
{
border-color: #E620ED;
}
.TagClassName
{
border-color: #E620ED;
}
</style>