Shades of Psychedelic Purple #E016EB
Tints of Psychedelic Purple #E016EB
RGB
CMYK
RGB Variations
Color information
#E016EB (or 0xE016EB) is known color: Psychedelic Purple. HEX triplet: E0, 16 and EB. RGB value is (224,22,235). Sum of RGB (Red+Green+Blue) = 224+22+235=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #E016EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016EB is #1FE914. Grayscale: #6A6A6A. Windows color (decimal): -2091285 or 15406816. OLE color: 15406816.
HSL color Cylindrical-coordinate representation of color #E016EB: hue angle of 296.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E016EB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 22 | 235 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.08 |
| HSL | 296.9º | 0.84% | 0.5% | - |
| HSV(B) | 296.9º | 0.91% | 0.92% | - |
| XYZ | 46.02 | 22.42 | 80.5 | - |
| YUV | 106.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 235 | 0.05 | 0.91 | 0 | 0.08 | 296.9 | 0.84 | 0.5 |
| Hex | E0 | 16 | EB | 5 | 5B | 0 | 8 | 129 | 54 | 32 |
| Octal | 340 | 26 | 353 | 5 | 133 | 0 | 10 | 451 | 124 | 62 |
| Binary | 11100000 | 10110 | 11101011 | 101 | 1011011 | 0 | 1000 | 100101001 | 1010100 | 110010 |
Color Harmonies of #E016EB
Complementary color
Monochromatic Colors of #E016EB
Black with #E016EB
Text Example
Text Example
White with #E016EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016EB; }
p { color: rgb(224,22,235); }
H1.HeaderClassName
{
color: #E016EB;
}
.AnyTagClassName
{
color: #E016EB;
}
</style>
background-color css
<style>
a { background-color: #E016EB; }
a { background-color: rgb(224,22,235); }
div.DivClassName
{
background-color: #E016EB;
}
.BgClassName
{
background-color: #E016EB;
}
</style>
border-color css
<style>
span { border-color: #E016EB; }
span { border-color: rgb(224,22,235); }
td.TdClassName
{
border-color: #E016EB;
}
.TagClassName
{
border-color: #E016EB;
}
</style>