Shades of Psychedelic Purple #E618FF
Tints of Psychedelic Purple #E618FF
RGB
CMYK
RGB Variations
Color information
#E618FF (or 0xE618FF) is known color: Psychedelic Purple. HEX triplet: E6, 18 and FF. RGB value is (230,24,255). Sum of RGB (Red+Green+Blue) = 230+24+255=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 24 (9.77% from 255 or 4.72% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E618FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618FF is #19E700. Grayscale: #6F6F6F. Windows color (decimal): -1697537 or 16718054. OLE color: 16718054.
HSL color Cylindrical-coordinate representation of color #E618FF: hue angle of 293.51º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E618FF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 24 | 255 | - |
| CMYK | 0.10 | 0.91 | 0 | 0 |
| HSL | 293.51º | 1% | 0.55% | - |
| HSV(B) | 293.51º | 0.91% | 1% | - |
| XYZ | 51.01 | 24.7 | 96.69 | - |
| YUV | 111.93 | 208.75 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 255 | 0.10 | 0.91 | 0 | 0 | 293.51 | 1 | 0.55 |
| Hex | E6 | 18 | FF | A | 5B | 0 | 0 | 126 | 64 | 37 |
| Octal | 346 | 30 | 377 | 12 | 133 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11100110 | 11000 | 11111111 | 1010 | 1011011 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E618FF
Complementary color
Monochromatic Colors of #E618FF
Black with #E618FF
Text Example
Text Example
White with #E618FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618FF; }
p { color: rgb(230,24,255); }
H1.HeaderClassName
{
color: #E618FF;
}
.AnyTagClassName
{
color: #E618FF;
}
</style>
background-color css
<style>
a { background-color: #E618FF; }
a { background-color: rgb(230,24,255); }
div.DivClassName
{
background-color: #E618FF;
}
.BgClassName
{
background-color: #E618FF;
}
</style>
border-color css
<style>
span { border-color: #E618FF; }
span { border-color: rgb(230,24,255); }
td.TdClassName
{
border-color: #E618FF;
}
.TagClassName
{
border-color: #E618FF;
}
</style>