Shades of Psychedelic Purple #E601E2
Tints of Psychedelic Purple #E601E2
RGB
CMYK
RGB Variations
Color information
#E601E2 (or 0xE601E2) is known color: Psychedelic Purple. HEX triplet: E6, 01 and E2. RGB value is (230,1,226). Sum of RGB (Red+Green+Blue) = 230+1+226=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 226 (88.67% from 255 or 49.45% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E601E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601E2 is #19FE1D. Grayscale: #5E5E5E. Windows color (decimal): -1703454 or 14811622. OLE color: 14811622.
HSL color Cylindrical-coordinate representation of color #E601E2: hue angle of 301.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601E2 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.10 |
| HSL | 301.05º | 0.99% | 0.45% | - |
| HSV(B) | 301.05º | 1% | 0.9% | - |
| XYZ | 46.37 | 22.34 | 73.82 | - |
| YUV | 95.12 | 201.87 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 226 | 0 | 1.00 | 0.02 | 0.10 | 301.05 | 0.99 | 0.45 |
| Hex | E6 | 1 | E2 | 0 | 64 | 2 | A | 12D | 63 | 2D |
| Octal | 346 | 1 | 342 | 0 | 144 | 2 | 12 | 455 | 143 | 55 |
| Binary | 11100110 | 1 | 11100010 | 0 | 1100100 | 10 | 1010 | 100101101 | 1100011 | 101101 |
Color Harmonies of #E601E2
Complementary color
Monochromatic Colors of #E601E2
Black with #E601E2
Text Example
Text Example
White with #E601E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601E2; }
p { color: rgb(230,1,226); }
H1.HeaderClassName
{
color: #E601E2;
}
.AnyTagClassName
{
color: #E601E2;
}
</style>
background-color css
<style>
a { background-color: #E601E2; }
a { background-color: rgb(230,1,226); }
div.DivClassName
{
background-color: #E601E2;
}
.BgClassName
{
background-color: #E601E2;
}
</style>
border-color css
<style>
span { border-color: #E601E2; }
span { border-color: rgb(230,1,226); }
td.TdClassName
{
border-color: #E601E2;
}
.TagClassName
{
border-color: #E601E2;
}
</style>