Shades of Psychedelic Purple #E81DF6
Tints of Psychedelic Purple #E81DF6
RGB
CMYK
RGB Variations
Color information
#E81DF6 (or 0xE81DF6) is known color: Psychedelic Purple. HEX triplet: E8, 1D and F6. RGB value is (232,29,246). Sum of RGB (Red+Green+Blue) = 232+29+246=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #E81DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81DF6 is #17E209. Grayscale: #717171. Windows color (decimal): -1565194 or 16129512. OLE color: 16129512.
HSL color Cylindrical-coordinate representation of color #E81DF6: hue angle of 296.13º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81DF6 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 29 | 246 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.04 |
| HSL | 296.13º | 0.92% | 0.54% | - |
| HSV(B) | 296.13º | 0.88% | 0.96% | - |
| XYZ | 50.35 | 24.69 | 89.3 | - |
| YUV | 114.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 246 | 0.06 | 0.88 | 0 | 0.04 | 296.13 | 0.92 | 0.54 |
| Hex | E8 | 1D | F6 | 6 | 58 | 0 | 4 | 128 | 5C | 36 |
| Octal | 350 | 35 | 366 | 6 | 130 | 0 | 4 | 450 | 134 | 66 |
| Binary | 11101000 | 11101 | 11110110 | 110 | 1011000 | 0 | 100 | 100101000 | 1011100 | 110110 |
Color Harmonies of #E81DF6
Complementary color
Monochromatic Colors of #E81DF6
Black with #E81DF6
Text Example
Text Example
White with #E81DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DF6; }
p { color: rgb(232,29,246); }
H1.HeaderClassName
{
color: #E81DF6;
}
.AnyTagClassName
{
color: #E81DF6;
}
</style>
background-color css
<style>
a { background-color: #E81DF6; }
a { background-color: rgb(232,29,246); }
div.DivClassName
{
background-color: #E81DF6;
}
.BgClassName
{
background-color: #E81DF6;
}
</style>
border-color css
<style>
span { border-color: #E81DF6; }
span { border-color: rgb(232,29,246); }
td.TdClassName
{
border-color: #E81DF6;
}
.TagClassName
{
border-color: #E81DF6;
}
</style>