Shades of Psychedelic Purple #E100F7
Tints of Psychedelic Purple #E100F7
RGB
CMYK
RGB Variations
Color information
#E100F7 (or 0xE100F7) is known color: Psychedelic Purple. HEX triplet: E1, 00 and F7. RGB value is (225,0,247). Sum of RGB (Red+Green+Blue) = 225+0+247=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #E100F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100F7 is #1EFF08. Grayscale: #5E5E5E. Windows color (decimal): -2031369 or 16187617. OLE color: 16187617.
HSL color Cylindrical-coordinate representation of color #E100F7: hue angle of 294.66º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100F7 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 0 | 247 | - |
| CMYK | 0.09 | 1 | 0 | 0.03 |
| HSL | 294.66º | 1% | 0.48% | - |
| HSV(B) | 294.66º | 1% | 0.97% | - |
| XYZ | 47.84 | 22.72 | 89.86 | - |
| YUV | 95.43 | 213.54 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 247 | 0.09 | 1 | 0 | 0.03 | 294.66 | 1 | 0.48 |
| Hex | E1 | 0 | F7 | 9 | 64 | 0 | 3 | 127 | 64 | 30 |
| Octal | 341 | 0 | 367 | 11 | 144 | 0 | 3 | 447 | 144 | 60 |
| Binary | 11100001 | 0 | 11110111 | 1001 | 1100100 | 0 | 11 | 100100111 | 1100100 | 110000 |
Color Harmonies of #E100F7
Complementary color
Monochromatic Colors of #E100F7
Black with #E100F7
Text Example
Text Example
White with #E100F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100F7; }
p { color: rgb(225,0,247); }
H1.HeaderClassName
{
color: #E100F7;
}
.AnyTagClassName
{
color: #E100F7;
}
</style>
background-color css
<style>
a { background-color: #E100F7; }
a { background-color: rgb(225,0,247); }
div.DivClassName
{
background-color: #E100F7;
}
.BgClassName
{
background-color: #E100F7;
}
</style>
border-color css
<style>
span { border-color: #E100F7; }
span { border-color: rgb(225,0,247); }
td.TdClassName
{
border-color: #E100F7;
}
.TagClassName
{
border-color: #E100F7;
}
</style>