Shades of Psychedelic Purple #E606ED
Tints of Psychedelic Purple #E606ED
RGB
CMYK
RGB Variations
Color information
#E606ED (or 0xE606ED) is known color: Psychedelic Purple. HEX triplet: E6, 06 and ED. RGB value is (230,6,237). Sum of RGB (Red+Green+Blue) = 230+6+237=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #E606ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E606ED is #19F912. Grayscale: #626262. Windows color (decimal): -1702163 or 15533798. OLE color: 15533798.
HSL color Cylindrical-coordinate representation of color #E606ED: hue angle of 298.18º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606ED is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 6 | 237 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.07 |
| HSL | 298.18º | 0.95% | 0.48% | - |
| HSV(B) | 298.18º | 0.97% | 0.93% | - |
| XYZ | 47.98 | 23.07 | 82.04 | - |
| YUV | 99.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 237 | 0.03 | 0.97 | 0 | 0.07 | 298.18 | 0.95 | 0.48 |
| Hex | E6 | 6 | ED | 3 | 61 | 0 | 7 | 12A | 5F | 30 |
| Octal | 346 | 6 | 355 | 3 | 141 | 0 | 7 | 452 | 137 | 60 |
| Binary | 11100110 | 110 | 11101101 | 11 | 1100001 | 0 | 111 | 100101010 | 1011111 | 110000 |
Color Harmonies of #E606ED
Complementary color
Monochromatic Colors of #E606ED
Black with #E606ED
Text Example
Text Example
White with #E606ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E606ED; }
p { color: rgb(230,6,237); }
H1.HeaderClassName
{
color: #E606ED;
}
.AnyTagClassName
{
color: #E606ED;
}
</style>
background-color css
<style>
a { background-color: #E606ED; }
a { background-color: rgb(230,6,237); }
div.DivClassName
{
background-color: #E606ED;
}
.BgClassName
{
background-color: #E606ED;
}
</style>
border-color css
<style>
span { border-color: #E606ED; }
span { border-color: rgb(230,6,237); }
td.TdClassName
{
border-color: #E606ED;
}
.TagClassName
{
border-color: #E606ED;
}
</style>