Shades of Psychedelic Purple #E80FEA
Tints of Psychedelic Purple #E80FEA
RGB
CMYK
RGB Variations
Color information
#E80FEA (or 0xE80FEA) is known color: Psychedelic Purple. HEX triplet: E8, 0F and EA. RGB value is (232,15,234). Sum of RGB (Red+Green+Blue) = 232+15+234=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #E80FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FEA is #17F015. Grayscale: #686868. Windows color (decimal): -1568790 or 15339496. OLE color: 15339496.
HSL color Cylindrical-coordinate representation of color #E80FEA: hue angle of 299.45º degrees, saturation: 0.88, 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 #E80FEA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 15 | 234 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.08 |
| HSL | 299.45º | 0.88% | 0.49% | - |
| HSV(B) | 299.45º | 0.94% | 0.92% | - |
| XYZ | 48.3 | 23.44 | 79.82 | - |
| YUV | 104.85 | 200.89 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 234 | 0.01 | 0.94 | 0 | 0.08 | 299.45 | 0.88 | 0.49 |
| Hex | E8 | F | EA | 1 | 5E | 0 | 8 | 12B | 58 | 31 |
| Octal | 350 | 17 | 352 | 1 | 136 | 0 | 10 | 453 | 130 | 61 |
| Binary | 11101000 | 1111 | 11101010 | 1 | 1011110 | 0 | 1000 | 100101011 | 1011000 | 110001 |
Color Harmonies of #E80FEA
Complementary color
Monochromatic Colors of #E80FEA
Black with #E80FEA
Text Example
Text Example
White with #E80FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FEA; }
p { color: rgb(232,15,234); }
H1.HeaderClassName
{
color: #E80FEA;
}
.AnyTagClassName
{
color: #E80FEA;
}
</style>
background-color css
<style>
a { background-color: #E80FEA; }
a { background-color: rgb(232,15,234); }
div.DivClassName
{
background-color: #E80FEA;
}
.BgClassName
{
background-color: #E80FEA;
}
</style>
border-color css
<style>
span { border-color: #E80FEA; }
span { border-color: rgb(232,15,234); }
td.TdClassName
{
border-color: #E80FEA;
}
.TagClassName
{
border-color: #E80FEA;
}
</style>