Shades of Psychedelic Purple #E80EEA
Tints of Psychedelic Purple #E80EEA
RGB
CMYK
RGB Variations
Color information
#E80EEA (or 0xE80EEA) is known color: Psychedelic Purple. HEX triplet: E8, 0E and EA. RGB value is (232,14,234). Sum of RGB (Red+Green+Blue) = 232+14+234=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #E80EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80EEA is #17F115. Grayscale: #676767. Windows color (decimal): -1569046 or 15339240. OLE color: 15339240.
HSL color Cylindrical-coordinate representation of color #E80EEA: hue angle of 299.45º 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 #E80EEA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 14 | 234 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.08 |
| HSL | 299.45º | 0.89% | 0.49% | - |
| HSV(B) | 299.45º | 0.94% | 0.92% | - |
| XYZ | 48.29 | 23.41 | 79.82 | - |
| YUV | 104.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 234 | 0.01 | 0.94 | 0 | 0.08 | 299.45 | 0.89 | 0.49 |
| Hex | E8 | E | EA | 1 | 5E | 0 | 8 | 12B | 59 | 31 |
| Octal | 350 | 16 | 352 | 1 | 136 | 0 | 10 | 453 | 131 | 61 |
| Binary | 11101000 | 1110 | 11101010 | 1 | 1011110 | 0 | 1000 | 100101011 | 1011001 | 110001 |
Color Harmonies of #E80EEA
Complementary color
Monochromatic Colors of #E80EEA
Black with #E80EEA
Text Example
Text Example
White with #E80EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EEA; }
p { color: rgb(232,14,234); }
H1.HeaderClassName
{
color: #E80EEA;
}
.AnyTagClassName
{
color: #E80EEA;
}
</style>
background-color css
<style>
a { background-color: #E80EEA; }
a { background-color: rgb(232,14,234); }
div.DivClassName
{
background-color: #E80EEA;
}
.BgClassName
{
background-color: #E80EEA;
}
</style>
border-color css
<style>
span { border-color: #E80EEA; }
span { border-color: rgb(232,14,234); }
td.TdClassName
{
border-color: #E80EEA;
}
.TagClassName
{
border-color: #E80EEA;
}
</style>