Shades of Psychedelic Purple #E618FE
Tints of Psychedelic Purple #E618FE
RGB
CMYK
RGB Variations
Color information
#E618FE (or 0xE618FE) is known color: Psychedelic Purple. HEX triplet: E6, 18 and FE. RGB value is (230,24,254). Sum of RGB (Red+Green+Blue) = 230+24+254=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #E618FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618FE is #19E701. Grayscale: #6F6F6F. Windows color (decimal): -1697538 or 16652518. OLE color: 16652518.
HSL color Cylindrical-coordinate representation of color #E618FE: hue angle of 293.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E618FE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 24 | 254 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.00 |
| HSL | 293.74º | 0.99% | 0.55% | - |
| HSV(B) | 293.74º | 0.91% | 1% | - |
| XYZ | 50.85 | 24.63 | 95.84 | - |
| YUV | 111.81 | 208.25 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 254 | 0.09 | 0.91 | 0 | 0.00 | 293.74 | 0.99 | 0.55 |
| Hex | E6 | 18 | FE | 9 | 5B | 0 | 0 | 126 | 63 | 37 |
| Octal | 346 | 30 | 376 | 11 | 133 | 0 | 0 | 446 | 143 | 67 |
| Binary | 11100110 | 11000 | 11111110 | 1001 | 1011011 | 0 | 0 | 100100110 | 1100011 | 110111 |
Color Harmonies of #E618FE
Complementary color
Monochromatic Colors of #E618FE
Black with #E618FE
Text Example
Text Example
White with #E618FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618FE; }
p { color: rgb(230,24,254); }
H1.HeaderClassName
{
color: #E618FE;
}
.AnyTagClassName
{
color: #E618FE;
}
</style>
background-color css
<style>
a { background-color: #E618FE; }
a { background-color: rgb(230,24,254); }
div.DivClassName
{
background-color: #E618FE;
}
.BgClassName
{
background-color: #E618FE;
}
</style>
border-color css
<style>
span { border-color: #E618FE; }
span { border-color: rgb(230,24,254); }
td.TdClassName
{
border-color: #E618FE;
}
.TagClassName
{
border-color: #E618FE;
}
</style>