Shades of Psychedelic Purple #E622F0
Tints of Psychedelic Purple #E622F0
RGB
CMYK
RGB Variations
Color information
#E622F0 (or 0xE622F0) is known color: Psychedelic Purple. HEX triplet: E6, 22 and F0. RGB value is (230,34,240). Sum of RGB (Red+Green+Blue) = 230+34+240=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 34 (13.67% from 255 or 6.75% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #E622F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E622F0 is #19DD0F. Grayscale: #737373. Windows color (decimal): -1694992 or 15737574. OLE color: 15737574.
HSL color Cylindrical-coordinate representation of color #E622F0: hue angle of 297.09º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E622F0 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 34 | 240 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.06 |
| HSL | 297.09º | 0.87% | 0.54% | - |
| HSV(B) | 297.09º | 0.86% | 0.94% | - |
| XYZ | 48.93 | 24.26 | 84.54 | - |
| YUV | 116.09 | 197.93 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 240 | 0.04 | 0.86 | 0 | 0.06 | 297.09 | 0.87 | 0.54 |
| Hex | E6 | 22 | F0 | 4 | 56 | 0 | 6 | 129 | 57 | 36 |
| Octal | 346 | 42 | 360 | 4 | 126 | 0 | 6 | 451 | 127 | 66 |
| Binary | 11100110 | 100010 | 11110000 | 100 | 1010110 | 0 | 110 | 100101001 | 1010111 | 110110 |
Color Harmonies of #E622F0
Complementary color
Monochromatic Colors of #E622F0
Black with #E622F0
Text Example
Text Example
White with #E622F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622F0; }
p { color: rgb(230,34,240); }
H1.HeaderClassName
{
color: #E622F0;
}
.AnyTagClassName
{
color: #E622F0;
}
</style>
background-color css
<style>
a { background-color: #E622F0; }
a { background-color: rgb(230,34,240); }
div.DivClassName
{
background-color: #E622F0;
}
.BgClassName
{
background-color: #E622F0;
}
</style>
border-color css
<style>
span { border-color: #E622F0; }
span { border-color: rgb(230,34,240); }
td.TdClassName
{
border-color: #E622F0;
}
.TagClassName
{
border-color: #E622F0;
}
</style>