Shades of Psychedelic Purple #E618F7
Tints of Psychedelic Purple #E618F7
RGB
CMYK
RGB Variations
Color information
#E618F7 (or 0xE618F7) is known color: Psychedelic Purple. HEX triplet: E6, 18 and F7. RGB value is (230,24,247). Sum of RGB (Red+Green+Blue) = 230+24+247=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #E618F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618F7 is #19E708. Grayscale: #6E6E6E. Windows color (decimal): -1697545 or 16193766. OLE color: 16193766.
HSL color Cylindrical-coordinate representation of color #E618F7: hue angle of 295.43º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618F7 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 24 | 247 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.03 |
| HSL | 295.43º | 0.93% | 0.53% | - |
| HSV(B) | 295.43º | 0.9% | 0.97% | - |
| XYZ | 49.75 | 24.19 | 90.04 | - |
| YUV | 111.02 | 204.75 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 247 | 0.07 | 0.90 | 0 | 0.03 | 295.43 | 0.93 | 0.53 |
| Hex | E6 | 18 | F7 | 7 | 5A | 0 | 3 | 127 | 5D | 35 |
| Octal | 346 | 30 | 367 | 7 | 132 | 0 | 3 | 447 | 135 | 65 |
| Binary | 11100110 | 11000 | 11110111 | 111 | 1011010 | 0 | 11 | 100100111 | 1011101 | 110101 |
Color Harmonies of #E618F7
Complementary color
Monochromatic Colors of #E618F7
Black with #E618F7
Text Example
Text Example
White with #E618F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618F7; }
p { color: rgb(230,24,247); }
H1.HeaderClassName
{
color: #E618F7;
}
.AnyTagClassName
{
color: #E618F7;
}
</style>
background-color css
<style>
a { background-color: #E618F7; }
a { background-color: rgb(230,24,247); }
div.DivClassName
{
background-color: #E618F7;
}
.BgClassName
{
background-color: #E618F7;
}
</style>
border-color css
<style>
span { border-color: #E618F7; }
span { border-color: rgb(230,24,247); }
td.TdClassName
{
border-color: #E618F7;
}
.TagClassName
{
border-color: #E618F7;
}
</style>