Shades of Psychedelic Purple #E724EE
Tints of Psychedelic Purple #E724EE
RGB
CMYK
RGB Variations
Color information
#E724EE (or 0xE724EE) is known color: Psychedelic Purple. HEX triplet: E7, 24 and EE. RGB value is (231,36,238). Sum of RGB (Red+Green+Blue) = 231+36+238=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #E724EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724EE is #18DB11. Grayscale: #747474. Windows color (decimal): -1628946 or 15607015. OLE color: 15607015.
HSL color Cylindrical-coordinate representation of color #E724EE: hue angle of 297.92º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E724EE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 36 | 238 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.07 |
| HSL | 297.92º | 0.86% | 0.54% | - |
| HSV(B) | 297.92º | 0.85% | 0.93% | - |
| XYZ | 49.02 | 24.42 | 83.02 | - |
| YUV | 117.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 238 | 0.03 | 0.85 | 0 | 0.07 | 297.92 | 0.86 | 0.54 |
| Hex | E7 | 24 | EE | 3 | 55 | 0 | 7 | 12A | 56 | 36 |
| Octal | 347 | 44 | 356 | 3 | 125 | 0 | 7 | 452 | 126 | 66 |
| Binary | 11100111 | 100100 | 11101110 | 11 | 1010101 | 0 | 111 | 100101010 | 1010110 | 110110 |
Color Harmonies of #E724EE
Complementary color
Monochromatic Colors of #E724EE
Black with #E724EE
Text Example
Text Example
White with #E724EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724EE; }
p { color: rgb(231,36,238); }
H1.HeaderClassName
{
color: #E724EE;
}
.AnyTagClassName
{
color: #E724EE;
}
</style>
background-color css
<style>
a { background-color: #E724EE; }
a { background-color: rgb(231,36,238); }
div.DivClassName
{
background-color: #E724EE;
}
.BgClassName
{
background-color: #E724EE;
}
</style>
border-color css
<style>
span { border-color: #E724EE; }
span { border-color: rgb(231,36,238); }
td.TdClassName
{
border-color: #E724EE;
}
.TagClassName
{
border-color: #E724EE;
}
</style>