Shades of Psychedelic Purple #E620E8
Tints of Psychedelic Purple #E620E8
RGB
CMYK
RGB Variations
Color information
#E620E8 (or 0xE620E8) is known color: Psychedelic Purple. HEX triplet: E6, 20 and E8. RGB value is (230,32,232). Sum of RGB (Red+Green+Blue) = 230+32+232=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #E620E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620E8 is #19DF17. Grayscale: #717171. Windows color (decimal): -1695512 or 15212774. OLE color: 15212774.
HSL color Cylindrical-coordinate representation of color #E620E8: hue angle of 299.4º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620E8 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 32 | 232 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.09 |
| HSL | 299.4º | 0.81% | 0.52% | - |
| HSV(B) | 299.4º | 0.86% | 0.91% | - |
| XYZ | 47.72 | 23.68 | 78.4 | - |
| YUV | 114 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 232 | 0.01 | 0.86 | 0 | 0.09 | 299.4 | 0.81 | 0.52 |
| Hex | E6 | 20 | E8 | 1 | 56 | 0 | 9 | 12B | 51 | 34 |
| Octal | 346 | 40 | 350 | 1 | 126 | 0 | 11 | 453 | 121 | 64 |
| Binary | 11100110 | 100000 | 11101000 | 1 | 1010110 | 0 | 1001 | 100101011 | 1010001 | 110100 |
Color Harmonies of #E620E8
Complementary color
Monochromatic Colors of #E620E8
Black with #E620E8
Text Example
Text Example
White with #E620E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620E8; }
p { color: rgb(230,32,232); }
H1.HeaderClassName
{
color: #E620E8;
}
.AnyTagClassName
{
color: #E620E8;
}
</style>
background-color css
<style>
a { background-color: #E620E8; }
a { background-color: rgb(230,32,232); }
div.DivClassName
{
background-color: #E620E8;
}
.BgClassName
{
background-color: #E620E8;
}
</style>
border-color css
<style>
span { border-color: #E620E8; }
span { border-color: rgb(230,32,232); }
td.TdClassName
{
border-color: #E620E8;
}
.TagClassName
{
border-color: #E620E8;
}
</style>