Shades of Psychedelic Purple #E81CF2
Tints of Psychedelic Purple #E81CF2
RGB
CMYK
RGB Variations
Color information
#E81CF2 (or 0xE81CF2) is known color: Psychedelic Purple. HEX triplet: E8, 1C and F2. RGB value is (232,28,242). Sum of RGB (Red+Green+Blue) = 232+28+242=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #E81CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81CF2 is #17E30D. Grayscale: #707070. Windows color (decimal): -1565454 or 15867112. OLE color: 15867112.
HSL color Cylindrical-coordinate representation of color #E81CF2: hue angle of 297.2º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81CF2 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 28 | 242 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.05 |
| HSL | 297.2º | 0.89% | 0.53% | - |
| HSV(B) | 297.2º | 0.88% | 0.95% | - |
| XYZ | 49.72 | 24.4 | 86.09 | - |
| YUV | 113.39 | 200.59 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 242 | 0.04 | 0.88 | 0 | 0.05 | 297.2 | 0.89 | 0.53 |
| Hex | E8 | 1C | F2 | 4 | 58 | 0 | 5 | 129 | 59 | 35 |
| Octal | 350 | 34 | 362 | 4 | 130 | 0 | 5 | 451 | 131 | 65 |
| Binary | 11101000 | 11100 | 11110010 | 100 | 1011000 | 0 | 101 | 100101001 | 1011001 | 110101 |
Color Harmonies of #E81CF2
Complementary color
Monochromatic Colors of #E81CF2
Black with #E81CF2
Text Example
Text Example
White with #E81CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81CF2; }
p { color: rgb(232,28,242); }
H1.HeaderClassName
{
color: #E81CF2;
}
.AnyTagClassName
{
color: #E81CF2;
}
</style>
background-color css
<style>
a { background-color: #E81CF2; }
a { background-color: rgb(232,28,242); }
div.DivClassName
{
background-color: #E81CF2;
}
.BgClassName
{
background-color: #E81CF2;
}
</style>
border-color css
<style>
span { border-color: #E81CF2; }
span { border-color: rgb(232,28,242); }
td.TdClassName
{
border-color: #E81CF2;
}
.TagClassName
{
border-color: #E81CF2;
}
</style>