Shades of Psychedelic Purple #E51CF2
Tints of Psychedelic Purple #E51CF2
RGB
CMYK
RGB Variations
Color information
#E51CF2 (or 0xE51CF2) is known color: Psychedelic Purple. HEX triplet: E5, 1C and F2. RGB value is (229,28,242). Sum of RGB (Red+Green+Blue) = 229+28+242=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #E51CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51CF2 is #1AE30D. Grayscale: #6F6F6F. Windows color (decimal): -1762062 or 15867109. OLE color: 15867109.
HSL color Cylindrical-coordinate representation of color #E51CF2: hue angle of 296.36º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CF2 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 28 | 242 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.05 |
| HSL | 296.36º | 0.89% | 0.53% | - |
| HSV(B) | 296.36º | 0.88% | 0.95% | - |
| XYZ | 48.76 | 23.9 | 86.05 | - |
| YUV | 112.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 242 | 0.05 | 0.88 | 0 | 0.05 | 296.36 | 0.89 | 0.53 |
| Hex | E5 | 1C | F2 | 5 | 58 | 0 | 5 | 128 | 59 | 35 |
| Octal | 345 | 34 | 362 | 5 | 130 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100101 | 11100 | 11110010 | 101 | 1011000 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E51CF2
Complementary color
Monochromatic Colors of #E51CF2
Black with #E51CF2
Text Example
Text Example
White with #E51CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CF2; }
p { color: rgb(229,28,242); }
H1.HeaderClassName
{
color: #E51CF2;
}
.AnyTagClassName
{
color: #E51CF2;
}
</style>
background-color css
<style>
a { background-color: #E51CF2; }
a { background-color: rgb(229,28,242); }
div.DivClassName
{
background-color: #E51CF2;
}
.BgClassName
{
background-color: #E51CF2;
}
</style>
border-color css
<style>
span { border-color: #E51CF2; }
span { border-color: rgb(229,28,242); }
td.TdClassName
{
border-color: #E51CF2;
}
.TagClassName
{
border-color: #E51CF2;
}
</style>