Shades of Psychedelic Purple #E528FF
Tints of Psychedelic Purple #E528FF
RGB
CMYK
RGB Variations
Color information
#E528FF (or 0xE528FF) is known color: Psychedelic Purple. HEX triplet: E5, 28 and FF. RGB value is (229,40,255). Sum of RGB (Red+Green+Blue) = 229+40+255=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 40 (16.02% from 255 or 7.63% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #E528FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528FF is #1AD700. Grayscale: #787878. Windows color (decimal): -1758977 or 16722149. OLE color: 16722149.
HSL color Cylindrical-coordinate representation of color #E528FF: hue angle of 292.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E528FF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 40 | 255 | - |
| CMYK | 0.10 | 0.84 | 0 | 0 |
| HSL | 292.74º | 1% | 0.58% | - |
| HSV(B) | 292.74º | 0.84% | 1% | - |
| XYZ | 51.12 | 25.4 | 96.82 | - |
| YUV | 121.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 255 | 0.10 | 0.84 | 0 | 0 | 292.74 | 1 | 0.58 |
| Hex | E5 | 28 | FF | A | 54 | 0 | 0 | 125 | 64 | 3A |
| Octal | 345 | 50 | 377 | 12 | 124 | 0 | 0 | 445 | 144 | 72 |
| Binary | 11100101 | 101000 | 11111111 | 1010 | 1010100 | 0 | 0 | 100100101 | 1100100 | 111010 |
Color Harmonies of #E528FF
Complementary color
Monochromatic Colors of #E528FF
Black with #E528FF
Text Example
Text Example
White with #E528FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528FF; }
p { color: rgb(229,40,255); }
H1.HeaderClassName
{
color: #E528FF;
}
.AnyTagClassName
{
color: #E528FF;
}
</style>
background-color css
<style>
a { background-color: #E528FF; }
a { background-color: rgb(229,40,255); }
div.DivClassName
{
background-color: #E528FF;
}
.BgClassName
{
background-color: #E528FF;
}
</style>
border-color css
<style>
span { border-color: #E528FF; }
span { border-color: rgb(229,40,255); }
td.TdClassName
{
border-color: #E528FF;
}
.TagClassName
{
border-color: #E528FF;
}
</style>