Shades of Psychedelic Purple #E80EFB
Tints of Psychedelic Purple #E80EFB
RGB
CMYK
RGB Variations
Color information
#E80EFB (or 0xE80EFB) is known color: Psychedelic Purple. HEX triplet: E8, 0E and FB. RGB value is (232,14,251). Sum of RGB (Red+Green+Blue) = 232+14+251=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E80EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80EFB is #17F104. Grayscale: #696969. Windows color (decimal): -1569029 or 16453352. OLE color: 16453352.
HSL color Cylindrical-coordinate representation of color #E80EFB: hue angle of 295.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80EFB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 14 | 251 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.02 |
| HSL | 295.19º | 0.97% | 0.52% | - |
| HSV(B) | 295.19º | 0.94% | 0.98% | - |
| XYZ | 50.85 | 24.43 | 93.3 | - |
| YUV | 106.2 | 209.72 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 251 | 0.08 | 0.94 | 0 | 0.02 | 295.19 | 0.97 | 0.52 |
| Hex | E8 | E | FB | 8 | 5E | 0 | 2 | 127 | 61 | 34 |
| Octal | 350 | 16 | 373 | 10 | 136 | 0 | 2 | 447 | 141 | 64 |
| Binary | 11101000 | 1110 | 11111011 | 1000 | 1011110 | 0 | 10 | 100100111 | 1100001 | 110100 |
Color Harmonies of #E80EFB
Complementary color
Monochromatic Colors of #E80EFB
Black with #E80EFB
Text Example
Text Example
White with #E80EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EFB; }
p { color: rgb(232,14,251); }
H1.HeaderClassName
{
color: #E80EFB;
}
.AnyTagClassName
{
color: #E80EFB;
}
</style>
background-color css
<style>
a { background-color: #E80EFB; }
a { background-color: rgb(232,14,251); }
div.DivClassName
{
background-color: #E80EFB;
}
.BgClassName
{
background-color: #E80EFB;
}
</style>
border-color css
<style>
span { border-color: #E80EFB; }
span { border-color: rgb(232,14,251); }
td.TdClassName
{
border-color: #E80EFB;
}
.TagClassName
{
border-color: #E80EFB;
}
</style>