Shades of Psychedelic Purple #E81DFB
Tints of Psychedelic Purple #E81DFB
RGB
CMYK
RGB Variations
Color information
#E81DFB (or 0xE81DFB) is known color: Psychedelic Purple. HEX triplet: E8, 1D and FB. RGB value is (232,29,251). Sum of RGB (Red+Green+Blue) = 232+29+251=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #E81DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81DFB is #17E204. Grayscale: #727272. Windows color (decimal): -1565189 or 16457192. OLE color: 16457192.
HSL color Cylindrical-coordinate representation of color #E81DFB: hue angle of 294.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81DFB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 29 | 251 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.02 |
| HSL | 294.86º | 0.97% | 0.55% | - |
| HSV(B) | 294.86º | 0.88% | 0.98% | - |
| XYZ | 51.13 | 25 | 93.4 | - |
| YUV | 115.01 | 204.75 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 251 | 0.08 | 0.88 | 0 | 0.02 | 294.86 | 0.97 | 0.55 |
| Hex | E8 | 1D | FB | 8 | 58 | 0 | 2 | 127 | 61 | 37 |
| Octal | 350 | 35 | 373 | 10 | 130 | 0 | 2 | 447 | 141 | 67 |
| Binary | 11101000 | 11101 | 11111011 | 1000 | 1011000 | 0 | 10 | 100100111 | 1100001 | 110111 |
Color Harmonies of #E81DFB
Complementary color
Monochromatic Colors of #E81DFB
Black with #E81DFB
Text Example
Text Example
White with #E81DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DFB; }
p { color: rgb(232,29,251); }
H1.HeaderClassName
{
color: #E81DFB;
}
.AnyTagClassName
{
color: #E81DFB;
}
</style>
background-color css
<style>
a { background-color: #E81DFB; }
a { background-color: rgb(232,29,251); }
div.DivClassName
{
background-color: #E81DFB;
}
.BgClassName
{
background-color: #E81DFB;
}
</style>
border-color css
<style>
span { border-color: #E81DFB; }
span { border-color: rgb(232,29,251); }
td.TdClassName
{
border-color: #E81DFB;
}
.TagClassName
{
border-color: #E81DFB;
}
</style>