Shades of Psychedelic Purple #E600ED
Tints of Psychedelic Purple #E600ED
RGB
CMYK
RGB Variations
Color information
#E600ED (or 0xE600ED) is known color: Psychedelic Purple. HEX triplet: E6, 00 and ED. RGB value is (230,0,237). Sum of RGB (Red+Green+Blue) = 230+0+237=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #E600ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600ED is #19FF12. Grayscale: #5F5F5F. Windows color (decimal): -1703699 or 15532262. OLE color: 15532262.
HSL color Cylindrical-coordinate representation of color #E600ED: hue angle of 298.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600ED is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 0 | 237 | - |
| CMYK | 0.03 | 1 | 0 | 0.07 |
| HSL | 298.23º | 1% | 0.46% | - |
| HSV(B) | 298.23º | 1% | 0.93% | - |
| XYZ | 47.92 | 22.94 | 82.02 | - |
| YUV | 95.79 | 207.7 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 237 | 0.03 | 1 | 0 | 0.07 | 298.23 | 1 | 0.46 |
| Hex | E6 | 0 | ED | 3 | 64 | 0 | 7 | 12A | 64 | 2E |
| Octal | 346 | 0 | 355 | 3 | 144 | 0 | 7 | 452 | 144 | 56 |
| Binary | 11100110 | 0 | 11101101 | 11 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E600ED
Complementary color
Monochromatic Colors of #E600ED
Black with #E600ED
Text Example
Text Example
White with #E600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600ED; }
p { color: rgb(230,0,237); }
H1.HeaderClassName
{
color: #E600ED;
}
.AnyTagClassName
{
color: #E600ED;
}
</style>
background-color css
<style>
a { background-color: #E600ED; }
a { background-color: rgb(230,0,237); }
div.DivClassName
{
background-color: #E600ED;
}
.BgClassName
{
background-color: #E600ED;
}
</style>
border-color css
<style>
span { border-color: #E600ED; }
span { border-color: rgb(230,0,237); }
td.TdClassName
{
border-color: #E600ED;
}
.TagClassName
{
border-color: #E600ED;
}
</style>