Shades of Psychedelic Purple #E80EEB
Tints of Psychedelic Purple #E80EEB
RGB
CMYK
RGB Variations
Color information
#E80EEB (or 0xE80EEB) is known color: Psychedelic Purple. HEX triplet: E8, 0E and EB. RGB value is (232,14,235). Sum of RGB (Red+Green+Blue) = 232+14+235=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #E80EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80EEB is #17F114. Grayscale: #676767. Windows color (decimal): -1569045 or 15404776. OLE color: 15404776.
HSL color Cylindrical-coordinate representation of color #E80EEB: hue angle of 299.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80EEB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 14 | 235 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.08 |
| HSL | 299.19º | 0.89% | 0.49% | - |
| HSV(B) | 299.19º | 0.94% | 0.92% | - |
| XYZ | 48.43 | 23.47 | 80.57 | - |
| YUV | 104.38 | 201.72 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 235 | 0.01 | 0.94 | 0 | 0.08 | 299.19 | 0.89 | 0.49 |
| Hex | E8 | E | EB | 1 | 5E | 0 | 8 | 12B | 59 | 31 |
| Octal | 350 | 16 | 353 | 1 | 136 | 0 | 10 | 453 | 131 | 61 |
| Binary | 11101000 | 1110 | 11101011 | 1 | 1011110 | 0 | 1000 | 100101011 | 1011001 | 110001 |
Color Harmonies of #E80EEB
Complementary color
Monochromatic Colors of #E80EEB
Black with #E80EEB
Text Example
Text Example
White with #E80EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EEB; }
p { color: rgb(232,14,235); }
H1.HeaderClassName
{
color: #E80EEB;
}
.AnyTagClassName
{
color: #E80EEB;
}
</style>
background-color css
<style>
a { background-color: #E80EEB; }
a { background-color: rgb(232,14,235); }
div.DivClassName
{
background-color: #E80EEB;
}
.BgClassName
{
background-color: #E80EEB;
}
</style>
border-color css
<style>
span { border-color: #E80EEB; }
span { border-color: rgb(232,14,235); }
td.TdClassName
{
border-color: #E80EEB;
}
.TagClassName
{
border-color: #E80EEB;
}
</style>