Shades of Psychedelic Purple #E811FB
Tints of Psychedelic Purple #E811FB
RGB
CMYK
RGB Variations
Color information
#E811FB (or 0xE811FB) is known color: Psychedelic Purple. HEX triplet: E8, 11 and FB. RGB value is (232,17,251). Sum of RGB (Red+Green+Blue) = 232+17+251=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #E811FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E811FB is #17EE04. Grayscale: #6B6B6B. Windows color (decimal): -1568261 or 16454120. OLE color: 16454120.
HSL color Cylindrical-coordinate representation of color #E811FB: hue angle of 295.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811FB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 17 | 251 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.02 |
| HSL | 295.13º | 0.97% | 0.53% | - |
| HSV(B) | 295.13º | 0.93% | 0.98% | - |
| XYZ | 50.89 | 24.52 | 93.32 | - |
| YUV | 107.96 | 208.73 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 251 | 0.08 | 0.93 | 0 | 0.02 | 295.13 | 0.97 | 0.53 |
| Hex | E8 | 11 | FB | 8 | 5D | 0 | 2 | 127 | 61 | 35 |
| Octal | 350 | 21 | 373 | 10 | 135 | 0 | 2 | 447 | 141 | 65 |
| Binary | 11101000 | 10001 | 11111011 | 1000 | 1011101 | 0 | 10 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E811FB
Complementary color
Monochromatic Colors of #E811FB
Black with #E811FB
Text Example
Text Example
White with #E811FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811FB; }
p { color: rgb(232,17,251); }
H1.HeaderClassName
{
color: #E811FB;
}
.AnyTagClassName
{
color: #E811FB;
}
</style>
background-color css
<style>
a { background-color: #E811FB; }
a { background-color: rgb(232,17,251); }
div.DivClassName
{
background-color: #E811FB;
}
.BgClassName
{
background-color: #E811FB;
}
</style>
border-color css
<style>
span { border-color: #E811FB; }
span { border-color: rgb(232,17,251); }
td.TdClassName
{
border-color: #E811FB;
}
.TagClassName
{
border-color: #E811FB;
}
</style>