Shades of Psychedelic Purple #E611FF
Tints of Psychedelic Purple #E611FF
RGB
CMYK
RGB Variations
Color information
#E611FF (or 0xE611FF) is known color: Psychedelic Purple. HEX triplet: E6, 11 and FF. RGB value is (230,17,255). Sum of RGB (Red+Green+Blue) = 230+17+255=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E611FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611FF is #19EE00. Grayscale: #6B6B6B. Windows color (decimal): -1699329 or 16716262. OLE color: 16716262.
HSL color Cylindrical-coordinate representation of color #E611FF: hue angle of 293.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611FF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 17 | 255 | - |
| CMYK | 0.10 | 0.93 | 0 | 0 |
| HSL | 293.7º | 1% | 0.53% | - |
| HSV(B) | 293.7º | 0.93% | 1% | - |
| XYZ | 50.88 | 24.44 | 96.64 | - |
| YUV | 107.82 | 211.07 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 255 | 0.10 | 0.93 | 0 | 0 | 293.7 | 1 | 0.53 |
| Hex | E6 | 11 | FF | A | 5D | 0 | 0 | 126 | 64 | 35 |
| Octal | 346 | 21 | 377 | 12 | 135 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11100110 | 10001 | 11111111 | 1010 | 1011101 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E611FF
Complementary color
Monochromatic Colors of #E611FF
Black with #E611FF
Text Example
Text Example
White with #E611FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611FF; }
p { color: rgb(230,17,255); }
H1.HeaderClassName
{
color: #E611FF;
}
.AnyTagClassName
{
color: #E611FF;
}
</style>
background-color css
<style>
a { background-color: #E611FF; }
a { background-color: rgb(230,17,255); }
div.DivClassName
{
background-color: #E611FF;
}
.BgClassName
{
background-color: #E611FF;
}
</style>
border-color css
<style>
span { border-color: #E611FF; }
span { border-color: rgb(230,17,255); }
td.TdClassName
{
border-color: #E611FF;
}
.TagClassName
{
border-color: #E611FF;
}
</style>