Shades of Psychedelic Purple #E535FB
Tints of Psychedelic Purple #E535FB
RGB
CMYK
RGB Variations
Color information
#E535FB (or 0xE535FB) is known color: Psychedelic Purple. HEX triplet: E5, 35 and FB. RGB value is (229,53,251). Sum of RGB (Red+Green+Blue) = 229+53+251=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 53 (21.09% from 255 or 9.94% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #E535FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E535FB is #1ACA04. Grayscale: #7F7F7F. Windows color (decimal): -1755653 or 16463333. OLE color: 16463333.
HSL color Cylindrical-coordinate representation of color #E535FB: hue angle of 293.33º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E535FB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 53 | 251 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.02 |
| HSL | 293.33º | 0.96% | 0.6% | - |
| HSV(B) | 293.33º | 0.79% | 0.98% | - |
| XYZ | 51 | 26.17 | 93.63 | - |
| YUV | 128.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 251 | 0.09 | 0.79 | 0 | 0.02 | 293.33 | 0.96 | 0.6 |
| Hex | E5 | 35 | FB | 9 | 4F | 0 | 2 | 125 | 60 | 3C |
| Octal | 345 | 65 | 373 | 11 | 117 | 0 | 2 | 445 | 140 | 74 |
| Binary | 11100101 | 110101 | 11111011 | 1001 | 1001111 | 0 | 10 | 100100101 | 1100000 | 111100 |
Color Harmonies of #E535FB
Complementary color
Monochromatic Colors of #E535FB
Black with #E535FB
Text Example
Text Example
White with #E535FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E535FB; }
p { color: rgb(229,53,251); }
H1.HeaderClassName
{
color: #E535FB;
}
.AnyTagClassName
{
color: #E535FB;
}
</style>
background-color css
<style>
a { background-color: #E535FB; }
a { background-color: rgb(229,53,251); }
div.DivClassName
{
background-color: #E535FB;
}
.BgClassName
{
background-color: #E535FB;
}
</style>
border-color css
<style>
span { border-color: #E535FB; }
span { border-color: rgb(229,53,251); }
td.TdClassName
{
border-color: #E535FB;
}
.TagClassName
{
border-color: #E535FB;
}
</style>