Shades of Psychedelic Purple #E600EE
Tints of Psychedelic Purple #E600EE
RGB
CMYK
RGB Variations
Color information
#E600EE (or 0xE600EE) is known color: Psychedelic Purple. HEX triplet: E6, 00 and EE. RGB value is (230,0,238). Sum of RGB (Red+Green+Blue) = 230+0+238=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #E600EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600EE is #19FF11. Grayscale: #5F5F5F. Windows color (decimal): -1703698 or 15597798. OLE color: 15597798.
HSL color Cylindrical-coordinate representation of color #E600EE: hue angle of 297.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600EE is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 0 | 238 | - |
| CMYK | 0.03 | 1 | 0 | 0.07 |
| HSL | 297.98º | 1% | 0.47% | - |
| HSV(B) | 297.98º | 1% | 0.93% | - |
| XYZ | 48.07 | 23 | 82.79 | - |
| YUV | 95.9 | 208.2 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 238 | 0.03 | 1 | 0 | 0.07 | 297.98 | 1 | 0.47 |
| Hex | E6 | 0 | EE | 3 | 64 | 0 | 7 | 12A | 64 | 2F |
| Octal | 346 | 0 | 356 | 3 | 144 | 0 | 7 | 452 | 144 | 57 |
| Binary | 11100110 | 0 | 11101110 | 11 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101111 |
Color Harmonies of #E600EE
Complementary color
Monochromatic Colors of #E600EE
Black with #E600EE
Text Example
Text Example
White with #E600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600EE; }
p { color: rgb(230,0,238); }
H1.HeaderClassName
{
color: #E600EE;
}
.AnyTagClassName
{
color: #E600EE;
}
</style>
background-color css
<style>
a { background-color: #E600EE; }
a { background-color: rgb(230,0,238); }
div.DivClassName
{
background-color: #E600EE;
}
.BgClassName
{
background-color: #E600EE;
}
</style>
border-color css
<style>
span { border-color: #E600EE; }
span { border-color: rgb(230,0,238); }
td.TdClassName
{
border-color: #E600EE;
}
.TagClassName
{
border-color: #E600EE;
}
</style>