Shades of Psychedelic Purple #E511FB
Tints of Psychedelic Purple #E511FB
RGB
CMYK
RGB Variations
Color information
#E511FB (or 0xE511FB) is known color: Psychedelic Purple. HEX triplet: E5, 11 and FB. RGB value is (229,17,251). Sum of RGB (Red+Green+Blue) = 229+17+251=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E511FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FB is #1AEE04. Grayscale: #6A6A6A. Windows color (decimal): -1764869 or 16454117. OLE color: 16454117.
HSL color Cylindrical-coordinate representation of color #E511FB: hue angle of 294.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511FB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 17 | 251 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.02 |
| HSL | 294.36º | 0.97% | 0.53% | - |
| HSV(B) | 294.36º | 0.93% | 0.98% | - |
| XYZ | 49.93 | 24.02 | 93.27 | - |
| YUV | 107.06 | 209.24 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 251 | 0.09 | 0.93 | 0 | 0.02 | 294.36 | 0.97 | 0.53 |
| Hex | E5 | 11 | FB | 9 | 5D | 0 | 2 | 126 | 61 | 35 |
| Octal | 345 | 21 | 373 | 11 | 135 | 0 | 2 | 446 | 141 | 65 |
| Binary | 11100101 | 10001 | 11111011 | 1001 | 1011101 | 0 | 10 | 100100110 | 1100001 | 110101 |
Color Harmonies of #E511FB
Complementary color
Monochromatic Colors of #E511FB
Black with #E511FB
Text Example
Text Example
White with #E511FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511FB; }
p { color: rgb(229,17,251); }
H1.HeaderClassName
{
color: #E511FB;
}
.AnyTagClassName
{
color: #E511FB;
}
</style>
background-color css
<style>
a { background-color: #E511FB; }
a { background-color: rgb(229,17,251); }
div.DivClassName
{
background-color: #E511FB;
}
.BgClassName
{
background-color: #E511FB;
}
</style>
border-color css
<style>
span { border-color: #E511FB; }
span { border-color: rgb(229,17,251); }
td.TdClassName
{
border-color: #E511FB;
}
.TagClassName
{
border-color: #E511FB;
}
</style>