Shades of Psychedelic Purple #E724FA
Tints of Psychedelic Purple #E724FA
RGB
CMYK
RGB Variations
Color information
#E724FA (or 0xE724FA) is known color: Psychedelic Purple. HEX triplet: E7, 24 and FA. RGB value is (231,36,250). Sum of RGB (Red+Green+Blue) = 231+36+250=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #E724FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724FA is #18DB05. Grayscale: #767676. Windows color (decimal): -1628934 or 16393447. OLE color: 16393447.
HSL color Cylindrical-coordinate representation of color #E724FA: hue angle of 294.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E724FA is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 36 | 250 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.67º | 0.96% | 0.56% | - |
| HSV(B) | 294.67º | 0.86% | 0.98% | - |
| XYZ | 50.84 | 25.15 | 92.62 | - |
| YUV | 118.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 250 | 0.08 | 0.86 | 0 | 0.02 | 294.67 | 0.96 | 0.56 |
| Hex | E7 | 24 | FA | 8 | 56 | 0 | 2 | 127 | 60 | 38 |
| Octal | 347 | 44 | 372 | 10 | 126 | 0 | 2 | 447 | 140 | 70 |
| Binary | 11100111 | 100100 | 11111010 | 1000 | 1010110 | 0 | 10 | 100100111 | 1100000 | 111000 |
Color Harmonies of #E724FA
Complementary color
Monochromatic Colors of #E724FA
Black with #E724FA
Text Example
Text Example
White with #E724FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724FA; }
p { color: rgb(231,36,250); }
H1.HeaderClassName
{
color: #E724FA;
}
.AnyTagClassName
{
color: #E724FA;
}
</style>
background-color css
<style>
a { background-color: #E724FA; }
a { background-color: rgb(231,36,250); }
div.DivClassName
{
background-color: #E724FA;
}
.BgClassName
{
background-color: #E724FA;
}
</style>
border-color css
<style>
span { border-color: #E724FA; }
span { border-color: rgb(231,36,250); }
td.TdClassName
{
border-color: #E724FA;
}
.TagClassName
{
border-color: #E724FA;
}
</style>