Shades of Psychedelic Purple #E534FB
Tints of Psychedelic Purple #E534FB
RGB
CMYK
RGB Variations
Color information
#E534FB (or 0xE534FB) is known color: Psychedelic Purple. HEX triplet: E5, 34 and FB. RGB value is (229,52,251). Sum of RGB (Red+Green+Blue) = 229+52+251=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 52 (20.70% from 255 or 9.77% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #E534FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534FB is #1ACB04. Grayscale: #7E7E7E. Windows color (decimal): -1755909 or 16463077. OLE color: 16463077.
HSL color Cylindrical-coordinate representation of color #E534FB: hue angle of 293.37º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E534FB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 52 | 251 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.02 |
| HSL | 293.37º | 0.96% | 0.59% | - |
| HSV(B) | 293.37º | 0.79% | 0.98% | - |
| XYZ | 50.95 | 26.08 | 93.61 | - |
| YUV | 127.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 251 | 0.09 | 0.79 | 0 | 0.02 | 293.37 | 0.96 | 0.59 |
| Hex | E5 | 34 | FB | 9 | 4F | 0 | 2 | 125 | 60 | 3B |
| Octal | 345 | 64 | 373 | 11 | 117 | 0 | 2 | 445 | 140 | 73 |
| Binary | 11100101 | 110100 | 11111011 | 1001 | 1001111 | 0 | 10 | 100100101 | 1100000 | 111011 |
Color Harmonies of #E534FB
Complementary color
Monochromatic Colors of #E534FB
Black with #E534FB
Text Example
Text Example
White with #E534FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534FB; }
p { color: rgb(229,52,251); }
H1.HeaderClassName
{
color: #E534FB;
}
.AnyTagClassName
{
color: #E534FB;
}
</style>
background-color css
<style>
a { background-color: #E534FB; }
a { background-color: rgb(229,52,251); }
div.DivClassName
{
background-color: #E534FB;
}
.BgClassName
{
background-color: #E534FB;
}
</style>
border-color css
<style>
span { border-color: #E534FB; }
span { border-color: rgb(229,52,251); }
td.TdClassName
{
border-color: #E534FB;
}
.TagClassName
{
border-color: #E534FB;
}
</style>