Shades of Psychedelic Purple #E611FC
Tints of Psychedelic Purple #E611FC
RGB
CMYK
RGB Variations
Color information
#E611FC (or 0xE611FC) is known color: Psychedelic Purple. HEX triplet: E6, 11 and FC. RGB value is (230,17,252). Sum of RGB (Red+Green+Blue) = 230+17+252=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #E611FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611FC is #19EE03. Grayscale: #6A6A6A. Windows color (decimal): -1699332 or 16519654. OLE color: 16519654.
HSL color Cylindrical-coordinate representation of color #E611FC: hue angle of 294.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611FC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 17 | 252 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.01 |
| HSL | 294.38º | 0.98% | 0.53% | - |
| HSV(B) | 294.38º | 0.93% | 0.99% | - |
| XYZ | 50.4 | 24.25 | 94.12 | - |
| YUV | 107.48 | 209.57 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 252 | 0.09 | 0.93 | 0 | 0.01 | 294.38 | 0.98 | 0.53 |
| Hex | E6 | 11 | FC | 9 | 5D | 0 | 1 | 126 | 62 | 35 |
| Octal | 346 | 21 | 374 | 11 | 135 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100110 | 10001 | 11111100 | 1001 | 1011101 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E611FC
Complementary color
Monochromatic Colors of #E611FC
Black with #E611FC
Text Example
Text Example
White with #E611FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611FC; }
p { color: rgb(230,17,252); }
H1.HeaderClassName
{
color: #E611FC;
}
.AnyTagClassName
{
color: #E611FC;
}
</style>
background-color css
<style>
a { background-color: #E611FC; }
a { background-color: rgb(230,17,252); }
div.DivClassName
{
background-color: #E611FC;
}
.BgClassName
{
background-color: #E611FC;
}
</style>
border-color css
<style>
span { border-color: #E611FC; }
span { border-color: rgb(230,17,252); }
td.TdClassName
{
border-color: #E611FC;
}
.TagClassName
{
border-color: #E611FC;
}
</style>