Shades of Psychedelic Purple #E100EF
Tints of Psychedelic Purple #E100EF
RGB
CMYK
RGB Variations
Color information
#E100EF (or 0xE100EF) is known color: Psychedelic Purple. HEX triplet: E1, 00 and EF. RGB value is (225,0,239). Sum of RGB (Red+Green+Blue) = 225+0+239=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #E100EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100EF is #1EFF10. Grayscale: #5D5D5D. Windows color (decimal): -2031377 or 15663329. OLE color: 15663329.
HSL color Cylindrical-coordinate representation of color #E100EF: hue angle of 296.49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100EF is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 0 | 239 | - |
| CMYK | 0.06 | 1 | 0 | 0.06 |
| HSL | 296.49º | 1% | 0.47% | - |
| HSV(B) | 296.49º | 1% | 0.94% | - |
| XYZ | 46.63 | 22.24 | 83.5 | - |
| YUV | 94.52 | 209.54 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 239 | 0.06 | 1 | 0 | 0.06 | 296.49 | 1 | 0.47 |
| Hex | E1 | 0 | EF | 6 | 64 | 0 | 6 | 128 | 64 | 2F |
| Octal | 341 | 0 | 357 | 6 | 144 | 0 | 6 | 450 | 144 | 57 |
| Binary | 11100001 | 0 | 11101111 | 110 | 1100100 | 0 | 110 | 100101000 | 1100100 | 101111 |
Color Harmonies of #E100EF
Complementary color
Monochromatic Colors of #E100EF
Black with #E100EF
Text Example
Text Example
White with #E100EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100EF; }
p { color: rgb(225,0,239); }
H1.HeaderClassName
{
color: #E100EF;
}
.AnyTagClassName
{
color: #E100EF;
}
</style>
background-color css
<style>
a { background-color: #E100EF; }
a { background-color: rgb(225,0,239); }
div.DivClassName
{
background-color: #E100EF;
}
.BgClassName
{
background-color: #E100EF;
}
</style>
border-color css
<style>
span { border-color: #E100EF; }
span { border-color: rgb(225,0,239); }
td.TdClassName
{
border-color: #E100EF;
}
.TagClassName
{
border-color: #E100EF;
}
</style>