Shades of Psychedelic Purple #E620EA
Tints of Psychedelic Purple #E620EA
RGB
CMYK
RGB Variations
Color information
#E620EA (or 0xE620EA) is known color: Psychedelic Purple. HEX triplet: E6, 20 and EA. RGB value is (230,32,234). Sum of RGB (Red+Green+Blue) = 230+32+234=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #E620EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620EA is #19DF15. Grayscale: #717171. Windows color (decimal): -1695510 or 15343846. OLE color: 15343846.
HSL color Cylindrical-coordinate representation of color #E620EA: hue angle of 298.81º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620EA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 32 | 234 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.08 |
| HSL | 298.81º | 0.83% | 0.52% | - |
| HSV(B) | 298.81º | 0.86% | 0.92% | - |
| XYZ | 48 | 23.8 | 79.91 | - |
| YUV | 114.23 | 195.6 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 234 | 0.02 | 0.86 | 0 | 0.08 | 298.81 | 0.83 | 0.52 |
| Hex | E6 | 20 | EA | 2 | 56 | 0 | 8 | 12B | 53 | 34 |
| Octal | 346 | 40 | 352 | 2 | 126 | 0 | 10 | 453 | 123 | 64 |
| Binary | 11100110 | 100000 | 11101010 | 10 | 1010110 | 0 | 1000 | 100101011 | 1010011 | 110100 |
Color Harmonies of #E620EA
Complementary color
Monochromatic Colors of #E620EA
Black with #E620EA
Text Example
Text Example
White with #E620EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620EA; }
p { color: rgb(230,32,234); }
H1.HeaderClassName
{
color: #E620EA;
}
.AnyTagClassName
{
color: #E620EA;
}
</style>
background-color css
<style>
a { background-color: #E620EA; }
a { background-color: rgb(230,32,234); }
div.DivClassName
{
background-color: #E620EA;
}
.BgClassName
{
background-color: #E620EA;
}
</style>
border-color css
<style>
span { border-color: #E620EA; }
span { border-color: rgb(230,32,234); }
td.TdClassName
{
border-color: #E620EA;
}
.TagClassName
{
border-color: #E620EA;
}
</style>