Shades of Psychedelic Purple #E110EB
Tints of Psychedelic Purple #E110EB
RGB
CMYK
RGB Variations
Color information
#E110EB (or 0xE110EB) is known color: Psychedelic Purple. HEX triplet: E1, 10 and EB. RGB value is (225,16,235). Sum of RGB (Red+Green+Blue) = 225+16+235=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #E110EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E110EB is #1EEF14. Grayscale: #666666. Windows color (decimal): -2027285 or 15405281. OLE color: 15405281.
HSL color Cylindrical-coordinate representation of color #E110EB: hue angle of 297.26º 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 #E110EB is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 16 | 235 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.08 |
| HSL | 297.26º | 0.87% | 0.49% | - |
| HSV(B) | 297.26º | 0.93% | 0.92% | - |
| XYZ | 46.23 | 22.38 | 80.48 | - |
| YUV | 103.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 235 | 0.04 | 0.93 | 0 | 0.08 | 297.26 | 0.87 | 0.49 |
| Hex | E1 | 10 | EB | 4 | 5D | 0 | 8 | 129 | 57 | 31 |
| Octal | 341 | 20 | 353 | 4 | 135 | 0 | 10 | 451 | 127 | 61 |
| Binary | 11100001 | 10000 | 11101011 | 100 | 1011101 | 0 | 1000 | 100101001 | 1010111 | 110001 |
Color Harmonies of #E110EB
Complementary color
Monochromatic Colors of #E110EB
Black with #E110EB
Text Example
Text Example
White with #E110EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110EB; }
p { color: rgb(225,16,235); }
H1.HeaderClassName
{
color: #E110EB;
}
.AnyTagClassName
{
color: #E110EB;
}
</style>
background-color css
<style>
a { background-color: #E110EB; }
a { background-color: rgb(225,16,235); }
div.DivClassName
{
background-color: #E110EB;
}
.BgClassName
{
background-color: #E110EB;
}
</style>
border-color css
<style>
span { border-color: #E110EB; }
span { border-color: rgb(225,16,235); }
td.TdClassName
{
border-color: #E110EB;
}
.TagClassName
{
border-color: #E110EB;
}
</style>