Shades of Psychedelic Purple #E724F0
Tints of Psychedelic Purple #E724F0
RGB
CMYK
RGB Variations
Color information
#E724F0 (or 0xE724F0) is known color: Psychedelic Purple. HEX triplet: E7, 24 and F0. RGB value is (231,36,240). Sum of RGB (Red+Green+Blue) = 231+36+240=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #E724F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724F0 is #18DB0F. Grayscale: #747474. Windows color (decimal): -1628944 or 15738087. OLE color: 15738087.
HSL color Cylindrical-coordinate representation of color #E724F0: hue angle of 297.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E724F0 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 36 | 240 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.06 |
| HSL | 297.35º | 0.87% | 0.54% | - |
| HSV(B) | 297.35º | 0.85% | 0.94% | - |
| XYZ | 49.31 | 24.54 | 84.58 | - |
| YUV | 117.56 | 197.1 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 240 | 0.04 | 0.85 | 0 | 0.06 | 297.35 | 0.87 | 0.54 |
| Hex | E7 | 24 | F0 | 4 | 55 | 0 | 6 | 129 | 57 | 36 |
| Octal | 347 | 44 | 360 | 4 | 125 | 0 | 6 | 451 | 127 | 66 |
| Binary | 11100111 | 100100 | 11110000 | 100 | 1010101 | 0 | 110 | 100101001 | 1010111 | 110110 |
Color Harmonies of #E724F0
Complementary color
Monochromatic Colors of #E724F0
Black with #E724F0
Text Example
Text Example
White with #E724F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724F0; }
p { color: rgb(231,36,240); }
H1.HeaderClassName
{
color: #E724F0;
}
.AnyTagClassName
{
color: #E724F0;
}
</style>
background-color css
<style>
a { background-color: #E724F0; }
a { background-color: rgb(231,36,240); }
div.DivClassName
{
background-color: #E724F0;
}
.BgClassName
{
background-color: #E724F0;
}
</style>
border-color css
<style>
span { border-color: #E724F0; }
span { border-color: rgb(231,36,240); }
td.TdClassName
{
border-color: #E724F0;
}
.TagClassName
{
border-color: #E724F0;
}
</style>