Shades of Psychedelic Purple #E605F0
Tints of Psychedelic Purple #E605F0
RGB
CMYK
RGB Variations
Color information
#E605F0 (or 0xE605F0) is known color: Psychedelic Purple. HEX triplet: E6, 05 and F0. RGB value is (230,5,240). Sum of RGB (Red+Green+Blue) = 230+5+240=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #E605F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605F0 is #19FA0F. Grayscale: #626262. Windows color (decimal): -1702416 or 15730150. OLE color: 15730150.
HSL color Cylindrical-coordinate representation of color #E605F0: hue angle of 297.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605F0 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 5 | 240 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.06 |
| HSL | 297.45º | 0.96% | 0.48% | - |
| HSV(B) | 297.45º | 0.98% | 0.94% | - |
| XYZ | 48.42 | 23.22 | 84.37 | - |
| YUV | 99.07 | 207.54 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 240 | 0.04 | 0.98 | 0 | 0.06 | 297.45 | 0.96 | 0.48 |
| Hex | E6 | 5 | F0 | 4 | 62 | 0 | 6 | 129 | 60 | 30 |
| Octal | 346 | 5 | 360 | 4 | 142 | 0 | 6 | 451 | 140 | 60 |
| Binary | 11100110 | 101 | 11110000 | 100 | 1100010 | 0 | 110 | 100101001 | 1100000 | 110000 |
Color Harmonies of #E605F0
Complementary color
Monochromatic Colors of #E605F0
Black with #E605F0
Text Example
Text Example
White with #E605F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605F0; }
p { color: rgb(230,5,240); }
H1.HeaderClassName
{
color: #E605F0;
}
.AnyTagClassName
{
color: #E605F0;
}
</style>
background-color css
<style>
a { background-color: #E605F0; }
a { background-color: rgb(230,5,240); }
div.DivClassName
{
background-color: #E605F0;
}
.BgClassName
{
background-color: #E605F0;
}
</style>
border-color css
<style>
span { border-color: #E605F0; }
span { border-color: rgb(230,5,240); }
td.TdClassName
{
border-color: #E605F0;
}
.TagClassName
{
border-color: #E605F0;
}
</style>