Shades of Psychedelic Purple #E528FB
Tints of Psychedelic Purple #E528FB
RGB
CMYK
RGB Variations
Color information
#E528FB (or 0xE528FB) is known color: Psychedelic Purple. HEX triplet: E5, 28 and FB. RGB value is (229,40,251). Sum of RGB (Red+Green+Blue) = 229+40+251=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 40 (16.02% from 255 or 7.69% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #E528FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E528FB is #1AD704. Grayscale: #777777. Windows color (decimal): -1758981 or 16460005. OLE color: 16460005.
HSL color Cylindrical-coordinate representation of color #E528FB: hue angle of 293.74º degrees, saturation: 0.96, 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 #E528FB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 40 | 251 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.02 |
| HSL | 293.74º | 0.96% | 0.57% | - |
| HSV(B) | 293.74º | 0.84% | 0.98% | - |
| XYZ | 50.48 | 25.14 | 93.46 | - |
| YUV | 120.57 | 201.62 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 251 | 0.09 | 0.84 | 0 | 0.02 | 293.74 | 0.96 | 0.57 |
| Hex | E5 | 28 | FB | 9 | 54 | 0 | 2 | 126 | 60 | 39 |
| Octal | 345 | 50 | 373 | 11 | 124 | 0 | 2 | 446 | 140 | 71 |
| Binary | 11100101 | 101000 | 11111011 | 1001 | 1010100 | 0 | 10 | 100100110 | 1100000 | 111001 |
Color Harmonies of #E528FB
Complementary color
Monochromatic Colors of #E528FB
Black with #E528FB
Text Example
Text Example
White with #E528FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528FB; }
p { color: rgb(229,40,251); }
H1.HeaderClassName
{
color: #E528FB;
}
.AnyTagClassName
{
color: #E528FB;
}
</style>
background-color css
<style>
a { background-color: #E528FB; }
a { background-color: rgb(229,40,251); }
div.DivClassName
{
background-color: #E528FB;
}
.BgClassName
{
background-color: #E528FB;
}
</style>
border-color css
<style>
span { border-color: #E528FB; }
span { border-color: rgb(229,40,251); }
td.TdClassName
{
border-color: #E528FB;
}
.TagClassName
{
border-color: #E528FB;
}
</style>