Shades of Psychedelic Purple #E80BE6
Tints of Psychedelic Purple #E80BE6
RGB
CMYK
RGB Variations
Color information
#E80BE6 (or 0xE80BE6) is known color: Psychedelic Purple. HEX triplet: E8, 0B and E6. RGB value is (232,11,230). Sum of RGB (Red+Green+Blue) = 232+11+230=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80BE6 is #17F419. Grayscale: #656565. Windows color (decimal): -1569818 or 15076328. OLE color: 15076328.
HSL color Cylindrical-coordinate representation of color #E80BE6: hue angle of 300.54º 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 #E80BE6 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 230 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.09 |
| HSL | 300.54º | 0.91% | 0.48% | - |
| HSV(B) | 300.54º | 0.95% | 0.91% | - |
| XYZ | 47.68 | 23.11 | 76.81 | - |
| YUV | 102.05 | 200.22 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 230 | 0 | 0.95 | 0.01 | 0.09 | 300.54 | 0.91 | 0.48 |
| Hex | E8 | B | E6 | 0 | 5F | 1 | 9 | 12D | 5B | 30 |
| Octal | 350 | 13 | 346 | 0 | 137 | 1 | 11 | 455 | 133 | 60 |
| Binary | 11101000 | 1011 | 11100110 | 0 | 1011111 | 1 | 1001 | 100101101 | 1011011 | 110000 |
Color Harmonies of #E80BE6
Complementary color
Monochromatic Colors of #E80BE6
Black with #E80BE6
Text Example
Text Example
White with #E80BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BE6; }
p { color: rgb(232,11,230); }
H1.HeaderClassName
{
color: #E80BE6;
}
.AnyTagClassName
{
color: #E80BE6;
}
</style>
background-color css
<style>
a { background-color: #E80BE6; }
a { background-color: rgb(232,11,230); }
div.DivClassName
{
background-color: #E80BE6;
}
.BgClassName
{
background-color: #E80BE6;
}
</style>
border-color css
<style>
span { border-color: #E80BE6; }
span { border-color: rgb(232,11,230); }
td.TdClassName
{
border-color: #E80BE6;
}
.TagClassName
{
border-color: #E80BE6;
}
</style>