Shades of Psychedelic Purple #E80FF4
Tints of Psychedelic Purple #E80FF4
RGB
CMYK
RGB Variations
Color information
#E80FF4 (or 0xE80FF4) is known color: Psychedelic Purple. HEX triplet: E8, 0F and F4. RGB value is (232,15,244). Sum of RGB (Red+Green+Blue) = 232+15+244=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #E80FF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FF4 is #17F00B. Grayscale: #696969. Windows color (decimal): -1568780 or 15994856. OLE color: 15994856.
HSL color Cylindrical-coordinate representation of color #E80FF4: hue angle of 296.86º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FF4 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 15 | 244 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.04 |
| HSL | 296.86º | 0.91% | 0.51% | - |
| HSV(B) | 296.86º | 0.94% | 0.96% | - |
| XYZ | 49.78 | 24.03 | 87.6 | - |
| YUV | 105.99 | 205.89 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 244 | 0.05 | 0.94 | 0 | 0.04 | 296.86 | 0.91 | 0.51 |
| Hex | E8 | F | F4 | 5 | 5E | 0 | 4 | 129 | 5B | 33 |
| Octal | 350 | 17 | 364 | 5 | 136 | 0 | 4 | 451 | 133 | 63 |
| Binary | 11101000 | 1111 | 11110100 | 101 | 1011110 | 0 | 100 | 100101001 | 1011011 | 110011 |
Color Harmonies of #E80FF4
Complementary color
Monochromatic Colors of #E80FF4
Black with #E80FF4
Text Example
Text Example
White with #E80FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FF4; }
p { color: rgb(232,15,244); }
H1.HeaderClassName
{
color: #E80FF4;
}
.AnyTagClassName
{
color: #E80FF4;
}
</style>
background-color css
<style>
a { background-color: #E80FF4; }
a { background-color: rgb(232,15,244); }
div.DivClassName
{
background-color: #E80FF4;
}
.BgClassName
{
background-color: #E80FF4;
}
</style>
border-color css
<style>
span { border-color: #E80FF4; }
span { border-color: rgb(232,15,244); }
td.TdClassName
{
border-color: #E80FF4;
}
.TagClassName
{
border-color: #E80FF4;
}
</style>