Shades of Psychedelic Purple #E201FF
Tints of Psychedelic Purple #E201FF
RGB
CMYK
RGB Variations
Color information
#E201FF (or 0xE201FF) is known color: Psychedelic Purple. HEX triplet: E2, 01 and FF. RGB value is (226,1,255). Sum of RGB (Red+Green+Blue) = 226+1+255=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #E201FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201FF is #1DFE00. Grayscale: #606060. Windows color (decimal): -1965569 or 16712162. OLE color: 16712162.
HSL color Cylindrical-coordinate representation of color #E201FF: hue angle of 293.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201FF is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 1 | 255 | - |
| CMYK | 0.11 | 1.00 | 0 | 0 |
| HSL | 293.15º | 1% | 0.5% | - |
| HSV(B) | 293.15º | 1% | 1% | - |
| XYZ | 49.42 | 23.41 | 96.52 | - |
| YUV | 97.23 | 217.04 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 255 | 0.11 | 1.00 | 0 | 0 | 293.15 | 1 | 0.5 |
| Hex | E2 | 1 | FF | B | 64 | 0 | 0 | 125 | 64 | 32 |
| Octal | 342 | 1 | 377 | 13 | 144 | 0 | 0 | 445 | 144 | 62 |
| Binary | 11100010 | 1 | 11111111 | 1011 | 1100100 | 0 | 0 | 100100101 | 1100100 | 110010 |
Color Harmonies of #E201FF
Complementary color
Monochromatic Colors of #E201FF
Black with #E201FF
Text Example
Text Example
White with #E201FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201FF; }
p { color: rgb(226,1,255); }
H1.HeaderClassName
{
color: #E201FF;
}
.AnyTagClassName
{
color: #E201FF;
}
</style>
background-color css
<style>
a { background-color: #E201FF; }
a { background-color: rgb(226,1,255); }
div.DivClassName
{
background-color: #E201FF;
}
.BgClassName
{
background-color: #E201FF;
}
</style>
border-color css
<style>
span { border-color: #E201FF; }
span { border-color: rgb(226,1,255); }
td.TdClassName
{
border-color: #E201FF;
}
.TagClassName
{
border-color: #E201FF;
}
</style>