Shades of Psychedelic Purple #E607F5
Tints of Psychedelic Purple #E607F5
RGB
CMYK
RGB Variations
Color information
#E607F5 (or 0xE607F5) is known color: Psychedelic Purple. HEX triplet: E6, 07 and F5. RGB value is (230,7,245). Sum of RGB (Red+Green+Blue) = 230+7+245=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #E607F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607F5 is #19F80A. Grayscale: #646464. Windows color (decimal): -1701899 or 16058342. OLE color: 16058342.
HSL color Cylindrical-coordinate representation of color #E607F5: hue angle of 296.22º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607F5 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 7 | 245 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.04 |
| HSL | 296.22º | 0.94% | 0.49% | - |
| HSV(B) | 296.22º | 0.97% | 0.96% | - |
| XYZ | 49.19 | 23.57 | 88.34 | - |
| YUV | 100.81 | 209.38 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 245 | 0.06 | 0.97 | 0 | 0.04 | 296.22 | 0.94 | 0.49 |
| Hex | E6 | 7 | F5 | 6 | 61 | 0 | 4 | 128 | 5E | 31 |
| Octal | 346 | 7 | 365 | 6 | 141 | 0 | 4 | 450 | 136 | 61 |
| Binary | 11100110 | 111 | 11110101 | 110 | 1100001 | 0 | 100 | 100101000 | 1011110 | 110001 |
Color Harmonies of #E607F5
Complementary color
Monochromatic Colors of #E607F5
Black with #E607F5
Text Example
Text Example
White with #E607F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607F5; }
p { color: rgb(230,7,245); }
H1.HeaderClassName
{
color: #E607F5;
}
.AnyTagClassName
{
color: #E607F5;
}
</style>
background-color css
<style>
a { background-color: #E607F5; }
a { background-color: rgb(230,7,245); }
div.DivClassName
{
background-color: #E607F5;
}
.BgClassName
{
background-color: #E607F5;
}
</style>
border-color css
<style>
span { border-color: #E607F5; }
span { border-color: rgb(230,7,245); }
td.TdClassName
{
border-color: #E607F5;
}
.TagClassName
{
border-color: #E607F5;
}
</style>