Shades of Psychedelic Purple #E115FF
Tints of Psychedelic Purple #E115FF
RGB
CMYK
RGB Variations
Color information
#E115FF (or 0xE115FF) is known color: Psychedelic Purple. HEX triplet: E1, 15 and FF. RGB value is (225,21,255). Sum of RGB (Red+Green+Blue) = 225+21+255=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E115FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115FF is #1EEA00. Grayscale: #6B6B6B. Windows color (decimal): -2025985 or 16717281. OLE color: 16717281.
HSL color Cylindrical-coordinate representation of color #E115FF: hue angle of 292.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E115FF is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 21 | 255 | - |
| CMYK | 0.12 | 0.92 | 0 | 0 |
| HSL | 292.31º | 1% | 0.54% | - |
| HSV(B) | 292.31º | 0.92% | 1% | - |
| XYZ | 49.37 | 23.76 | 96.59 | - |
| YUV | 108.67 | 210.59 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 255 | 0.12 | 0.92 | 0 | 0 | 292.31 | 1 | 0.54 |
| Hex | E1 | 15 | FF | C | 5C | 0 | 0 | 124 | 64 | 36 |
| Octal | 341 | 25 | 377 | 14 | 134 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11100001 | 10101 | 11111111 | 1100 | 1011100 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #E115FF
Complementary color
Monochromatic Colors of #E115FF
Black with #E115FF
Text Example
Text Example
White with #E115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115FF; }
p { color: rgb(225,21,255); }
H1.HeaderClassName
{
color: #E115FF;
}
.AnyTagClassName
{
color: #E115FF;
}
</style>
background-color css
<style>
a { background-color: #E115FF; }
a { background-color: rgb(225,21,255); }
div.DivClassName
{
background-color: #E115FF;
}
.BgClassName
{
background-color: #E115FF;
}
</style>
border-color css
<style>
span { border-color: #E115FF; }
span { border-color: rgb(225,21,255); }
td.TdClassName
{
border-color: #E115FF;
}
.TagClassName
{
border-color: #E115FF;
}
</style>