Shades of Psychedelic Purple #E527FB
Tints of Psychedelic Purple #E527FB
RGB
CMYK
RGB Variations
Color information
#E527FB (or 0xE527FB) is known color: Psychedelic Purple. HEX triplet: E5, 27 and FB. RGB value is (229,39,251). Sum of RGB (Red+Green+Blue) = 229+39+251=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #E527FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527FB is #1AD804. Grayscale: #777777. Windows color (decimal): -1759237 or 16459749. OLE color: 16459749.
HSL color Cylindrical-coordinate representation of color #E527FB: hue angle of 293.77º 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 #E527FB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 39 | 251 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.02 |
| HSL | 293.77º | 0.96% | 0.57% | - |
| HSV(B) | 293.77º | 0.84% | 0.98% | - |
| XYZ | 50.45 | 25.07 | 93.45 | - |
| YUV | 119.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 251 | 0.09 | 0.84 | 0 | 0.02 | 293.77 | 0.96 | 0.57 |
| Hex | E5 | 27 | FB | 9 | 54 | 0 | 2 | 126 | 60 | 39 |
| Octal | 345 | 47 | 373 | 11 | 124 | 0 | 2 | 446 | 140 | 71 |
| Binary | 11100101 | 100111 | 11111011 | 1001 | 1010100 | 0 | 10 | 100100110 | 1100000 | 111001 |
Color Harmonies of #E527FB
Complementary color
Monochromatic Colors of #E527FB
Black with #E527FB
Text Example
Text Example
White with #E527FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527FB; }
p { color: rgb(229,39,251); }
H1.HeaderClassName
{
color: #E527FB;
}
.AnyTagClassName
{
color: #E527FB;
}
</style>
background-color css
<style>
a { background-color: #E527FB; }
a { background-color: rgb(229,39,251); }
div.DivClassName
{
background-color: #E527FB;
}
.BgClassName
{
background-color: #E527FB;
}
</style>
border-color css
<style>
span { border-color: #E527FB; }
span { border-color: rgb(229,39,251); }
td.TdClassName
{
border-color: #E527FB;
}
.TagClassName
{
border-color: #E527FB;
}
</style>