Shades of Psychedelic Purple #E81AF4
Tints of Psychedelic Purple #E81AF4
RGB
CMYK
RGB Variations
Color information
#E81AF4 (or 0xE81AF4) is known color: Psychedelic Purple. HEX triplet: E8, 1A and F4. RGB value is (232,26,244). Sum of RGB (Red+Green+Blue) = 232+26+244=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #E81AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81AF4 is #17E50B. Grayscale: #6F6F6F. Windows color (decimal): -1565964 or 15997672. OLE color: 15997672.
HSL color Cylindrical-coordinate representation of color #E81AF4: hue angle of 296.7º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81AF4 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 26 | 244 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.04 |
| HSL | 296.7º | 0.91% | 0.53% | - |
| HSV(B) | 296.7º | 0.89% | 0.96% | - |
| XYZ | 49.98 | 24.43 | 87.67 | - |
| YUV | 112.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 244 | 0.05 | 0.89 | 0 | 0.04 | 296.7 | 0.91 | 0.53 |
| Hex | E8 | 1A | F4 | 5 | 59 | 0 | 4 | 129 | 5B | 35 |
| Octal | 350 | 32 | 364 | 5 | 131 | 0 | 4 | 451 | 133 | 65 |
| Binary | 11101000 | 11010 | 11110100 | 101 | 1011001 | 0 | 100 | 100101001 | 1011011 | 110101 |
Color Harmonies of #E81AF4
Complementary color
Monochromatic Colors of #E81AF4
Black with #E81AF4
Text Example
Text Example
White with #E81AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AF4; }
p { color: rgb(232,26,244); }
H1.HeaderClassName
{
color: #E81AF4;
}
.AnyTagClassName
{
color: #E81AF4;
}
</style>
background-color css
<style>
a { background-color: #E81AF4; }
a { background-color: rgb(232,26,244); }
div.DivClassName
{
background-color: #E81AF4;
}
.BgClassName
{
background-color: #E81AF4;
}
</style>
border-color css
<style>
span { border-color: #E81AF4; }
span { border-color: rgb(232,26,244); }
td.TdClassName
{
border-color: #E81AF4;
}
.TagClassName
{
border-color: #E81AF4;
}
</style>