Shades of Psychedelic Purple #E81AFD
Tints of Psychedelic Purple #E81AFD
RGB
CMYK
RGB Variations
Color information
#E81AFD (or 0xE81AFD) is known color: Psychedelic Purple. HEX triplet: E8, 1A and FD. RGB value is (232,26,253). Sum of RGB (Red+Green+Blue) = 232+26+253=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E81AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81AFD is #17E502. Grayscale: #707070. Windows color (decimal): -1565955 or 16587496. OLE color: 16587496.
HSL color Cylindrical-coordinate representation of color #E81AFD: hue angle of 294.45º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81AFD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 26 | 253 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.01 |
| HSL | 294.45º | 0.98% | 0.55% | - |
| HSV(B) | 294.45º | 0.9% | 0.99% | - |
| XYZ | 51.38 | 24.99 | 95.04 | - |
| YUV | 113.47 | 206.75 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 253 | 0.08 | 0.90 | 0 | 0.01 | 294.45 | 0.98 | 0.55 |
| Hex | E8 | 1A | FD | 8 | 5A | 0 | 1 | 126 | 62 | 37 |
| Octal | 350 | 32 | 375 | 10 | 132 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11101000 | 11010 | 11111101 | 1000 | 1011010 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E81AFD
Complementary color
Monochromatic Colors of #E81AFD
Black with #E81AFD
Text Example
Text Example
White with #E81AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AFD; }
p { color: rgb(232,26,253); }
H1.HeaderClassName
{
color: #E81AFD;
}
.AnyTagClassName
{
color: #E81AFD;
}
</style>
background-color css
<style>
a { background-color: #E81AFD; }
a { background-color: rgb(232,26,253); }
div.DivClassName
{
background-color: #E81AFD;
}
.BgClassName
{
background-color: #E81AFD;
}
</style>
border-color css
<style>
span { border-color: #E81AFD; }
span { border-color: rgb(232,26,253); }
td.TdClassName
{
border-color: #E81AFD;
}
.TagClassName
{
border-color: #E81AFD;
}
</style>