Shades of Psychedelic Purple #E727ED
Tints of Psychedelic Purple #E727ED
RGB
CMYK
RGB Variations
Color information
#E727ED (or 0xE727ED) is known color: Psychedelic Purple. HEX triplet: E7, 27 and ED. RGB value is (231,39,237). Sum of RGB (Red+Green+Blue) = 231+39+237=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #E727ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727ED is #18D812. Grayscale: #767676. Windows color (decimal): -1628179 or 15542247. OLE color: 15542247.
HSL color Cylindrical-coordinate representation of color #E727ED: hue angle of 298.18º 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 #E727ED is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 39 | 237 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.07 |
| HSL | 298.18º | 0.85% | 0.54% | - |
| HSV(B) | 298.18º | 0.84% | 0.93% | - |
| XYZ | 48.97 | 24.55 | 82.28 | - |
| YUV | 118.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 237 | 0.03 | 0.84 | 0 | 0.07 | 298.18 | 0.85 | 0.54 |
| Hex | E7 | 27 | ED | 3 | 54 | 0 | 7 | 12A | 55 | 36 |
| Octal | 347 | 47 | 355 | 3 | 124 | 0 | 7 | 452 | 125 | 66 |
| Binary | 11100111 | 100111 | 11101101 | 11 | 1010100 | 0 | 111 | 100101010 | 1010101 | 110110 |
Color Harmonies of #E727ED
Complementary color
Monochromatic Colors of #E727ED
Black with #E727ED
Text Example
Text Example
White with #E727ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727ED; }
p { color: rgb(231,39,237); }
H1.HeaderClassName
{
color: #E727ED;
}
.AnyTagClassName
{
color: #E727ED;
}
</style>
background-color css
<style>
a { background-color: #E727ED; }
a { background-color: rgb(231,39,237); }
div.DivClassName
{
background-color: #E727ED;
}
.BgClassName
{
background-color: #E727ED;
}
</style>
border-color css
<style>
span { border-color: #E727ED; }
span { border-color: rgb(231,39,237); }
td.TdClassName
{
border-color: #E727ED;
}
.TagClassName
{
border-color: #E727ED;
}
</style>