Shades of Psychedelic Purple #E100F5
Tints of Psychedelic Purple #E100F5
RGB
CMYK
RGB Variations
Color information
#E100F5 (or 0xE100F5) is known color: Psychedelic Purple. HEX triplet: E1, 00 and F5. RGB value is (225,0,245). Sum of RGB (Red+Green+Blue) = 225+0+245=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #E100F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100F5 is #1EFF0A. Grayscale: #5E5E5E. Windows color (decimal): -2031371 or 16056545. OLE color: 16056545.
HSL color Cylindrical-coordinate representation of color #E100F5: hue angle of 295.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100F5 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 0 | 245 | - |
| CMYK | 0.08 | 1 | 0 | 0.04 |
| HSL | 295.1º | 1% | 0.48% | - |
| HSV(B) | 295.1º | 1% | 0.96% | - |
| XYZ | 47.53 | 22.6 | 88.24 | - |
| YUV | 95.21 | 212.54 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 245 | 0.08 | 1 | 0 | 0.04 | 295.1 | 1 | 0.48 |
| Hex | E1 | 0 | F5 | 8 | 64 | 0 | 4 | 127 | 64 | 30 |
| Octal | 341 | 0 | 365 | 10 | 144 | 0 | 4 | 447 | 144 | 60 |
| Binary | 11100001 | 0 | 11110101 | 1000 | 1100100 | 0 | 100 | 100100111 | 1100100 | 110000 |
Color Harmonies of #E100F5
Complementary color
Monochromatic Colors of #E100F5
Black with #E100F5
Text Example
Text Example
White with #E100F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100F5; }
p { color: rgb(225,0,245); }
H1.HeaderClassName
{
color: #E100F5;
}
.AnyTagClassName
{
color: #E100F5;
}
</style>
background-color css
<style>
a { background-color: #E100F5; }
a { background-color: rgb(225,0,245); }
div.DivClassName
{
background-color: #E100F5;
}
.BgClassName
{
background-color: #E100F5;
}
</style>
border-color css
<style>
span { border-color: #E100F5; }
span { border-color: rgb(225,0,245); }
td.TdClassName
{
border-color: #E100F5;
}
.TagClassName
{
border-color: #E100F5;
}
</style>