Shades of Psychedelic Purple #E81DF9
Tints of Psychedelic Purple #E81DF9
RGB
CMYK
RGB Variations
Color information
#E81DF9 (or 0xE81DF9) is known color: Psychedelic Purple. HEX triplet: E8, 1D and F9. RGB value is (232,29,249). Sum of RGB (Red+Green+Blue) = 232+29+249=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #E81DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81DF9 is #17E206. Grayscale: #727272. Windows color (decimal): -1565191 or 16326120. OLE color: 16326120.
HSL color Cylindrical-coordinate representation of color #E81DF9: hue angle of 295.36º degrees, saturation: 0.95, 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 #E81DF9 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 29 | 249 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.02 |
| HSL | 295.36º | 0.95% | 0.55% | - |
| HSV(B) | 295.36º | 0.88% | 0.98% | - |
| XYZ | 50.82 | 24.87 | 91.75 | - |
| YUV | 114.78 | 203.75 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 249 | 0.07 | 0.88 | 0 | 0.02 | 295.36 | 0.95 | 0.55 |
| Hex | E8 | 1D | F9 | 7 | 58 | 0 | 2 | 127 | 5F | 37 |
| Octal | 350 | 35 | 371 | 7 | 130 | 0 | 2 | 447 | 137 | 67 |
| Binary | 11101000 | 11101 | 11111001 | 111 | 1011000 | 0 | 10 | 100100111 | 1011111 | 110111 |
Color Harmonies of #E81DF9
Complementary color
Monochromatic Colors of #E81DF9
Black with #E81DF9
Text Example
Text Example
White with #E81DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DF9; }
p { color: rgb(232,29,249); }
H1.HeaderClassName
{
color: #E81DF9;
}
.AnyTagClassName
{
color: #E81DF9;
}
</style>
background-color css
<style>
a { background-color: #E81DF9; }
a { background-color: rgb(232,29,249); }
div.DivClassName
{
background-color: #E81DF9;
}
.BgClassName
{
background-color: #E81DF9;
}
</style>
border-color css
<style>
span { border-color: #E81DF9; }
span { border-color: rgb(232,29,249); }
td.TdClassName
{
border-color: #E81DF9;
}
.TagClassName
{
border-color: #E81DF9;
}
</style>