Shades of Psychedelic Purple #E101FD
Tints of Psychedelic Purple #E101FD
RGB
CMYK
RGB Variations
Color information
#E101FD (or 0xE101FD) is known color: Psychedelic Purple. HEX triplet: E1, 01 and FD. RGB value is (225,1,253). Sum of RGB (Red+Green+Blue) = 225+1+253=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #E101FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E101FD is #1EFE02. Grayscale: #5F5F5F. Windows color (decimal): -2031107 or 16581089. OLE color: 16581089.
HSL color Cylindrical-coordinate representation of color #E101FD: hue angle of 293.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101FD is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 1 | 253 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.01 |
| HSL | 293.33º | 0.99% | 0.5% | - |
| HSV(B) | 293.33º | 1% | 0.99% | - |
| XYZ | 48.79 | 23.12 | 94.82 | - |
| YUV | 96.7 | 216.21 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 253 | 0.11 | 1.00 | 0 | 0.01 | 293.33 | 0.99 | 0.5 |
| Hex | E1 | 1 | FD | B | 64 | 0 | 1 | 125 | 63 | 32 |
| Octal | 341 | 1 | 375 | 13 | 144 | 0 | 1 | 445 | 143 | 62 |
| Binary | 11100001 | 1 | 11111101 | 1011 | 1100100 | 0 | 1 | 100100101 | 1100011 | 110010 |
Color Harmonies of #E101FD
Complementary color
Monochromatic Colors of #E101FD
Black with #E101FD
Text Example
Text Example
White with #E101FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101FD; }
p { color: rgb(225,1,253); }
H1.HeaderClassName
{
color: #E101FD;
}
.AnyTagClassName
{
color: #E101FD;
}
</style>
background-color css
<style>
a { background-color: #E101FD; }
a { background-color: rgb(225,1,253); }
div.DivClassName
{
background-color: #E101FD;
}
.BgClassName
{
background-color: #E101FD;
}
</style>
border-color css
<style>
span { border-color: #E101FD; }
span { border-color: rgb(225,1,253); }
td.TdClassName
{
border-color: #E101FD;
}
.TagClassName
{
border-color: #E101FD;
}
</style>