Shades of Psychedelic Purple #E731F9
Tints of Psychedelic Purple #E731F9
RGB
CMYK
RGB Variations
Color information
#E731F9 (or 0xE731F9) is known color: Psychedelic Purple. HEX triplet: E7, 31 and F9. RGB value is (231,49,249). Sum of RGB (Red+Green+Blue) = 231+49+249=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #E731F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731F9 is #18CE06. Grayscale: #7D7D7D. Windows color (decimal): -1625607 or 16331239. OLE color: 16331239.
HSL color Cylindrical-coordinate representation of color #E731F9: hue angle of 294.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E731F9 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 49 | 249 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.02 |
| HSL | 294.6º | 0.94% | 0.58% | - |
| HSV(B) | 294.6º | 0.8% | 0.98% | - |
| XYZ | 51.15 | 26.03 | 91.95 | - |
| YUV | 126.22 | 197.3 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 249 | 0.07 | 0.80 | 0 | 0.02 | 294.6 | 0.94 | 0.58 |
| Hex | E7 | 31 | F9 | 7 | 50 | 0 | 2 | 127 | 5E | 3A |
| Octal | 347 | 61 | 371 | 7 | 120 | 0 | 2 | 447 | 136 | 72 |
| Binary | 11100111 | 110001 | 11111001 | 111 | 1010000 | 0 | 10 | 100100111 | 1011110 | 111010 |
Color Harmonies of #E731F9
Complementary color
Monochromatic Colors of #E731F9
Black with #E731F9
Text Example
Text Example
White with #E731F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731F9; }
p { color: rgb(231,49,249); }
H1.HeaderClassName
{
color: #E731F9;
}
.AnyTagClassName
{
color: #E731F9;
}
</style>
background-color css
<style>
a { background-color: #E731F9; }
a { background-color: rgb(231,49,249); }
div.DivClassName
{
background-color: #E731F9;
}
.BgClassName
{
background-color: #E731F9;
}
</style>
border-color css
<style>
span { border-color: #E731F9; }
span { border-color: rgb(231,49,249); }
td.TdClassName
{
border-color: #E731F9;
}
.TagClassName
{
border-color: #E731F9;
}
</style>