Shades of Psychedelic Purple #E81CF4
Tints of Psychedelic Purple #E81CF4
RGB
CMYK
RGB Variations
Color information
#E81CF4 (or 0xE81CF4) is known color: Psychedelic Purple. HEX triplet: E8, 1C and F4. RGB value is (232,28,244). Sum of RGB (Red+Green+Blue) = 232+28+244=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #E81CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81CF4 is #17E30B. Grayscale: #707070. Windows color (decimal): -1565452 or 15998184. OLE color: 15998184.
HSL color Cylindrical-coordinate representation of color #E81CF4: hue angle of 296.67º 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 #E81CF4 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 28 | 244 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.04 |
| HSL | 296.67º | 0.91% | 0.53% | - |
| HSV(B) | 296.67º | 0.89% | 0.96% | - |
| XYZ | 50.02 | 24.52 | 87.68 | - |
| YUV | 113.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 244 | 0.05 | 0.89 | 0 | 0.04 | 296.67 | 0.91 | 0.53 |
| Hex | E8 | 1C | F4 | 5 | 59 | 0 | 4 | 129 | 5B | 35 |
| Octal | 350 | 34 | 364 | 5 | 131 | 0 | 4 | 451 | 133 | 65 |
| Binary | 11101000 | 11100 | 11110100 | 101 | 1011001 | 0 | 100 | 100101001 | 1011011 | 110101 |
Color Harmonies of #E81CF4
Complementary color
Monochromatic Colors of #E81CF4
Black with #E81CF4
Text Example
Text Example
White with #E81CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81CF4; }
p { color: rgb(232,28,244); }
H1.HeaderClassName
{
color: #E81CF4;
}
.AnyTagClassName
{
color: #E81CF4;
}
</style>
background-color css
<style>
a { background-color: #E81CF4; }
a { background-color: rgb(232,28,244); }
div.DivClassName
{
background-color: #E81CF4;
}
.BgClassName
{
background-color: #E81CF4;
}
</style>
border-color css
<style>
span { border-color: #E81CF4; }
span { border-color: rgb(232,28,244); }
td.TdClassName
{
border-color: #E81CF4;
}
.TagClassName
{
border-color: #E81CF4;
}
</style>