Shades of Psychedelic Purple #E600E2
Tints of Psychedelic Purple #E600E2
RGB
CMYK
RGB Variations
Color information
#E600E2 (or 0xE600E2) is known color: Psychedelic Purple. HEX triplet: E6, 00 and E2. RGB value is (230,0,226). Sum of RGB (Red+Green+Blue) = 230+0+226=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 226 (88.67% from 255 or 49.56% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E600E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600E2 is #19FF1D. Grayscale: #5D5D5D. Windows color (decimal): -1703710 or 14811366. OLE color: 14811366.
HSL color Cylindrical-coordinate representation of color #E600E2: hue angle of 301.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600E2 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 226 | - |
| CMYK | 0 | 1 | 0.02 | 0.10 |
| HSL | 301.04º | 1% | 0.45% | - |
| HSV(B) | 301.04º | 1% | 0.9% | - |
| XYZ | 46.36 | 22.31 | 73.82 | - |
| YUV | 94.53 | 202.2 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 226 | 0 | 1 | 0.02 | 0.10 | 301.04 | 1 | 0.45 |
| Hex | E6 | 0 | E2 | 0 | 64 | 2 | A | 12D | 64 | 2D |
| Octal | 346 | 0 | 342 | 0 | 144 | 2 | 12 | 455 | 144 | 55 |
| Binary | 11100110 | 0 | 11100010 | 0 | 1100100 | 10 | 1010 | 100101101 | 1100100 | 101101 |
Color Harmonies of #E600E2
Complementary color
Monochromatic Colors of #E600E2
Black with #E600E2
Text Example
Text Example
White with #E600E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600E2; }
p { color: rgb(230,0,226); }
H1.HeaderClassName
{
color: #E600E2;
}
.AnyTagClassName
{
color: #E600E2;
}
</style>
background-color css
<style>
a { background-color: #E600E2; }
a { background-color: rgb(230,0,226); }
div.DivClassName
{
background-color: #E600E2;
}
.BgClassName
{
background-color: #E600E2;
}
</style>
border-color css
<style>
span { border-color: #E600E2; }
span { border-color: rgb(230,0,226); }
td.TdClassName
{
border-color: #E600E2;
}
.TagClassName
{
border-color: #E600E2;
}
</style>