Shades of Psychedelic Purple #E607F1
Tints of Psychedelic Purple #E607F1
RGB
CMYK
RGB Variations
Color information
#E607F1 (or 0xE607F1) is known color: Psychedelic Purple. HEX triplet: E6, 07 and F1. RGB value is (230,7,241). Sum of RGB (Red+Green+Blue) = 230+7+241=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #E607F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607F1 is #19F80E. Grayscale: #636363. Windows color (decimal): -1701903 or 15796198. OLE color: 15796198.
HSL color Cylindrical-coordinate representation of color #E607F1: hue angle of 297.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607F1 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 7 | 241 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.05 |
| HSL | 297.18º | 0.94% | 0.49% | - |
| HSV(B) | 297.18º | 0.97% | 0.95% | - |
| XYZ | 48.59 | 23.33 | 85.16 | - |
| YUV | 100.35 | 207.38 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 241 | 0.05 | 0.97 | 0 | 0.05 | 297.18 | 0.94 | 0.49 |
| Hex | E6 | 7 | F1 | 5 | 61 | 0 | 5 | 129 | 5E | 31 |
| Octal | 346 | 7 | 361 | 5 | 141 | 0 | 5 | 451 | 136 | 61 |
| Binary | 11100110 | 111 | 11110001 | 101 | 1100001 | 0 | 101 | 100101001 | 1011110 | 110001 |
Color Harmonies of #E607F1
Complementary color
Monochromatic Colors of #E607F1
Black with #E607F1
Text Example
Text Example
White with #E607F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607F1; }
p { color: rgb(230,7,241); }
H1.HeaderClassName
{
color: #E607F1;
}
.AnyTagClassName
{
color: #E607F1;
}
</style>
background-color css
<style>
a { background-color: #E607F1; }
a { background-color: rgb(230,7,241); }
div.DivClassName
{
background-color: #E607F1;
}
.BgClassName
{
background-color: #E607F1;
}
</style>
border-color css
<style>
span { border-color: #E607F1; }
span { border-color: rgb(230,7,241); }
td.TdClassName
{
border-color: #E607F1;
}
.TagClassName
{
border-color: #E607F1;
}
</style>