Shades of Psychedelic Purple #E727EE
Tints of Psychedelic Purple #E727EE
RGB
CMYK
RGB Variations
Color information
#E727EE (or 0xE727EE) is known color: Psychedelic Purple. HEX triplet: E7, 27 and EE. RGB value is (231,39,238). Sum of RGB (Red+Green+Blue) = 231+39+238=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 39 (15.62% from 255 or 7.68% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #E727EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727EE is #18D811. Grayscale: #767676. Windows color (decimal): -1628178 or 15607783. OLE color: 15607783.
HSL color Cylindrical-coordinate representation of color #E727EE: hue angle of 297.89º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E727EE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 39 | 238 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.07 |
| HSL | 297.89º | 0.85% | 0.54% | - |
| HSV(B) | 297.89º | 0.84% | 0.93% | - |
| XYZ | 49.11 | 24.61 | 83.05 | - |
| YUV | 119.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 238 | 0.03 | 0.84 | 0 | 0.07 | 297.89 | 0.85 | 0.54 |
| Hex | E7 | 27 | EE | 3 | 54 | 0 | 7 | 12A | 55 | 36 |
| Octal | 347 | 47 | 356 | 3 | 124 | 0 | 7 | 452 | 125 | 66 |
| Binary | 11100111 | 100111 | 11101110 | 11 | 1010100 | 0 | 111 | 100101010 | 1010101 | 110110 |
Color Harmonies of #E727EE
Complementary color
Monochromatic Colors of #E727EE
Black with #E727EE
Text Example
Text Example
White with #E727EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727EE; }
p { color: rgb(231,39,238); }
H1.HeaderClassName
{
color: #E727EE;
}
.AnyTagClassName
{
color: #E727EE;
}
</style>
background-color css
<style>
a { background-color: #E727EE; }
a { background-color: rgb(231,39,238); }
div.DivClassName
{
background-color: #E727EE;
}
.BgClassName
{
background-color: #E727EE;
}
</style>
border-color css
<style>
span { border-color: #E727EE; }
span { border-color: rgb(231,39,238); }
td.TdClassName
{
border-color: #E727EE;
}
.TagClassName
{
border-color: #E727EE;
}
</style>