Shades of Psychedelic Purple #E100FA
Tints of Psychedelic Purple #E100FA
RGB
CMYK
RGB Variations
Color information
#E100FA (or 0xE100FA) is known color: Psychedelic Purple. HEX triplet: E1, 00 and FA. RGB value is (225,0,250). Sum of RGB (Red+Green+Blue) = 225+0+250=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #E100FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100FA is #1EFF05. Grayscale: #5F5F5F. Windows color (decimal): -2031366 or 16384225. OLE color: 16384225.
HSL color Cylindrical-coordinate representation of color #E100FA: hue angle of 294º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100FA is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 0 | 250 | - |
| CMYK | 0.10 | 1 | 0 | 0.02 |
| HSL | 294º | 1% | 0.49% | - |
| HSV(B) | 294º | 1% | 0.98% | - |
| XYZ | 48.31 | 22.91 | 92.32 | - |
| YUV | 95.78 | 215.04 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 250 | 0.10 | 1 | 0 | 0.02 | 294 | 1 | 0.49 |
| Hex | E1 | 0 | FA | A | 64 | 0 | 2 | 126 | 64 | 31 |
| Octal | 341 | 0 | 372 | 12 | 144 | 0 | 2 | 446 | 144 | 61 |
| Binary | 11100001 | 0 | 11111010 | 1010 | 1100100 | 0 | 10 | 100100110 | 1100100 | 110001 |
Color Harmonies of #E100FA
Complementary color
Monochromatic Colors of #E100FA
Black with #E100FA
Text Example
Text Example
White with #E100FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100FA; }
p { color: rgb(225,0,250); }
H1.HeaderClassName
{
color: #E100FA;
}
.AnyTagClassName
{
color: #E100FA;
}
</style>
background-color css
<style>
a { background-color: #E100FA; }
a { background-color: rgb(225,0,250); }
div.DivClassName
{
background-color: #E100FA;
}
.BgClassName
{
background-color: #E100FA;
}
</style>
border-color css
<style>
span { border-color: #E100FA; }
span { border-color: rgb(225,0,250); }
td.TdClassName
{
border-color: #E100FA;
}
.TagClassName
{
border-color: #E100FA;
}
</style>