Shades of Psychedelic Purple #E615F9
Tints of Psychedelic Purple #E615F9
RGB
CMYK
RGB Variations
Color information
#E615F9 (or 0xE615F9) is known color: Psychedelic Purple. HEX triplet: E6, 15 and F9. RGB value is (230,21,249). Sum of RGB (Red+Green+Blue) = 230+21+249=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #E615F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615F9 is #19EA06. Grayscale: #6C6C6C. Windows color (decimal): -1698311 or 16324070. OLE color: 16324070.
HSL color Cylindrical-coordinate representation of color #E615F9: hue angle of 295º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E615F9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 21 | 249 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.02 |
| HSL | 295º | 0.95% | 0.53% | - |
| HSV(B) | 295º | 0.92% | 0.98% | - |
| XYZ | 50 | 24.2 | 91.66 | - |
| YUV | 109.48 | 206.74 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 249 | 0.08 | 0.92 | 0 | 0.02 | 295 | 0.95 | 0.53 |
| Hex | E6 | 15 | F9 | 8 | 5C | 0 | 2 | 127 | 5F | 35 |
| Octal | 346 | 25 | 371 | 10 | 134 | 0 | 2 | 447 | 137 | 65 |
| Binary | 11100110 | 10101 | 11111001 | 1000 | 1011100 | 0 | 10 | 100100111 | 1011111 | 110101 |
Color Harmonies of #E615F9
Complementary color
Monochromatic Colors of #E615F9
Black with #E615F9
Text Example
Text Example
White with #E615F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615F9; }
p { color: rgb(230,21,249); }
H1.HeaderClassName
{
color: #E615F9;
}
.AnyTagClassName
{
color: #E615F9;
}
</style>
background-color css
<style>
a { background-color: #E615F9; }
a { background-color: rgb(230,21,249); }
div.DivClassName
{
background-color: #E615F9;
}
.BgClassName
{
background-color: #E615F9;
}
</style>
border-color css
<style>
span { border-color: #E615F9; }
span { border-color: rgb(230,21,249); }
td.TdClassName
{
border-color: #E615F9;
}
.TagClassName
{
border-color: #E615F9;
}
</style>