Shades of Psychedelic Purple #E80BE7
Tints of Psychedelic Purple #E80BE7
RGB
CMYK
RGB Variations
Color information
#E80BE7 (or 0xE80BE7) is known color: Psychedelic Purple. HEX triplet: E8, 0B and E7. RGB value is (232,11,231). Sum of RGB (Red+Green+Blue) = 232+11+231=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80BE7 is #17F418. Grayscale: #656565. Windows color (decimal): -1569817 or 15141864. OLE color: 15141864.
HSL color Cylindrical-coordinate representation of color #E80BE7: hue angle of 300.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80BE7 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 231 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.09 |
| HSL | 300.27º | 0.91% | 0.48% | - |
| HSV(B) | 300.27º | 0.95% | 0.91% | - |
| XYZ | 47.82 | 23.16 | 77.55 | - |
| YUV | 102.16 | 200.72 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 231 | 0 | 0.95 | 0.00 | 0.09 | 300.27 | 0.91 | 0.48 |
| Hex | E8 | B | E7 | 0 | 5F | 0 | 9 | 12C | 5B | 30 |
| Octal | 350 | 13 | 347 | 0 | 137 | 0 | 11 | 454 | 133 | 60 |
| Binary | 11101000 | 1011 | 11100111 | 0 | 1011111 | 0 | 1001 | 100101100 | 1011011 | 110000 |
Color Harmonies of #E80BE7
Complementary color
Monochromatic Colors of #E80BE7
Black with #E80BE7
Text Example
Text Example
White with #E80BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BE7; }
p { color: rgb(232,11,231); }
H1.HeaderClassName
{
color: #E80BE7;
}
.AnyTagClassName
{
color: #E80BE7;
}
</style>
background-color css
<style>
a { background-color: #E80BE7; }
a { background-color: rgb(232,11,231); }
div.DivClassName
{
background-color: #E80BE7;
}
.BgClassName
{
background-color: #E80BE7;
}
</style>
border-color css
<style>
span { border-color: #E80BE7; }
span { border-color: rgb(232,11,231); }
td.TdClassName
{
border-color: #E80BE7;
}
.TagClassName
{
border-color: #E80BE7;
}
</style>