Shades of Psychedelic Purple #E113FD
Tints of Psychedelic Purple #E113FD
RGB
CMYK
RGB Variations
Color information
#E113FD (or 0xE113FD) is known color: Psychedelic Purple. HEX triplet: E1, 13 and FD. RGB value is (225,19,253). Sum of RGB (Red+Green+Blue) = 225+19+253=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 19 (7.81% from 255 or 3.82% 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 #E113FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113FD is #1EEC02. Grayscale: #6A6A6A. Windows color (decimal): -2026499 or 16585697. OLE color: 16585697.
HSL color Cylindrical-coordinate representation of color #E113FD: hue angle of 292.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113FD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 19 | 253 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.01 |
| HSL | 292.82º | 0.98% | 0.53% | - |
| HSV(B) | 292.82º | 0.92% | 0.99% | - |
| XYZ | 49.01 | 23.57 | 94.89 | - |
| YUV | 107.27 | 210.25 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 253 | 0.11 | 0.92 | 0 | 0.01 | 292.82 | 0.98 | 0.53 |
| Hex | E1 | 13 | FD | B | 5C | 0 | 1 | 125 | 62 | 35 |
| Octal | 341 | 23 | 375 | 13 | 134 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100001 | 10011 | 11111101 | 1011 | 1011100 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E113FD
Complementary color
Monochromatic Colors of #E113FD
Black with #E113FD
Text Example
Text Example
White with #E113FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113FD; }
p { color: rgb(225,19,253); }
H1.HeaderClassName
{
color: #E113FD;
}
.AnyTagClassName
{
color: #E113FD;
}
</style>
background-color css
<style>
a { background-color: #E113FD; }
a { background-color: rgb(225,19,253); }
div.DivClassName
{
background-color: #E113FD;
}
.BgClassName
{
background-color: #E113FD;
}
</style>
border-color css
<style>
span { border-color: #E113FD; }
span { border-color: rgb(225,19,253); }
td.TdClassName
{
border-color: #E113FD;
}
.TagClassName
{
border-color: #E113FD;
}
</style>