Shades of Psychedelic Purple #E100FF
Tints of Psychedelic Purple #E100FF
RGB
CMYK
RGB Variations
Color information
#E100FF (or 0xE100FF) is known color: Psychedelic Purple. HEX triplet: E1, 00 and FF. RGB value is (225,0,255). Sum of RGB (Red+Green+Blue) = 225+0+255=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #E100FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100FF is #1EFF00. Grayscale: #5F5F5F. Windows color (decimal): -2031361 or 16711905. OLE color: 16711905.
HSL color Cylindrical-coordinate representation of color #E100FF: hue angle of 292.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100FF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 0 | 255 | - |
| CMYK | 0.12 | 1 | 0 | 0 |
| HSL | 292.94º | 1% | 0.5% | - |
| HSV(B) | 292.94º | 1% | 1% | - |
| XYZ | 49.1 | 23.23 | 96.5 | - |
| YUV | 96.35 | 217.54 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 255 | 0.12 | 1 | 0 | 0 | 292.94 | 1 | 0.5 |
| Hex | E1 | 0 | FF | C | 64 | 0 | 0 | 125 | 64 | 32 |
| Octal | 341 | 0 | 377 | 14 | 144 | 0 | 0 | 445 | 144 | 62 |
| Binary | 11100001 | 0 | 11111111 | 1100 | 1100100 | 0 | 0 | 100100101 | 1100100 | 110010 |
Color Harmonies of #E100FF
Complementary color
Monochromatic Colors of #E100FF
Black with #E100FF
Text Example
Text Example
White with #E100FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100FF; }
p { color: rgb(225,0,255); }
H1.HeaderClassName
{
color: #E100FF;
}
.AnyTagClassName
{
color: #E100FF;
}
</style>
background-color css
<style>
a { background-color: #E100FF; }
a { background-color: rgb(225,0,255); }
div.DivClassName
{
background-color: #E100FF;
}
.BgClassName
{
background-color: #E100FF;
}
</style>
border-color css
<style>
span { border-color: #E100FF; }
span { border-color: rgb(225,0,255); }
td.TdClassName
{
border-color: #E100FF;
}
.TagClassName
{
border-color: #E100FF;
}
</style>