Shades of Psychedelic Purple #E100EB
Tints of Psychedelic Purple #E100EB
RGB
CMYK
RGB Variations
Color information
#E100EB (or 0xE100EB) is known color: Psychedelic Purple. HEX triplet: E1, 00 and EB. RGB value is (225,0,235). Sum of RGB (Red+Green+Blue) = 225+0+235=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #E100EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100EB is #1EFF14. Grayscale: #5D5D5D. Windows color (decimal): -2031381 or 15401185. OLE color: 15401185.
HSL color Cylindrical-coordinate representation of color #E100EB: hue angle of 297.45º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100EB is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 0 | 235 | - |
| CMYK | 0.04 | 1 | 0 | 0.08 |
| HSL | 297.45º | 1% | 0.46% | - |
| HSV(B) | 297.45º | 1% | 0.92% | - |
| XYZ | 46.05 | 22.01 | 80.42 | - |
| YUV | 94.07 | 207.54 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 235 | 0.04 | 1 | 0 | 0.08 | 297.45 | 1 | 0.46 |
| Hex | E1 | 0 | EB | 4 | 64 | 0 | 8 | 129 | 64 | 2E |
| Octal | 341 | 0 | 353 | 4 | 144 | 0 | 10 | 451 | 144 | 56 |
| Binary | 11100001 | 0 | 11101011 | 100 | 1100100 | 0 | 1000 | 100101001 | 1100100 | 101110 |
Color Harmonies of #E100EB
Complementary color
Monochromatic Colors of #E100EB
Black with #E100EB
Text Example
Text Example
White with #E100EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100EB; }
p { color: rgb(225,0,235); }
H1.HeaderClassName
{
color: #E100EB;
}
.AnyTagClassName
{
color: #E100EB;
}
</style>
background-color css
<style>
a { background-color: #E100EB; }
a { background-color: rgb(225,0,235); }
div.DivClassName
{
background-color: #E100EB;
}
.BgClassName
{
background-color: #E100EB;
}
</style>
border-color css
<style>
span { border-color: #E100EB; }
span { border-color: rgb(225,0,235); }
td.TdClassName
{
border-color: #E100EB;
}
.TagClassName
{
border-color: #E100EB;
}
</style>