Shades of Psychedelic Purple #E51DF9
Tints of Psychedelic Purple #E51DF9
RGB
CMYK
RGB Variations
Color information
#E51DF9 (or 0xE51DF9) is known color: Psychedelic Purple. HEX triplet: E5, 1D and F9. RGB value is (229,29,249). Sum of RGB (Red+Green+Blue) = 229+29+249=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #E51DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DF9 is #1AE206. Grayscale: #717171. Windows color (decimal): -1761799 or 16326117. OLE color: 16326117.
HSL color Cylindrical-coordinate representation of color #E51DF9: hue angle of 294.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51DF9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 29 | 249 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.02 |
| HSL | 294.55º | 0.95% | 0.55% | - |
| HSV(B) | 294.55º | 0.88% | 0.98% | - |
| XYZ | 49.85 | 24.38 | 91.7 | - |
| YUV | 113.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 249 | 0.08 | 0.88 | 0 | 0.02 | 294.55 | 0.95 | 0.55 |
| Hex | E5 | 1D | F9 | 8 | 58 | 0 | 2 | 127 | 5F | 37 |
| Octal | 345 | 35 | 371 | 10 | 130 | 0 | 2 | 447 | 137 | 67 |
| Binary | 11100101 | 11101 | 11111001 | 1000 | 1011000 | 0 | 10 | 100100111 | 1011111 | 110111 |
Color Harmonies of #E51DF9
Complementary color
Monochromatic Colors of #E51DF9
Black with #E51DF9
Text Example
Text Example
White with #E51DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DF9; }
p { color: rgb(229,29,249); }
H1.HeaderClassName
{
color: #E51DF9;
}
.AnyTagClassName
{
color: #E51DF9;
}
</style>
background-color css
<style>
a { background-color: #E51DF9; }
a { background-color: rgb(229,29,249); }
div.DivClassName
{
background-color: #E51DF9;
}
.BgClassName
{
background-color: #E51DF9;
}
</style>
border-color css
<style>
span { border-color: #E51DF9; }
span { border-color: rgb(229,29,249); }
td.TdClassName
{
border-color: #E51DF9;
}
.TagClassName
{
border-color: #E51DF9;
}
</style>