Shades of Psychedelic Purple #E811F0
Tints of Psychedelic Purple #E811F0
RGB
CMYK
RGB Variations
Color information
#E811F0 (or 0xE811F0) is known color: Psychedelic Purple. HEX triplet: E8, 11 and F0. RGB value is (232,17,240). Sum of RGB (Red+Green+Blue) = 232+17+240=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #E811F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E811F0 is #17EE0F. Grayscale: #6A6A6A. Windows color (decimal): -1568272 or 15733224. OLE color: 15733224.
HSL color Cylindrical-coordinate representation of color #E811F0: hue angle of 297.85º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811F0 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 17 | 240 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.06 |
| HSL | 297.85º | 0.88% | 0.5% | - |
| HSV(B) | 297.85º | 0.93% | 0.94% | - |
| XYZ | 49.21 | 23.85 | 84.45 | - |
| YUV | 106.71 | 203.23 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 240 | 0.03 | 0.93 | 0 | 0.06 | 297.85 | 0.88 | 0.5 |
| Hex | E8 | 11 | F0 | 3 | 5D | 0 | 6 | 12A | 58 | 32 |
| Octal | 350 | 21 | 360 | 3 | 135 | 0 | 6 | 452 | 130 | 62 |
| Binary | 11101000 | 10001 | 11110000 | 11 | 1011101 | 0 | 110 | 100101010 | 1011000 | 110010 |
Color Harmonies of #E811F0
Complementary color
Monochromatic Colors of #E811F0
Black with #E811F0
Text Example
Text Example
White with #E811F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811F0; }
p { color: rgb(232,17,240); }
H1.HeaderClassName
{
color: #E811F0;
}
.AnyTagClassName
{
color: #E811F0;
}
</style>
background-color css
<style>
a { background-color: #E811F0; }
a { background-color: rgb(232,17,240); }
div.DivClassName
{
background-color: #E811F0;
}
.BgClassName
{
background-color: #E811F0;
}
</style>
border-color css
<style>
span { border-color: #E811F0; }
span { border-color: rgb(232,17,240); }
td.TdClassName
{
border-color: #E811F0;
}
.TagClassName
{
border-color: #E811F0;
}
</style>