Shades of Psychedelic Purple #E724FE
Tints of Psychedelic Purple #E724FE
RGB
CMYK
RGB Variations
Color information
#E724FE (or 0xE724FE) is known color: Psychedelic Purple. HEX triplet: E7, 24 and FE. RGB value is (231,36,254). Sum of RGB (Red+Green+Blue) = 231+36+254=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 36 (14.45% from 255 or 6.91% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #E724FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724FE is #18DB01. Grayscale: #767676. Windows color (decimal): -1628930 or 16655591. OLE color: 16655591.
HSL color Cylindrical-coordinate representation of color #E724FE: hue angle of 293.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E724FE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 36 | 254 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.00 |
| HSL | 293.67º | 0.99% | 0.57% | - |
| HSV(B) | 293.67º | 0.86% | 1% | - |
| XYZ | 51.48 | 25.41 | 95.96 | - |
| YUV | 119.16 | 204.1 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 254 | 0.09 | 0.86 | 0 | 0.00 | 293.67 | 0.99 | 0.57 |
| Hex | E7 | 24 | FE | 9 | 56 | 0 | 0 | 126 | 63 | 39 |
| Octal | 347 | 44 | 376 | 11 | 126 | 0 | 0 | 446 | 143 | 71 |
| Binary | 11100111 | 100100 | 11111110 | 1001 | 1010110 | 0 | 0 | 100100110 | 1100011 | 111001 |
Color Harmonies of #E724FE
Complementary color
Monochromatic Colors of #E724FE
Black with #E724FE
Text Example
Text Example
White with #E724FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724FE; }
p { color: rgb(231,36,254); }
H1.HeaderClassName
{
color: #E724FE;
}
.AnyTagClassName
{
color: #E724FE;
}
</style>
background-color css
<style>
a { background-color: #E724FE; }
a { background-color: rgb(231,36,254); }
div.DivClassName
{
background-color: #E724FE;
}
.BgClassName
{
background-color: #E724FE;
}
</style>
border-color css
<style>
span { border-color: #E724FE; }
span { border-color: rgb(231,36,254); }
td.TdClassName
{
border-color: #E724FE;
}
.TagClassName
{
border-color: #E724FE;
}
</style>