Shades of Psychedelic Purple #E528F9
Tints of Psychedelic Purple #E528F9
RGB
CMYK
RGB Variations
Color information
#E528F9 (or 0xE528F9) is known color: Psychedelic Purple. HEX triplet: E5, 28 and F9. RGB value is (229,40,249). Sum of RGB (Red+Green+Blue) = 229+40+249=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #E528F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528F9 is #1AD706. Grayscale: #777777. Windows color (decimal): -1758983 or 16328933. OLE color: 16328933.
HSL color Cylindrical-coordinate representation of color #E528F9: hue angle of 294.26º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E528F9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 40 | 249 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.02 |
| HSL | 294.26º | 0.95% | 0.57% | - |
| HSV(B) | 294.26º | 0.84% | 0.98% | - |
| XYZ | 50.17 | 25.02 | 91.81 | - |
| YUV | 120.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 249 | 0.08 | 0.84 | 0 | 0.02 | 294.26 | 0.95 | 0.57 |
| Hex | E5 | 28 | F9 | 8 | 54 | 0 | 2 | 126 | 5F | 39 |
| Octal | 345 | 50 | 371 | 10 | 124 | 0 | 2 | 446 | 137 | 71 |
| Binary | 11100101 | 101000 | 11111001 | 1000 | 1010100 | 0 | 10 | 100100110 | 1011111 | 111001 |
Color Harmonies of #E528F9
Complementary color
Monochromatic Colors of #E528F9
Black with #E528F9
Text Example
Text Example
White with #E528F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528F9; }
p { color: rgb(229,40,249); }
H1.HeaderClassName
{
color: #E528F9;
}
.AnyTagClassName
{
color: #E528F9;
}
</style>
background-color css
<style>
a { background-color: #E528F9; }
a { background-color: rgb(229,40,249); }
div.DivClassName
{
background-color: #E528F9;
}
.BgClassName
{
background-color: #E528F9;
}
</style>
border-color css
<style>
span { border-color: #E528F9; }
span { border-color: rgb(229,40,249); }
td.TdClassName
{
border-color: #E528F9;
}
.TagClassName
{
border-color: #E528F9;
}
</style>