Shades of Psychedelic Purple #E622F1
Tints of Psychedelic Purple #E622F1
RGB
CMYK
RGB Variations
Color information
#E622F1 (or 0xE622F1) is known color: Psychedelic Purple. HEX triplet: E6, 22 and F1. RGB value is (230,34,241). Sum of RGB (Red+Green+Blue) = 230+34+241=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 34 (13.67% from 255 or 6.73% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #E622F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E622F1 is #19DD0E. Grayscale: #737373. Windows color (decimal): -1694991 or 15803110. OLE color: 15803110.
HSL color Cylindrical-coordinate representation of color #E622F1: hue angle of 296.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E622F1 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 34 | 241 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.05 |
| HSL | 296.81º | 0.88% | 0.54% | - |
| HSV(B) | 296.81º | 0.86% | 0.95% | - |
| XYZ | 49.08 | 24.32 | 85.33 | - |
| YUV | 116.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 241 | 0.05 | 0.86 | 0 | 0.05 | 296.81 | 0.88 | 0.54 |
| Hex | E6 | 22 | F1 | 5 | 56 | 0 | 5 | 129 | 58 | 36 |
| Octal | 346 | 42 | 361 | 5 | 126 | 0 | 5 | 451 | 130 | 66 |
| Binary | 11100110 | 100010 | 11110001 | 101 | 1010110 | 0 | 101 | 100101001 | 1011000 | 110110 |
Color Harmonies of #E622F1
Complementary color
Monochromatic Colors of #E622F1
Black with #E622F1
Text Example
Text Example
White with #E622F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622F1; }
p { color: rgb(230,34,241); }
H1.HeaderClassName
{
color: #E622F1;
}
.AnyTagClassName
{
color: #E622F1;
}
</style>
background-color css
<style>
a { background-color: #E622F1; }
a { background-color: rgb(230,34,241); }
div.DivClassName
{
background-color: #E622F1;
}
.BgClassName
{
background-color: #E622F1;
}
</style>
border-color css
<style>
span { border-color: #E622F1; }
span { border-color: rgb(230,34,241); }
td.TdClassName
{
border-color: #E622F1;
}
.TagClassName
{
border-color: #E622F1;
}
</style>