Shades of Psychedelic Purple #E511FD
Tints of Psychedelic Purple #E511FD
RGB
CMYK
RGB Variations
Color information
#E511FD (or 0xE511FD) is known color: Psychedelic Purple. HEX triplet: E5, 11 and FD. RGB value is (229,17,253). Sum of RGB (Red+Green+Blue) = 229+17+253=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E511FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FD is #1AEE02. Grayscale: #6A6A6A. Windows color (decimal): -1764867 or 16585189. OLE color: 16585189.
HSL color Cylindrical-coordinate representation of color #E511FD: hue angle of 293.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511FD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 17 | 253 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.01 |
| HSL | 293.9º | 0.98% | 0.53% | - |
| HSV(B) | 293.9º | 0.93% | 0.99% | - |
| XYZ | 50.24 | 24.15 | 94.94 | - |
| YUV | 107.29 | 210.24 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 253 | 0.09 | 0.93 | 0 | 0.01 | 293.9 | 0.98 | 0.53 |
| Hex | E5 | 11 | FD | 9 | 5D | 0 | 1 | 126 | 62 | 35 |
| Octal | 345 | 21 | 375 | 11 | 135 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100101 | 10001 | 11111101 | 1001 | 1011101 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E511FD
Complementary color
Monochromatic Colors of #E511FD
Black with #E511FD
Text Example
Text Example
White with #E511FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511FD; }
p { color: rgb(229,17,253); }
H1.HeaderClassName
{
color: #E511FD;
}
.AnyTagClassName
{
color: #E511FD;
}
</style>
background-color css
<style>
a { background-color: #E511FD; }
a { background-color: rgb(229,17,253); }
div.DivClassName
{
background-color: #E511FD;
}
.BgClassName
{
background-color: #E511FD;
}
</style>
border-color css
<style>
span { border-color: #E511FD; }
span { border-color: rgb(229,17,253); }
td.TdClassName
{
border-color: #E511FD;
}
.TagClassName
{
border-color: #E511FD;
}
</style>