Shades of Psychedelic Purple #E616F9
Tints of Psychedelic Purple #E616F9
RGB
CMYK
RGB Variations
Color information
#E616F9 (or 0xE616F9) is known color: Psychedelic Purple. HEX triplet: E6, 16 and F9. RGB value is (230,22,249). Sum of RGB (Red+Green+Blue) = 230+22+249=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 22 (8.98% from 255 or 4.39% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #E616F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616F9 is #19E906. Grayscale: #6D6D6D. Windows color (decimal): -1698055 or 16324326. OLE color: 16324326.
HSL color Cylindrical-coordinate representation of color #E616F9: hue angle of 294.98º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E616F9 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 22 | 249 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.02 |
| HSL | 294.98º | 0.95% | 0.53% | - |
| HSV(B) | 294.98º | 0.91% | 0.98% | - |
| XYZ | 50.02 | 24.24 | 91.66 | - |
| YUV | 110.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 249 | 0.08 | 0.91 | 0 | 0.02 | 294.98 | 0.95 | 0.53 |
| Hex | E6 | 16 | F9 | 8 | 5B | 0 | 2 | 127 | 5F | 35 |
| Octal | 346 | 26 | 371 | 10 | 133 | 0 | 2 | 447 | 137 | 65 |
| Binary | 11100110 | 10110 | 11111001 | 1000 | 1011011 | 0 | 10 | 100100111 | 1011111 | 110101 |
Color Harmonies of #E616F9
Complementary color
Monochromatic Colors of #E616F9
Black with #E616F9
Text Example
Text Example
White with #E616F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616F9; }
p { color: rgb(230,22,249); }
H1.HeaderClassName
{
color: #E616F9;
}
.AnyTagClassName
{
color: #E616F9;
}
</style>
background-color css
<style>
a { background-color: #E616F9; }
a { background-color: rgb(230,22,249); }
div.DivClassName
{
background-color: #E616F9;
}
.BgClassName
{
background-color: #E616F9;
}
</style>
border-color css
<style>
span { border-color: #E616F9; }
span { border-color: rgb(230,22,249); }
td.TdClassName
{
border-color: #E616F9;
}
.TagClassName
{
border-color: #E616F9;
}
</style>