Shades of Psychedelic Purple #E606EC
Tints of Psychedelic Purple #E606EC
RGB
CMYK
RGB Variations
Color information
#E606EC (or 0xE606EC) is known color: Psychedelic Purple. HEX triplet: E6, 06 and EC. RGB value is (230,6,236). Sum of RGB (Red+Green+Blue) = 230+6+236=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #E606EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E606EC is #19F913. Grayscale: #626262. Windows color (decimal): -1702164 or 15468262. OLE color: 15468262.
HSL color Cylindrical-coordinate representation of color #E606EC: hue angle of 298.43º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606EC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 6 | 236 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.07 |
| HSL | 298.43º | 0.95% | 0.47% | - |
| HSV(B) | 298.43º | 0.97% | 0.93% | - |
| XYZ | 47.84 | 23.01 | 81.28 | - |
| YUV | 99.2 | 205.21 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 236 | 0.03 | 0.97 | 0 | 0.07 | 298.43 | 0.95 | 0.47 |
| Hex | E6 | 6 | EC | 3 | 61 | 0 | 7 | 12A | 5F | 2F |
| Octal | 346 | 6 | 354 | 3 | 141 | 0 | 7 | 452 | 137 | 57 |
| Binary | 11100110 | 110 | 11101100 | 11 | 1100001 | 0 | 111 | 100101010 | 1011111 | 101111 |
Color Harmonies of #E606EC
Complementary color
Monochromatic Colors of #E606EC
Black with #E606EC
Text Example
Text Example
White with #E606EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E606EC; }
p { color: rgb(230,6,236); }
H1.HeaderClassName
{
color: #E606EC;
}
.AnyTagClassName
{
color: #E606EC;
}
</style>
background-color css
<style>
a { background-color: #E606EC; }
a { background-color: rgb(230,6,236); }
div.DivClassName
{
background-color: #E606EC;
}
.BgClassName
{
background-color: #E606EC;
}
</style>
border-color css
<style>
span { border-color: #E606EC; }
span { border-color: rgb(230,6,236); }
td.TdClassName
{
border-color: #E606EC;
}
.TagClassName
{
border-color: #E606EC;
}
</style>