Shades of Psychedelic Purple #E80AFD
Tints of Psychedelic Purple #E80AFD
RGB
CMYK
RGB Variations
Color information
#E80AFD (or 0xE80AFD) is known color: Psychedelic Purple. HEX triplet: E8, 0A and FD. RGB value is (232,10,253). Sum of RGB (Red+Green+Blue) = 232+10+253=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #E80AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80AFD is #17F502. Grayscale: #676767. Windows color (decimal): -1570051 or 16583400. OLE color: 16583400.
HSL color Cylindrical-coordinate representation of color #E80AFD: hue angle of 294.81º 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 #E80AFD is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 10 | 253 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.01 |
| HSL | 294.81º | 0.98% | 0.52% | - |
| HSV(B) | 294.81º | 0.96% | 0.99% | - |
| XYZ | 51.12 | 24.46 | 94.96 | - |
| YUV | 104.08 | 212.05 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 253 | 0.08 | 0.96 | 0 | 0.01 | 294.81 | 0.98 | 0.52 |
| Hex | E8 | A | FD | 8 | 60 | 0 | 1 | 127 | 62 | 34 |
| Octal | 350 | 12 | 375 | 10 | 140 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11101000 | 1010 | 11111101 | 1000 | 1100000 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E80AFD
Complementary color
Monochromatic Colors of #E80AFD
Black with #E80AFD
Text Example
Text Example
White with #E80AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AFD; }
p { color: rgb(232,10,253); }
H1.HeaderClassName
{
color: #E80AFD;
}
.AnyTagClassName
{
color: #E80AFD;
}
</style>
background-color css
<style>
a { background-color: #E80AFD; }
a { background-color: rgb(232,10,253); }
div.DivClassName
{
background-color: #E80AFD;
}
.BgClassName
{
background-color: #E80AFD;
}
</style>
border-color css
<style>
span { border-color: #E80AFD; }
span { border-color: rgb(232,10,253); }
td.TdClassName
{
border-color: #E80AFD;
}
.TagClassName
{
border-color: #E80AFD;
}
</style>