Shades of Psychedelic Purple #E615FF
Tints of Psychedelic Purple #E615FF
RGB
CMYK
RGB Variations
Color information
#E615FF (or 0xE615FF) is known color: Psychedelic Purple. HEX triplet: E6, 15 and FF. RGB value is (230,21,255). Sum of RGB (Red+Green+Blue) = 230+21+255=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #E615FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615FF is #19EA00. Grayscale: #6D6D6D. Windows color (decimal): -1698305 or 16717286. OLE color: 16717286.
HSL color Cylindrical-coordinate representation of color #E615FF: hue angle of 293.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E615FF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 21 | 255 | - |
| CMYK | 0.10 | 0.92 | 0 | 0 |
| HSL | 293.59º | 1% | 0.54% | - |
| HSV(B) | 293.59º | 0.92% | 1% | - |
| XYZ | 50.95 | 24.58 | 96.67 | - |
| YUV | 110.17 | 209.74 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 255 | 0.10 | 0.92 | 0 | 0 | 293.59 | 1 | 0.54 |
| Hex | E6 | 15 | FF | A | 5C | 0 | 0 | 126 | 64 | 36 |
| Octal | 346 | 25 | 377 | 12 | 134 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11100110 | 10101 | 11111111 | 1010 | 1011100 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E615FF
Complementary color
Monochromatic Colors of #E615FF
Black with #E615FF
Text Example
Text Example
White with #E615FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615FF; }
p { color: rgb(230,21,255); }
H1.HeaderClassName
{
color: #E615FF;
}
.AnyTagClassName
{
color: #E615FF;
}
</style>
background-color css
<style>
a { background-color: #E615FF; }
a { background-color: rgb(230,21,255); }
div.DivClassName
{
background-color: #E615FF;
}
.BgClassName
{
background-color: #E615FF;
}
</style>
border-color css
<style>
span { border-color: #E615FF; }
span { border-color: rgb(230,21,255); }
td.TdClassName
{
border-color: #E615FF;
}
.TagClassName
{
border-color: #E615FF;
}
</style>