Shades of Psychedelic Purple #E616F1
Tints of Psychedelic Purple #E616F1
RGB
CMYK
RGB Variations
Color information
#E616F1 (or 0xE616F1) is known color: Psychedelic Purple. HEX triplet: E6, 16 and F1. RGB value is (230,22,241). Sum of RGB (Red+Green+Blue) = 230+22+241=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 22 (8.98% from 255 or 4.46% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #E616F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616F1 is #19E90E. Grayscale: #6C6C6C. Windows color (decimal): -1698063 or 15800038. OLE color: 15800038.
HSL color Cylindrical-coordinate representation of color #E616F1: hue angle of 296.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E616F1 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 22 | 241 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.05 |
| HSL | 296.99º | 0.89% | 0.52% | - |
| HSV(B) | 296.99º | 0.91% | 0.95% | - |
| XYZ | 48.8 | 23.75 | 85.23 | - |
| YUV | 109.16 | 202.41 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 241 | 0.05 | 0.91 | 0 | 0.05 | 296.99 | 0.89 | 0.52 |
| Hex | E6 | 16 | F1 | 5 | 5B | 0 | 5 | 129 | 59 | 34 |
| Octal | 346 | 26 | 361 | 5 | 133 | 0 | 5 | 451 | 131 | 64 |
| Binary | 11100110 | 10110 | 11110001 | 101 | 1011011 | 0 | 101 | 100101001 | 1011001 | 110100 |
Color Harmonies of #E616F1
Complementary color
Monochromatic Colors of #E616F1
Black with #E616F1
Text Example
Text Example
White with #E616F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616F1; }
p { color: rgb(230,22,241); }
H1.HeaderClassName
{
color: #E616F1;
}
.AnyTagClassName
{
color: #E616F1;
}
</style>
background-color css
<style>
a { background-color: #E616F1; }
a { background-color: rgb(230,22,241); }
div.DivClassName
{
background-color: #E616F1;
}
.BgClassName
{
background-color: #E616F1;
}
</style>
border-color css
<style>
span { border-color: #E616F1; }
span { border-color: rgb(230,22,241); }
td.TdClassName
{
border-color: #E616F1;
}
.TagClassName
{
border-color: #E616F1;
}
</style>