Shades of Psychedelic Purple #E80BEC
Tints of Psychedelic Purple #E80BEC
RGB
CMYK
RGB Variations
Color information
#E80BEC (or 0xE80BEC) is known color: Psychedelic Purple. HEX triplet: E8, 0B and EC. RGB value is (232,11,236). Sum of RGB (Red+Green+Blue) = 232+11+236=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #E80BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80BEC is #17F413. Grayscale: #666666. Windows color (decimal): -1569812 or 15469544. OLE color: 15469544.
HSL color Cylindrical-coordinate representation of color #E80BEC: hue angle of 298.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80BEC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 11 | 236 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.07 |
| HSL | 298.93º | 0.91% | 0.48% | - |
| HSV(B) | 298.93º | 0.95% | 0.93% | - |
| XYZ | 48.54 | 23.45 | 81.33 | - |
| YUV | 102.73 | 203.22 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 236 | 0.02 | 0.95 | 0 | 0.07 | 298.93 | 0.91 | 0.48 |
| Hex | E8 | B | EC | 2 | 5F | 0 | 7 | 12B | 5B | 30 |
| Octal | 350 | 13 | 354 | 2 | 137 | 0 | 7 | 453 | 133 | 60 |
| Binary | 11101000 | 1011 | 11101100 | 10 | 1011111 | 0 | 111 | 100101011 | 1011011 | 110000 |
Color Harmonies of #E80BEC
Complementary color
Monochromatic Colors of #E80BEC
Black with #E80BEC
Text Example
Text Example
White with #E80BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BEC; }
p { color: rgb(232,11,236); }
H1.HeaderClassName
{
color: #E80BEC;
}
.AnyTagClassName
{
color: #E80BEC;
}
</style>
background-color css
<style>
a { background-color: #E80BEC; }
a { background-color: rgb(232,11,236); }
div.DivClassName
{
background-color: #E80BEC;
}
.BgClassName
{
background-color: #E80BEC;
}
</style>
border-color css
<style>
span { border-color: #E80BEC; }
span { border-color: rgb(232,11,236); }
td.TdClassName
{
border-color: #E80BEC;
}
.TagClassName
{
border-color: #E80BEC;
}
</style>