Shades of Psychedelic Purple #E81FF6
Tints of Psychedelic Purple #E81FF6
RGB
CMYK
RGB Variations
Color information
#E81FF6 (or 0xE81FF6) is known color: Psychedelic Purple. HEX triplet: E8, 1F and F6. RGB value is (232,31,246). Sum of RGB (Red+Green+Blue) = 232+31+246=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 31 (12.5% from 255 or 6.09% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #E81FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81FF6 is #17E009. Grayscale: #727272. Windows color (decimal): -1564682 or 16130024. OLE color: 16130024.
HSL color Cylindrical-coordinate representation of color #E81FF6: hue angle of 296.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FF6 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 31 | 246 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.04 |
| HSL | 296.09º | 0.92% | 0.54% | - |
| HSV(B) | 296.09º | 0.87% | 0.96% | - |
| XYZ | 50.4 | 24.79 | 89.32 | - |
| YUV | 115.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 246 | 0.06 | 0.87 | 0 | 0.04 | 296.09 | 0.92 | 0.54 |
| Hex | E8 | 1F | F6 | 6 | 57 | 0 | 4 | 128 | 5C | 36 |
| Octal | 350 | 37 | 366 | 6 | 127 | 0 | 4 | 450 | 134 | 66 |
| Binary | 11101000 | 11111 | 11110110 | 110 | 1010111 | 0 | 100 | 100101000 | 1011100 | 110110 |
Color Harmonies of #E81FF6
Complementary color
Monochromatic Colors of #E81FF6
Black with #E81FF6
Text Example
Text Example
White with #E81FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FF6; }
p { color: rgb(232,31,246); }
H1.HeaderClassName
{
color: #E81FF6;
}
.AnyTagClassName
{
color: #E81FF6;
}
</style>
background-color css
<style>
a { background-color: #E81FF6; }
a { background-color: rgb(232,31,246); }
div.DivClassName
{
background-color: #E81FF6;
}
.BgClassName
{
background-color: #E81FF6;
}
</style>
border-color css
<style>
span { border-color: #E81FF6; }
span { border-color: rgb(232,31,246); }
td.TdClassName
{
border-color: #E81FF6;
}
.TagClassName
{
border-color: #E81FF6;
}
</style>