Shades of Psychedelic Purple #E731F4
Tints of Psychedelic Purple #E731F4
RGB
CMYK
RGB Variations
Color information
#E731F4 (or 0xE731F4) is known color: Psychedelic Purple. HEX triplet: E7, 31 and F4. RGB value is (231,49,244). Sum of RGB (Red+Green+Blue) = 231+49+244=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 49 (19.53% from 255 or 9.35% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #E731F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731F4 is #18CE0B. Grayscale: #7D7D7D. Windows color (decimal): -1625612 or 16003559. OLE color: 16003559.
HSL color Cylindrical-coordinate representation of color #E731F4: hue angle of 296º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E731F4 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 49 | 244 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.04 |
| HSL | 296º | 0.9% | 0.57% | - |
| HSV(B) | 296º | 0.8% | 0.96% | - |
| XYZ | 50.38 | 25.72 | 87.9 | - |
| YUV | 125.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 244 | 0.05 | 0.80 | 0 | 0.04 | 296 | 0.9 | 0.57 |
| Hex | E7 | 31 | F4 | 5 | 50 | 0 | 4 | 128 | 5A | 39 |
| Octal | 347 | 61 | 364 | 5 | 120 | 0 | 4 | 450 | 132 | 71 |
| Binary | 11100111 | 110001 | 11110100 | 101 | 1010000 | 0 | 100 | 100101000 | 1011010 | 111001 |
Color Harmonies of #E731F4
Complementary color
Monochromatic Colors of #E731F4
Black with #E731F4
Text Example
Text Example
White with #E731F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731F4; }
p { color: rgb(231,49,244); }
H1.HeaderClassName
{
color: #E731F4;
}
.AnyTagClassName
{
color: #E731F4;
}
</style>
background-color css
<style>
a { background-color: #E731F4; }
a { background-color: rgb(231,49,244); }
div.DivClassName
{
background-color: #E731F4;
}
.BgClassName
{
background-color: #E731F4;
}
</style>
border-color css
<style>
span { border-color: #E731F4; }
span { border-color: rgb(231,49,244); }
td.TdClassName
{
border-color: #E731F4;
}
.TagClassName
{
border-color: #E731F4;
}
</style>