Shades of Psychedelic Purple #E51BF2
Tints of Psychedelic Purple #E51BF2
RGB
CMYK
RGB Variations
Color information
#E51BF2 (or 0xE51BF2) is known color: Psychedelic Purple. HEX triplet: E5, 1B and F2. RGB value is (229,27,242). Sum of RGB (Red+Green+Blue) = 229+27+242=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #E51BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BF2 is #1AE40D. Grayscale: #6F6F6F. Windows color (decimal): -1762318 or 15866853. OLE color: 15866853.
HSL color Cylindrical-coordinate representation of color #E51BF2: hue angle of 296.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51BF2 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 27 | 242 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.05 |
| HSL | 296.37º | 0.89% | 0.53% | - |
| HSV(B) | 296.37º | 0.89% | 0.95% | - |
| XYZ | 48.73 | 23.85 | 86.04 | - |
| YUV | 111.91 | 201.42 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 242 | 0.05 | 0.89 | 0 | 0.05 | 296.37 | 0.89 | 0.53 |
| Hex | E5 | 1B | F2 | 5 | 59 | 0 | 5 | 128 | 59 | 35 |
| Octal | 345 | 33 | 362 | 5 | 131 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100101 | 11011 | 11110010 | 101 | 1011001 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E51BF2
Complementary color
Monochromatic Colors of #E51BF2
Black with #E51BF2
Text Example
Text Example
White with #E51BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BF2; }
p { color: rgb(229,27,242); }
H1.HeaderClassName
{
color: #E51BF2;
}
.AnyTagClassName
{
color: #E51BF2;
}
</style>
background-color css
<style>
a { background-color: #E51BF2; }
a { background-color: rgb(229,27,242); }
div.DivClassName
{
background-color: #E51BF2;
}
.BgClassName
{
background-color: #E51BF2;
}
</style>
border-color css
<style>
span { border-color: #E51BF2; }
span { border-color: rgb(229,27,242); }
td.TdClassName
{
border-color: #E51BF2;
}
.TagClassName
{
border-color: #E51BF2;
}
</style>