Shades of Psychedelic Purple #E724EC
Tints of Psychedelic Purple #E724EC
RGB
CMYK
RGB Variations
Color information
#E724EC (or 0xE724EC) is known color: Psychedelic Purple. HEX triplet: E7, 24 and EC. RGB value is (231,36,236). Sum of RGB (Red+Green+Blue) = 231+36+236=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #E724EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724EC is #18DB13. Grayscale: #747474. Windows color (decimal): -1628948 or 15475943. OLE color: 15475943.
HSL color Cylindrical-coordinate representation of color #E724EC: hue angle of 298.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E724EC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 36 | 236 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.07 |
| HSL | 298.5º | 0.84% | 0.53% | - |
| HSV(B) | 298.5º | 0.85% | 0.93% | - |
| XYZ | 48.73 | 24.31 | 81.48 | - |
| YUV | 117.11 | 195.1 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 236 | 0.02 | 0.85 | 0 | 0.07 | 298.5 | 0.84 | 0.53 |
| Hex | E7 | 24 | EC | 2 | 55 | 0 | 7 | 12A | 54 | 35 |
| Octal | 347 | 44 | 354 | 2 | 125 | 0 | 7 | 452 | 124 | 65 |
| Binary | 11100111 | 100100 | 11101100 | 10 | 1010101 | 0 | 111 | 100101010 | 1010100 | 110101 |
Color Harmonies of #E724EC
Complementary color
Monochromatic Colors of #E724EC
Black with #E724EC
Text Example
Text Example
White with #E724EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724EC; }
p { color: rgb(231,36,236); }
H1.HeaderClassName
{
color: #E724EC;
}
.AnyTagClassName
{
color: #E724EC;
}
</style>
background-color css
<style>
a { background-color: #E724EC; }
a { background-color: rgb(231,36,236); }
div.DivClassName
{
background-color: #E724EC;
}
.BgClassName
{
background-color: #E724EC;
}
</style>
border-color css
<style>
span { border-color: #E724EC; }
span { border-color: rgb(231,36,236); }
td.TdClassName
{
border-color: #E724EC;
}
.TagClassName
{
border-color: #E724EC;
}
</style>