Shades of Psychedelic Purple #E116E5
Tints of Psychedelic Purple #E116E5
RGB
CMYK
RGB Variations
Color information
#E116E5 (or 0xE116E5) is known color: Psychedelic Purple. HEX triplet: E1, 16 and E5. RGB value is (225,22,229). Sum of RGB (Red+Green+Blue) = 225+22+229=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #E116E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116E5 is #1EE91A. Grayscale: #696969. Windows color (decimal): -2025755 or 15013601. OLE color: 15013601.
HSL color Cylindrical-coordinate representation of color #E116E5: hue angle of 298.84º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116E5 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 22 | 229 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.10 |
| HSL | 298.84º | 0.82% | 0.49% | - |
| HSV(B) | 298.84º | 0.9% | 0.9% | - |
| XYZ | 45.48 | 22.24 | 76.02 | - |
| YUV | 106.3 | 197.25 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 229 | 0.02 | 0.90 | 0 | 0.10 | 298.84 | 0.82 | 0.49 |
| Hex | E1 | 16 | E5 | 2 | 5A | 0 | A | 12B | 52 | 31 |
| Octal | 341 | 26 | 345 | 2 | 132 | 0 | 12 | 453 | 122 | 61 |
| Binary | 11100001 | 10110 | 11100101 | 10 | 1011010 | 0 | 1010 | 100101011 | 1010010 | 110001 |
Color Harmonies of #E116E5
Complementary color
Monochromatic Colors of #E116E5
Black with #E116E5
Text Example
Text Example
White with #E116E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116E5; }
p { color: rgb(225,22,229); }
H1.HeaderClassName
{
color: #E116E5;
}
.AnyTagClassName
{
color: #E116E5;
}
</style>
background-color css
<style>
a { background-color: #E116E5; }
a { background-color: rgb(225,22,229); }
div.DivClassName
{
background-color: #E116E5;
}
.BgClassName
{
background-color: #E116E5;
}
</style>
border-color css
<style>
span { border-color: #E116E5; }
span { border-color: rgb(225,22,229); }
td.TdClassName
{
border-color: #E116E5;
}
.TagClassName
{
border-color: #E116E5;
}
</style>