Shades of Psychedelic Purple #E311FD
Tints of Psychedelic Purple #E311FD
RGB
CMYK
RGB Variations
Color information
#E311FD (or 0xE311FD) is known color: Psychedelic Purple. HEX triplet: E3, 11 and FD. RGB value is (227,17,253). Sum of RGB (Red+Green+Blue) = 227+17+253=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #E311FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E311FD is #1CEE02. Grayscale: #696969. Windows color (decimal): -1895939 or 16585187. OLE color: 16585187.
HSL color Cylindrical-coordinate representation of color #E311FD: hue angle of 293.39º 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 #E311FD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 17 | 253 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.01 |
| HSL | 293.39º | 0.98% | 0.53% | - |
| HSV(B) | 293.39º | 0.93% | 0.99% | - |
| XYZ | 49.61 | 23.82 | 94.91 | - |
| YUV | 106.69 | 210.57 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 253 | 0.10 | 0.93 | 0 | 0.01 | 293.39 | 0.98 | 0.53 |
| Hex | E3 | 11 | FD | A | 5D | 0 | 1 | 125 | 62 | 35 |
| Octal | 343 | 21 | 375 | 12 | 135 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100011 | 10001 | 11111101 | 1010 | 1011101 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E311FD
Complementary color
Monochromatic Colors of #E311FD
Black with #E311FD
Text Example
Text Example
White with #E311FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E311FD; }
p { color: rgb(227,17,253); }
H1.HeaderClassName
{
color: #E311FD;
}
.AnyTagClassName
{
color: #E311FD;
}
</style>
background-color css
<style>
a { background-color: #E311FD; }
a { background-color: rgb(227,17,253); }
div.DivClassName
{
background-color: #E311FD;
}
.BgClassName
{
background-color: #E311FD;
}
</style>
border-color css
<style>
span { border-color: #E311FD; }
span { border-color: rgb(227,17,253); }
td.TdClassName
{
border-color: #E311FD;
}
.TagClassName
{
border-color: #E311FD;
}
</style>