Shades of Psychedelic Purple #E201EF
Tints of Psychedelic Purple #E201EF
RGB
CMYK
RGB Variations
Color information
#E201EF (or 0xE201EF) is known color: Psychedelic Purple. HEX triplet: E2, 01 and EF. RGB value is (226,1,239). Sum of RGB (Red+Green+Blue) = 226+1+239=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #E201EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201EF is #1DFE10. Grayscale: #5E5E5E. Windows color (decimal): -1965585 or 15663586. OLE color: 15663586.
HSL color Cylindrical-coordinate representation of color #E201EF: hue angle of 296.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201EF is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 1 | 239 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.06 |
| HSL | 296.72º | 0.99% | 0.47% | - |
| HSV(B) | 296.72º | 1% | 0.94% | - |
| XYZ | 46.95 | 22.42 | 83.51 | - |
| YUV | 95.41 | 209.04 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 239 | 0.05 | 1.00 | 0 | 0.06 | 296.72 | 0.99 | 0.47 |
| Hex | E2 | 1 | EF | 5 | 64 | 0 | 6 | 129 | 63 | 2F |
| Octal | 342 | 1 | 357 | 5 | 144 | 0 | 6 | 451 | 143 | 57 |
| Binary | 11100010 | 1 | 11101111 | 101 | 1100100 | 0 | 110 | 100101001 | 1100011 | 101111 |
Color Harmonies of #E201EF
Complementary color
Monochromatic Colors of #E201EF
Black with #E201EF
Text Example
Text Example
White with #E201EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201EF; }
p { color: rgb(226,1,239); }
H1.HeaderClassName
{
color: #E201EF;
}
.AnyTagClassName
{
color: #E201EF;
}
</style>
background-color css
<style>
a { background-color: #E201EF; }
a { background-color: rgb(226,1,239); }
div.DivClassName
{
background-color: #E201EF;
}
.BgClassName
{
background-color: #E201EF;
}
</style>
border-color css
<style>
span { border-color: #E201EF; }
span { border-color: rgb(226,1,239); }
td.TdClassName
{
border-color: #E201EF;
}
.TagClassName
{
border-color: #E201EF;
}
</style>