Shades of Psychedelic Purple #E80AFB
Tints of Psychedelic Purple #E80AFB
RGB
CMYK
RGB Variations
Color information
#E80AFB (or 0xE80AFB) is known color: Psychedelic Purple. HEX triplet: E8, 0A and FB. RGB value is (232,10,251). Sum of RGB (Red+Green+Blue) = 232+10+251=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #E80AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AFB is #17F504. Grayscale: #676767. Windows color (decimal): -1570053 or 16452328. OLE color: 16452328.
HSL color Cylindrical-coordinate representation of color #E80AFB: hue angle of 295.27º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80AFB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 10 | 251 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.02 |
| HSL | 295.27º | 0.97% | 0.51% | - |
| HSV(B) | 295.27º | 0.96% | 0.98% | - |
| XYZ | 50.8 | 24.34 | 93.29 | - |
| YUV | 103.85 | 211.05 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 251 | 0.08 | 0.96 | 0 | 0.02 | 295.27 | 0.97 | 0.51 |
| Hex | E8 | A | FB | 8 | 60 | 0 | 2 | 127 | 61 | 33 |
| Octal | 350 | 12 | 373 | 10 | 140 | 0 | 2 | 447 | 141 | 63 |
| Binary | 11101000 | 1010 | 11111011 | 1000 | 1100000 | 0 | 10 | 100100111 | 1100001 | 110011 |
Color Harmonies of #E80AFB
Complementary color
Monochromatic Colors of #E80AFB
Black with #E80AFB
Text Example
Text Example
White with #E80AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AFB; }
p { color: rgb(232,10,251); }
H1.HeaderClassName
{
color: #E80AFB;
}
.AnyTagClassName
{
color: #E80AFB;
}
</style>
background-color css
<style>
a { background-color: #E80AFB; }
a { background-color: rgb(232,10,251); }
div.DivClassName
{
background-color: #E80AFB;
}
.BgClassName
{
background-color: #E80AFB;
}
</style>
border-color css
<style>
span { border-color: #E80AFB; }
span { border-color: rgb(232,10,251); }
td.TdClassName
{
border-color: #E80AFB;
}
.TagClassName
{
border-color: #E80AFB;
}
</style>