Shades of Psychedelic Purple #E112F3
Tints of Psychedelic Purple #E112F3
RGB
CMYK
RGB Variations
Color information
#E112F3 (or 0xE112F3) is known color: Psychedelic Purple. HEX triplet: E1, 12 and F3. RGB value is (225,18,243). Sum of RGB (Red+Green+Blue) = 225+18+243=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #E112F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112F3 is #1EED0C. Grayscale: #686868. Windows color (decimal): -2026765 or 15930081. OLE color: 15930081.
HSL color Cylindrical-coordinate representation of color #E112F3: hue angle of 295.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E112F3 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 18 | 243 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.05 |
| HSL | 295.2º | 0.9% | 0.51% | - |
| HSV(B) | 295.2º | 0.93% | 0.95% | - |
| XYZ | 47.45 | 22.91 | 86.72 | - |
| YUV | 105.54 | 205.58 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 243 | 0.07 | 0.93 | 0 | 0.05 | 295.2 | 0.9 | 0.51 |
| Hex | E1 | 12 | F3 | 7 | 5D | 0 | 5 | 127 | 5A | 33 |
| Octal | 341 | 22 | 363 | 7 | 135 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11100001 | 10010 | 11110011 | 111 | 1011101 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #E112F3
Complementary color
Monochromatic Colors of #E112F3
Black with #E112F3
Text Example
Text Example
White with #E112F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112F3; }
p { color: rgb(225,18,243); }
H1.HeaderClassName
{
color: #E112F3;
}
.AnyTagClassName
{
color: #E112F3;
}
</style>
background-color css
<style>
a { background-color: #E112F3; }
a { background-color: rgb(225,18,243); }
div.DivClassName
{
background-color: #E112F3;
}
.BgClassName
{
background-color: #E112F3;
}
</style>
border-color css
<style>
span { border-color: #E112F3; }
span { border-color: rgb(225,18,243); }
td.TdClassName
{
border-color: #E112F3;
}
.TagClassName
{
border-color: #E112F3;
}
</style>