Shades of Psychedelic Purple #E731FF
Tints of Psychedelic Purple #E731FF
RGB
CMYK
RGB Variations
Color information
#E731FF (or 0xE731FF) is known color: Psychedelic Purple. HEX triplet: E7, 31 and FF. RGB value is (231,49,255). Sum of RGB (Red+Green+Blue) = 231+49+255=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 49 (19.53% from 255 or 9.16% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E731FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731FF is #18CE00. Grayscale: #7E7E7E. Windows color (decimal): -1625601 or 16724455. OLE color: 16724455.
HSL color Cylindrical-coordinate representation of color #E731FF: hue angle of 293.01º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E731FF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 49 | 255 | - |
| CMYK | 0.09 | 0.81 | 0 | 0 |
| HSL | 293.01º | 1% | 0.6% | - |
| HSV(B) | 293.01º | 0.81% | 1% | - |
| XYZ | 52.1 | 26.41 | 96.96 | - |
| YUV | 126.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 255 | 0.09 | 0.81 | 0 | 0 | 293.01 | 1 | 0.6 |
| Hex | E7 | 31 | FF | 9 | 51 | 0 | 0 | 125 | 64 | 3C |
| Octal | 347 | 61 | 377 | 11 | 121 | 0 | 0 | 445 | 144 | 74 |
| Binary | 11100111 | 110001 | 11111111 | 1001 | 1010001 | 0 | 0 | 100100101 | 1100100 | 111100 |
Color Harmonies of #E731FF
Complementary color
Monochromatic Colors of #E731FF
Black with #E731FF
Text Example
Text Example
White with #E731FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731FF; }
p { color: rgb(231,49,255); }
H1.HeaderClassName
{
color: #E731FF;
}
.AnyTagClassName
{
color: #E731FF;
}
</style>
background-color css
<style>
a { background-color: #E731FF; }
a { background-color: rgb(231,49,255); }
div.DivClassName
{
background-color: #E731FF;
}
.BgClassName
{
background-color: #E731FF;
}
</style>
border-color css
<style>
span { border-color: #E731FF; }
span { border-color: rgb(231,49,255); }
td.TdClassName
{
border-color: #E731FF;
}
.TagClassName
{
border-color: #E731FF;
}
</style>