Shades of Psychedelic Purple #E724F8
Tints of Psychedelic Purple #E724F8
RGB
CMYK
RGB Variations
Color information
#E724F8 (or 0xE724F8) is known color: Psychedelic Purple. HEX triplet: E7, 24 and F8. RGB value is (231,36,248). Sum of RGB (Red+Green+Blue) = 231+36+248=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #E724F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724F8 is #18DB07. Grayscale: #757575. Windows color (decimal): -1628936 or 16262375. OLE color: 16262375.
HSL color Cylindrical-coordinate representation of color #E724F8: hue angle of 295.19º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E724F8 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 36 | 248 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.03 |
| HSL | 295.19º | 0.94% | 0.56% | - |
| HSV(B) | 295.19º | 0.85% | 0.97% | - |
| XYZ | 50.53 | 25.03 | 90.97 | - |
| YUV | 118.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 248 | 0.07 | 0.85 | 0 | 0.03 | 295.19 | 0.94 | 0.56 |
| Hex | E7 | 24 | F8 | 7 | 55 | 0 | 3 | 127 | 5E | 38 |
| Octal | 347 | 44 | 370 | 7 | 125 | 0 | 3 | 447 | 136 | 70 |
| Binary | 11100111 | 100100 | 11111000 | 111 | 1010101 | 0 | 11 | 100100111 | 1011110 | 111000 |
Color Harmonies of #E724F8
Complementary color
Monochromatic Colors of #E724F8
Black with #E724F8
Text Example
Text Example
White with #E724F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724F8; }
p { color: rgb(231,36,248); }
H1.HeaderClassName
{
color: #E724F8;
}
.AnyTagClassName
{
color: #E724F8;
}
</style>
background-color css
<style>
a { background-color: #E724F8; }
a { background-color: rgb(231,36,248); }
div.DivClassName
{
background-color: #E724F8;
}
.BgClassName
{
background-color: #E724F8;
}
</style>
border-color css
<style>
span { border-color: #E724F8; }
span { border-color: rgb(231,36,248); }
td.TdClassName
{
border-color: #E724F8;
}
.TagClassName
{
border-color: #E724F8;
}
</style>