Shades of Psychedelic Purple #E616FF
Tints of Psychedelic Purple #E616FF
RGB
CMYK
RGB Variations
Color information
#E616FF (or 0xE616FF) is known color: Psychedelic Purple. HEX triplet: E6, 16 and FF. RGB value is (230,22,255). Sum of RGB (Red+Green+Blue) = 230+22+255=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E616FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616FF is #19E900. Grayscale: #6E6E6E. Windows color (decimal): -1698049 or 16717542. OLE color: 16717542.
HSL color Cylindrical-coordinate representation of color #E616FF: hue angle of 293.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E616FF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 22 | 255 | - |
| CMYK | 0.10 | 0.91 | 0 | 0 |
| HSL | 293.56º | 1% | 0.54% | - |
| HSV(B) | 293.56º | 0.91% | 1% | - |
| XYZ | 50.97 | 24.62 | 96.67 | - |
| YUV | 110.75 | 209.41 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 255 | 0.10 | 0.91 | 0 | 0 | 293.56 | 1 | 0.54 |
| Hex | E6 | 16 | FF | A | 5B | 0 | 0 | 126 | 64 | 36 |
| Octal | 346 | 26 | 377 | 12 | 133 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11100110 | 10110 | 11111111 | 1010 | 1011011 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E616FF
Complementary color
Monochromatic Colors of #E616FF
Black with #E616FF
Text Example
Text Example
White with #E616FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616FF; }
p { color: rgb(230,22,255); }
H1.HeaderClassName
{
color: #E616FF;
}
.AnyTagClassName
{
color: #E616FF;
}
</style>
background-color css
<style>
a { background-color: #E616FF; }
a { background-color: rgb(230,22,255); }
div.DivClassName
{
background-color: #E616FF;
}
.BgClassName
{
background-color: #E616FF;
}
</style>
border-color css
<style>
span { border-color: #E616FF; }
span { border-color: rgb(230,22,255); }
td.TdClassName
{
border-color: #E616FF;
}
.TagClassName
{
border-color: #E616FF;
}
</style>