Shades of Psychedelic Purple #E201FD
Tints of Psychedelic Purple #E201FD
RGB
CMYK
RGB Variations
Color information
#E201FD (or 0xE201FD) is known color: Psychedelic Purple. HEX triplet: E2, 01 and FD. RGB value is (226,1,253). Sum of RGB (Red+Green+Blue) = 226+1+253=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #E201FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201FD is #1DFE02. Grayscale: #606060. Windows color (decimal): -1965571 or 16581090. OLE color: 16581090.
HSL color Cylindrical-coordinate representation of color #E201FD: hue angle of 293.57º 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 #E201FD is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 1 | 253 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.01 |
| HSL | 293.57º | 0.99% | 0.5% | - |
| HSV(B) | 293.57º | 1% | 0.99% | - |
| XYZ | 49.1 | 23.28 | 94.83 | - |
| YUV | 97 | 216.04 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 253 | 0.11 | 1.00 | 0 | 0.01 | 293.57 | 0.99 | 0.5 |
| Hex | E2 | 1 | FD | B | 64 | 0 | 1 | 126 | 63 | 32 |
| Octal | 342 | 1 | 375 | 13 | 144 | 0 | 1 | 446 | 143 | 62 |
| Binary | 11100010 | 1 | 11111101 | 1011 | 1100100 | 0 | 1 | 100100110 | 1100011 | 110010 |
Color Harmonies of #E201FD
Complementary color
Monochromatic Colors of #E201FD
Black with #E201FD
Text Example
Text Example
White with #E201FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201FD; }
p { color: rgb(226,1,253); }
H1.HeaderClassName
{
color: #E201FD;
}
.AnyTagClassName
{
color: #E201FD;
}
</style>
background-color css
<style>
a { background-color: #E201FD; }
a { background-color: rgb(226,1,253); }
div.DivClassName
{
background-color: #E201FD;
}
.BgClassName
{
background-color: #E201FD;
}
</style>
border-color css
<style>
span { border-color: #E201FD; }
span { border-color: rgb(226,1,253); }
td.TdClassName
{
border-color: #E201FD;
}
.TagClassName
{
border-color: #E201FD;
}
</style>