Shades of Psychedelic Purple #E528FC
Tints of Psychedelic Purple #E528FC
RGB
CMYK
RGB Variations
Color information
#E528FC (or 0xE528FC) is known color: Psychedelic Purple. HEX triplet: E5, 28 and FC. RGB value is (229,40,252). Sum of RGB (Red+Green+Blue) = 229+40+252=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 40 (16.02% from 255 or 7.68% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #E528FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528FC is #1AD703. Grayscale: #787878. Windows color (decimal): -1758980 or 16525541. OLE color: 16525541.
HSL color Cylindrical-coordinate representation of color #E528FC: hue angle of 293.49º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E528FC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 40 | 252 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.01 |
| HSL | 293.49º | 0.97% | 0.57% | - |
| HSV(B) | 293.49º | 0.84% | 0.99% | - |
| XYZ | 50.64 | 25.2 | 94.29 | - |
| YUV | 120.68 | 202.12 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 252 | 0.09 | 0.84 | 0 | 0.01 | 293.49 | 0.97 | 0.57 |
| Hex | E5 | 28 | FC | 9 | 54 | 0 | 1 | 125 | 61 | 39 |
| Octal | 345 | 50 | 374 | 11 | 124 | 0 | 1 | 445 | 141 | 71 |
| Binary | 11100101 | 101000 | 11111100 | 1001 | 1010100 | 0 | 1 | 100100101 | 1100001 | 111001 |
Color Harmonies of #E528FC
Complementary color
Monochromatic Colors of #E528FC
Black with #E528FC
Text Example
Text Example
White with #E528FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528FC; }
p { color: rgb(229,40,252); }
H1.HeaderClassName
{
color: #E528FC;
}
.AnyTagClassName
{
color: #E528FC;
}
</style>
background-color css
<style>
a { background-color: #E528FC; }
a { background-color: rgb(229,40,252); }
div.DivClassName
{
background-color: #E528FC;
}
.BgClassName
{
background-color: #E528FC;
}
</style>
border-color css
<style>
span { border-color: #E528FC; }
span { border-color: rgb(229,40,252); }
td.TdClassName
{
border-color: #E528FC;
}
.TagClassName
{
border-color: #E528FC;
}
</style>