Shades of Psychedelic Purple #E112FD
Tints of Psychedelic Purple #E112FD
RGB
CMYK
RGB Variations
Color information
#E112FD (or 0xE112FD) is known color: Psychedelic Purple. HEX triplet: E1, 12 and FD. RGB value is (225,18,253). Sum of RGB (Red+Green+Blue) = 225+18+253=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #E112FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112FD is #1EED02. Grayscale: #696969. Windows color (decimal): -2026755 or 16585441. OLE color: 16585441.
HSL color Cylindrical-coordinate representation of color #E112FD: hue angle of 292.85º 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 #E112FD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 18 | 253 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.01 |
| HSL | 292.85º | 0.98% | 0.53% | - |
| HSV(B) | 292.85º | 0.93% | 0.99% | - |
| XYZ | 49 | 23.53 | 94.89 | - |
| YUV | 106.68 | 210.58 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 253 | 0.11 | 0.93 | 0 | 0.01 | 292.85 | 0.98 | 0.53 |
| Hex | E1 | 12 | FD | B | 5D | 0 | 1 | 125 | 62 | 35 |
| Octal | 341 | 22 | 375 | 13 | 135 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100001 | 10010 | 11111101 | 1011 | 1011101 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E112FD
Complementary color
Monochromatic Colors of #E112FD
Black with #E112FD
Text Example
Text Example
White with #E112FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112FD; }
p { color: rgb(225,18,253); }
H1.HeaderClassName
{
color: #E112FD;
}
.AnyTagClassName
{
color: #E112FD;
}
</style>
background-color css
<style>
a { background-color: #E112FD; }
a { background-color: rgb(225,18,253); }
div.DivClassName
{
background-color: #E112FD;
}
.BgClassName
{
background-color: #E112FD;
}
</style>
border-color css
<style>
span { border-color: #E112FD; }
span { border-color: rgb(225,18,253); }
td.TdClassName
{
border-color: #E112FD;
}
.TagClassName
{
border-color: #E112FD;
}
</style>