Shades of Psychedelic Purple #E80BFD
Tints of Psychedelic Purple #E80BFD
RGB
CMYK
RGB Variations
Color information
#E80BFD (or 0xE80BFD) is known color: Psychedelic Purple. HEX triplet: E8, 0B and FD. RGB value is (232,11,253). Sum of RGB (Red+Green+Blue) = 232+11+253=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #E80BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80BFD is #17F402. Grayscale: #676767. Windows color (decimal): -1569795 or 16583656. OLE color: 16583656.
HSL color Cylindrical-coordinate representation of color #E80BFD: hue angle of 294.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80BFD is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 11 | 253 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.01 |
| HSL | 294.79º | 0.98% | 0.52% | - |
| HSV(B) | 294.79º | 0.96% | 0.99% | - |
| XYZ | 51.13 | 24.49 | 94.96 | - |
| YUV | 104.67 | 211.72 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 253 | 0.08 | 0.96 | 0 | 0.01 | 294.79 | 0.98 | 0.52 |
| Hex | E8 | B | FD | 8 | 60 | 0 | 1 | 127 | 62 | 34 |
| Octal | 350 | 13 | 375 | 10 | 140 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11101000 | 1011 | 11111101 | 1000 | 1100000 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E80BFD
Complementary color
Monochromatic Colors of #E80BFD
Black with #E80BFD
Text Example
Text Example
White with #E80BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BFD; }
p { color: rgb(232,11,253); }
H1.HeaderClassName
{
color: #E80BFD;
}
.AnyTagClassName
{
color: #E80BFD;
}
</style>
background-color css
<style>
a { background-color: #E80BFD; }
a { background-color: rgb(232,11,253); }
div.DivClassName
{
background-color: #E80BFD;
}
.BgClassName
{
background-color: #E80BFD;
}
</style>
border-color css
<style>
span { border-color: #E80BFD; }
span { border-color: rgb(232,11,253); }
td.TdClassName
{
border-color: #E80BFD;
}
.TagClassName
{
border-color: #E80BFD;
}
</style>