Shades of Psychedelic Purple #E71AF5
Tints of Psychedelic Purple #E71AF5
RGB
CMYK
RGB Variations
Color information
#E71AF5 (or 0xE71AF5) is known color: Psychedelic Purple. HEX triplet: E7, 1A and F5. RGB value is (231,26,245). Sum of RGB (Red+Green+Blue) = 231+26+245=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #E71AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71AF5 is #18E50A. Grayscale: #6F6F6F. Windows color (decimal): -1631499 or 16063207. OLE color: 16063207.
HSL color Cylindrical-coordinate representation of color #E71AF5: hue angle of 296.16º degrees, saturation: 0.92, 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 #E71AF5 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 26 | 245 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.04 |
| HSL | 296.16º | 0.92% | 0.53% | - |
| HSV(B) | 296.16º | 0.89% | 0.96% | - |
| XYZ | 49.81 | 24.32 | 88.46 | - |
| YUV | 112.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 245 | 0.06 | 0.89 | 0 | 0.04 | 296.16 | 0.92 | 0.53 |
| Hex | E7 | 1A | F5 | 6 | 59 | 0 | 4 | 128 | 5C | 35 |
| Octal | 347 | 32 | 365 | 6 | 131 | 0 | 4 | 450 | 134 | 65 |
| Binary | 11100111 | 11010 | 11110101 | 110 | 1011001 | 0 | 100 | 100101000 | 1011100 | 110101 |
Color Harmonies of #E71AF5
Complementary color
Monochromatic Colors of #E71AF5
Black with #E71AF5
Text Example
Text Example
White with #E71AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71AF5; }
p { color: rgb(231,26,245); }
H1.HeaderClassName
{
color: #E71AF5;
}
.AnyTagClassName
{
color: #E71AF5;
}
</style>
background-color css
<style>
a { background-color: #E71AF5; }
a { background-color: rgb(231,26,245); }
div.DivClassName
{
background-color: #E71AF5;
}
.BgClassName
{
background-color: #E71AF5;
}
</style>
border-color css
<style>
span { border-color: #E71AF5; }
span { border-color: rgb(231,26,245); }
td.TdClassName
{
border-color: #E71AF5;
}
.TagClassName
{
border-color: #E71AF5;
}
</style>