Shades of Psychedelic Purple #E527EF
Tints of Psychedelic Purple #E527EF
RGB
CMYK
RGB Variations
Color information
#E527EF (or 0xE527EF) is known color: Psychedelic Purple. HEX triplet: E5, 27 and EF. RGB value is (229,39,239). Sum of RGB (Red+Green+Blue) = 229+39+239=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #E527EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527EF is #1AD810. Grayscale: #767676. Windows color (decimal): -1759249 or 15673317. OLE color: 15673317.
HSL color Cylindrical-coordinate representation of color #E527EF: hue angle of 297º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E527EF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 39 | 239 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.06 |
| HSL | 297º | 0.86% | 0.55% | - |
| HSV(B) | 297º | 0.84% | 0.94% | - |
| XYZ | 48.62 | 24.34 | 83.8 | - |
| YUV | 118.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 239 | 0.04 | 0.84 | 0 | 0.06 | 297 | 0.86 | 0.55 |
| Hex | E5 | 27 | EF | 4 | 54 | 0 | 6 | 129 | 56 | 37 |
| Octal | 345 | 47 | 357 | 4 | 124 | 0 | 6 | 451 | 126 | 67 |
| Binary | 11100101 | 100111 | 11101111 | 100 | 1010100 | 0 | 110 | 100101001 | 1010110 | 110111 |
Color Harmonies of #E527EF
Complementary color
Monochromatic Colors of #E527EF
Black with #E527EF
Text Example
Text Example
White with #E527EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527EF; }
p { color: rgb(229,39,239); }
H1.HeaderClassName
{
color: #E527EF;
}
.AnyTagClassName
{
color: #E527EF;
}
</style>
background-color css
<style>
a { background-color: #E527EF; }
a { background-color: rgb(229,39,239); }
div.DivClassName
{
background-color: #E527EF;
}
.BgClassName
{
background-color: #E527EF;
}
</style>
border-color css
<style>
span { border-color: #E527EF; }
span { border-color: rgb(229,39,239); }
td.TdClassName
{
border-color: #E527EF;
}
.TagClassName
{
border-color: #E527EF;
}
</style>