Shades of Psychedelic Purple #E113F3
Tints of Psychedelic Purple #E113F3
RGB
CMYK
RGB Variations
Color information
#E113F3 (or 0xE113F3) is known color: Psychedelic Purple. HEX triplet: E1, 13 and F3. RGB value is (225,19,243). Sum of RGB (Red+Green+Blue) = 225+19+243=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #E113F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113F3 is #1EEC0C. Grayscale: #696969. Windows color (decimal): -2026509 or 15930337. OLE color: 15930337.
HSL color Cylindrical-coordinate representation of color #E113F3: hue angle of 295.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113F3 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 19 | 243 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.05 |
| HSL | 295.18º | 0.9% | 0.51% | - |
| HSV(B) | 295.18º | 0.92% | 0.95% | - |
| XYZ | 47.46 | 22.94 | 86.72 | - |
| YUV | 106.13 | 205.25 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 243 | 0.07 | 0.92 | 0 | 0.05 | 295.18 | 0.9 | 0.51 |
| Hex | E1 | 13 | F3 | 7 | 5C | 0 | 5 | 127 | 5A | 33 |
| Octal | 341 | 23 | 363 | 7 | 134 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11100001 | 10011 | 11110011 | 111 | 1011100 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #E113F3
Complementary color
Monochromatic Colors of #E113F3
Black with #E113F3
Text Example
Text Example
White with #E113F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113F3; }
p { color: rgb(225,19,243); }
H1.HeaderClassName
{
color: #E113F3;
}
.AnyTagClassName
{
color: #E113F3;
}
</style>
background-color css
<style>
a { background-color: #E113F3; }
a { background-color: rgb(225,19,243); }
div.DivClassName
{
background-color: #E113F3;
}
.BgClassName
{
background-color: #E113F3;
}
</style>
border-color css
<style>
span { border-color: #E113F3; }
span { border-color: rgb(225,19,243); }
td.TdClassName
{
border-color: #E113F3;
}
.TagClassName
{
border-color: #E113F3;
}
</style>