Shades of Psychedelic Purple #E201E9
Tints of Psychedelic Purple #E201E9
RGB
CMYK
RGB Variations
Color information
#E201E9 (or 0xE201E9) is known color: Psychedelic Purple. HEX triplet: E2, 01 and E9. RGB value is (226,1,233). Sum of RGB (Red+Green+Blue) = 226+1+233=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #E201E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E201E9 is #1DFE16. Grayscale: #5E5E5E. Windows color (decimal): -1965591 or 15270370. OLE color: 15270370.
HSL color Cylindrical-coordinate representation of color #E201E9: hue angle of 298.19º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201E9 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 1 | 233 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.09 |
| HSL | 298.19º | 0.99% | 0.46% | - |
| HSV(B) | 298.19º | 1% | 0.91% | - |
| XYZ | 46.08 | 22.07 | 78.92 | - |
| YUV | 94.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 233 | 0.03 | 1.00 | 0 | 0.09 | 298.19 | 0.99 | 0.46 |
| Hex | E2 | 1 | E9 | 3 | 64 | 0 | 9 | 12A | 63 | 2E |
| Octal | 342 | 1 | 351 | 3 | 144 | 0 | 11 | 452 | 143 | 56 |
| Binary | 11100010 | 1 | 11101001 | 11 | 1100100 | 0 | 1001 | 100101010 | 1100011 | 101110 |
Color Harmonies of #E201E9
Complementary color
Monochromatic Colors of #E201E9
Black with #E201E9
Text Example
Text Example
White with #E201E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201E9; }
p { color: rgb(226,1,233); }
H1.HeaderClassName
{
color: #E201E9;
}
.AnyTagClassName
{
color: #E201E9;
}
</style>
background-color css
<style>
a { background-color: #E201E9; }
a { background-color: rgb(226,1,233); }
div.DivClassName
{
background-color: #E201E9;
}
.BgClassName
{
background-color: #E201E9;
}
</style>
border-color css
<style>
span { border-color: #E201E9; }
span { border-color: rgb(226,1,233); }
td.TdClassName
{
border-color: #E201E9;
}
.TagClassName
{
border-color: #E201E9;
}
</style>