Shades of Psychedelic Purple #E51BFA
Tints of Psychedelic Purple #E51BFA
RGB
CMYK
RGB Variations
Color information
#E51BFA (or 0xE51BFA) is known color: Psychedelic Purple. HEX triplet: E5, 1B and FA. RGB value is (229,27,250). Sum of RGB (Red+Green+Blue) = 229+27+250=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #E51BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BFA is #1AE405. Grayscale: #707070. Windows color (decimal): -1762310 or 16391141. OLE color: 16391141.
HSL color Cylindrical-coordinate representation of color #E51BFA: hue angle of 294.35º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51BFA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 27 | 250 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.02 |
| HSL | 294.35º | 0.96% | 0.54% | - |
| HSV(B) | 294.35º | 0.89% | 0.98% | - |
| XYZ | 49.96 | 24.34 | 92.51 | - |
| YUV | 112.82 | 205.42 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 250 | 0.08 | 0.89 | 0 | 0.02 | 294.35 | 0.96 | 0.54 |
| Hex | E5 | 1B | FA | 8 | 59 | 0 | 2 | 126 | 60 | 36 |
| Octal | 345 | 33 | 372 | 10 | 131 | 0 | 2 | 446 | 140 | 66 |
| Binary | 11100101 | 11011 | 11111010 | 1000 | 1011001 | 0 | 10 | 100100110 | 1100000 | 110110 |
Color Harmonies of #E51BFA
Complementary color
Monochromatic Colors of #E51BFA
Black with #E51BFA
Text Example
Text Example
White with #E51BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BFA; }
p { color: rgb(229,27,250); }
H1.HeaderClassName
{
color: #E51BFA;
}
.AnyTagClassName
{
color: #E51BFA;
}
</style>
background-color css
<style>
a { background-color: #E51BFA; }
a { background-color: rgb(229,27,250); }
div.DivClassName
{
background-color: #E51BFA;
}
.BgClassName
{
background-color: #E51BFA;
}
</style>
border-color css
<style>
span { border-color: #E51BFA; }
span { border-color: rgb(229,27,250); }
td.TdClassName
{
border-color: #E51BFA;
}
.TagClassName
{
border-color: #E51BFA;
}
</style>