Shades of Psychedelic Purple #E605ED
Tints of Psychedelic Purple #E605ED
RGB
CMYK
RGB Variations
Color information
#E605ED (or 0xE605ED) is known color: Psychedelic Purple. HEX triplet: E6, 05 and ED. RGB value is (230,5,237). Sum of RGB (Red+Green+Blue) = 230+5+237=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #E605ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605ED is #19FA12. Grayscale: #626262. Windows color (decimal): -1702419 or 15533542. OLE color: 15533542.
HSL color Cylindrical-coordinate representation of color #E605ED: hue angle of 298.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605ED is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 5 | 237 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.07 |
| HSL | 298.19º | 0.96% | 0.47% | - |
| HSV(B) | 298.19º | 0.98% | 0.93% | - |
| XYZ | 47.97 | 23.05 | 82.04 | - |
| YUV | 98.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 237 | 0.03 | 0.98 | 0 | 0.07 | 298.19 | 0.96 | 0.47 |
| Hex | E6 | 5 | ED | 3 | 62 | 0 | 7 | 12A | 60 | 2F |
| Octal | 346 | 5 | 355 | 3 | 142 | 0 | 7 | 452 | 140 | 57 |
| Binary | 11100110 | 101 | 11101101 | 11 | 1100010 | 0 | 111 | 100101010 | 1100000 | 101111 |
Color Harmonies of #E605ED
Complementary color
Monochromatic Colors of #E605ED
Black with #E605ED
Text Example
Text Example
White with #E605ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605ED; }
p { color: rgb(230,5,237); }
H1.HeaderClassName
{
color: #E605ED;
}
.AnyTagClassName
{
color: #E605ED;
}
</style>
background-color css
<style>
a { background-color: #E605ED; }
a { background-color: rgb(230,5,237); }
div.DivClassName
{
background-color: #E605ED;
}
.BgClassName
{
background-color: #E605ED;
}
</style>
border-color css
<style>
span { border-color: #E605ED; }
span { border-color: rgb(230,5,237); }
td.TdClassName
{
border-color: #E605ED;
}
.TagClassName
{
border-color: #E605ED;
}
</style>