Shades of Psychedelic Purple #E616EE
Tints of Psychedelic Purple #E616EE
RGB
CMYK
RGB Variations
Color information
#E616EE (or 0xE616EE) is known color: Psychedelic Purple. HEX triplet: E6, 16 and EE. RGB value is (230,22,238). Sum of RGB (Red+Green+Blue) = 230+22+238=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #E616EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616EE is #19E911. Grayscale: #6C6C6C. Windows color (decimal): -1698066 or 15603430. OLE color: 15603430.
HSL color Cylindrical-coordinate representation of color #E616EE: hue angle of 297.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E616EE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 22 | 238 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.07 |
| HSL | 297.78º | 0.86% | 0.51% | - |
| HSV(B) | 297.78º | 0.91% | 0.93% | - |
| XYZ | 48.35 | 23.57 | 82.89 | - |
| YUV | 108.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 238 | 0.03 | 0.91 | 0 | 0.07 | 297.78 | 0.86 | 0.51 |
| Hex | E6 | 16 | EE | 3 | 5B | 0 | 7 | 12A | 56 | 33 |
| Octal | 346 | 26 | 356 | 3 | 133 | 0 | 7 | 452 | 126 | 63 |
| Binary | 11100110 | 10110 | 11101110 | 11 | 1011011 | 0 | 111 | 100101010 | 1010110 | 110011 |
Color Harmonies of #E616EE
Complementary color
Monochromatic Colors of #E616EE
Black with #E616EE
Text Example
Text Example
White with #E616EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616EE; }
p { color: rgb(230,22,238); }
H1.HeaderClassName
{
color: #E616EE;
}
.AnyTagClassName
{
color: #E616EE;
}
</style>
background-color css
<style>
a { background-color: #E616EE; }
a { background-color: rgb(230,22,238); }
div.DivClassName
{
background-color: #E616EE;
}
.BgClassName
{
background-color: #E616EE;
}
</style>
border-color css
<style>
span { border-color: #E616EE; }
span { border-color: rgb(230,22,238); }
td.TdClassName
{
border-color: #E616EE;
}
.TagClassName
{
border-color: #E616EE;
}
</style>