Shades of Psychedelic Purple #E527FF
Tints of Psychedelic Purple #E527FF
RGB
CMYK
RGB Variations
Color information
#E527FF (or 0xE527FF) is known color: Psychedelic Purple. HEX triplet: E5, 27 and FF. RGB value is (229,39,255). Sum of RGB (Red+Green+Blue) = 229+39+255=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 39 (15.62% from 255 or 7.46% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #E527FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527FF is #1AD800. Grayscale: #777777. Windows color (decimal): -1759233 or 16721893. OLE color: 16721893.
HSL color Cylindrical-coordinate representation of color #E527FF: hue angle of 292.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E527FF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 39 | 255 | - |
| CMYK | 0.10 | 0.85 | 0 | 0 |
| HSL | 292.78º | 1% | 0.58% | - |
| HSV(B) | 292.78º | 0.85% | 1% | - |
| XYZ | 51.09 | 25.33 | 96.8 | - |
| YUV | 120.43 | 203.95 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 255 | 0.10 | 0.85 | 0 | 0 | 292.78 | 1 | 0.58 |
| Hex | E5 | 27 | FF | A | 55 | 0 | 0 | 125 | 64 | 3A |
| Octal | 345 | 47 | 377 | 12 | 125 | 0 | 0 | 445 | 144 | 72 |
| Binary | 11100101 | 100111 | 11111111 | 1010 | 1010101 | 0 | 0 | 100100101 | 1100100 | 111010 |
Color Harmonies of #E527FF
Complementary color
Monochromatic Colors of #E527FF
Black with #E527FF
Text Example
Text Example
White with #E527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527FF; }
p { color: rgb(229,39,255); }
H1.HeaderClassName
{
color: #E527FF;
}
.AnyTagClassName
{
color: #E527FF;
}
</style>
background-color css
<style>
a { background-color: #E527FF; }
a { background-color: rgb(229,39,255); }
div.DivClassName
{
background-color: #E527FF;
}
.BgClassName
{
background-color: #E527FF;
}
</style>
border-color css
<style>
span { border-color: #E527FF; }
span { border-color: rgb(229,39,255); }
td.TdClassName
{
border-color: #E527FF;
}
.TagClassName
{
border-color: #E527FF;
}
</style>