Shades of Psychedelic Purple #E112F9
Tints of Psychedelic Purple #E112F9
RGB
CMYK
RGB Variations
Color information
#E112F9 (or 0xE112F9) is known color: Psychedelic Purple. HEX triplet: E1, 12 and F9. RGB value is (225,18,249). Sum of RGB (Red+Green+Blue) = 225+18+249=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #E112F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112F9 is #1EED06. Grayscale: #696969. Windows color (decimal): -2026759 or 16323297. OLE color: 16323297.
HSL color Cylindrical-coordinate representation of color #E112F9: hue angle of 293.77º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E112F9 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 18 | 249 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.02 |
| HSL | 293.77º | 0.95% | 0.52% | - |
| HSV(B) | 293.77º | 0.93% | 0.98% | - |
| XYZ | 48.37 | 23.28 | 91.57 | - |
| YUV | 106.23 | 208.58 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 249 | 0.10 | 0.93 | 0 | 0.02 | 293.77 | 0.95 | 0.52 |
| Hex | E1 | 12 | F9 | A | 5D | 0 | 2 | 126 | 5F | 34 |
| Octal | 341 | 22 | 371 | 12 | 135 | 0 | 2 | 446 | 137 | 64 |
| Binary | 11100001 | 10010 | 11111001 | 1010 | 1011101 | 0 | 10 | 100100110 | 1011111 | 110100 |
Color Harmonies of #E112F9
Complementary color
Monochromatic Colors of #E112F9
Black with #E112F9
Text Example
Text Example
White with #E112F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112F9; }
p { color: rgb(225,18,249); }
H1.HeaderClassName
{
color: #E112F9;
}
.AnyTagClassName
{
color: #E112F9;
}
</style>
background-color css
<style>
a { background-color: #E112F9; }
a { background-color: rgb(225,18,249); }
div.DivClassName
{
background-color: #E112F9;
}
.BgClassName
{
background-color: #E112F9;
}
</style>
border-color css
<style>
span { border-color: #E112F9; }
span { border-color: rgb(225,18,249); }
td.TdClassName
{
border-color: #E112F9;
}
.TagClassName
{
border-color: #E112F9;
}
</style>