Shades of Psychedelic Purple #EB11E5
Tints of Psychedelic Purple #EB11E5
RGB
CMYK
RGB Variations
Color information
#EB11E5 (or 0xEB11E5) is known color: Psychedelic Purple. HEX triplet: EB, 11 and E5. RGB value is (235,17,229). Sum of RGB (Red+Green+Blue) = 235+17+229=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB11E5 is #14EE1A. Grayscale: #696969. Windows color (decimal): -1371675 or 15012331. OLE color: 15012331.
HSL color Cylindrical-coordinate representation of color #EB11E5: hue angle of 301.65º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11E5 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 229 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.08 |
| HSL | 301.65º | 0.87% | 0.49% | - |
| HSV(B) | 301.65º | 0.93% | 0.92% | - |
| XYZ | 48.6 | 23.72 | 76.15 | - |
| YUV | 106.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 229 | 0 | 0.93 | 0.03 | 0.08 | 301.65 | 0.87 | 0.49 |
| Hex | EB | 11 | E5 | 0 | 5D | 3 | 8 | 12E | 57 | 31 |
| Octal | 353 | 21 | 345 | 0 | 135 | 3 | 10 | 456 | 127 | 61 |
| Binary | 11101011 | 10001 | 11100101 | 0 | 1011101 | 11 | 1000 | 100101110 | 1010111 | 110001 |
Color Harmonies of #EB11E5
Complementary color
Monochromatic Colors of #EB11E5
Black with #EB11E5
Text Example
Text Example
White with #EB11E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB11E5; }
p { color: rgb(235,17,229); }
H1.HeaderClassName
{
color: #EB11E5;
}
.AnyTagClassName
{
color: #EB11E5;
}
</style>
background-color css
<style>
a { background-color: #EB11E5; }
a { background-color: rgb(235,17,229); }
div.DivClassName
{
background-color: #EB11E5;
}
.BgClassName
{
background-color: #EB11E5;
}
</style>
border-color css
<style>
span { border-color: #EB11E5; }
span { border-color: rgb(235,17,229); }
td.TdClassName
{
border-color: #EB11E5;
}
.TagClassName
{
border-color: #EB11E5;
}
</style>