Shades of Psychedelic Purple #E112F8
Tints of Psychedelic Purple #E112F8
RGB
CMYK
RGB Variations
Color information
#E112F8 (or 0xE112F8) is known color: Psychedelic Purple. HEX triplet: E1, 12 and F8. RGB value is (225,18,248). Sum of RGB (Red+Green+Blue) = 225+18+248=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #E112F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112F8 is #1EED07. Grayscale: #696969. Windows color (decimal): -2026760 or 16257761. OLE color: 16257761.
HSL color Cylindrical-coordinate representation of color #E112F8: hue angle of 294º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E112F8 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 18 | 248 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.03 |
| HSL | 294º | 0.94% | 0.52% | - |
| HSV(B) | 294º | 0.93% | 0.97% | - |
| XYZ | 48.21 | 23.22 | 90.75 | - |
| YUV | 106.11 | 208.08 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 248 | 0.09 | 0.93 | 0 | 0.03 | 294 | 0.94 | 0.52 |
| Hex | E1 | 12 | F8 | 9 | 5D | 0 | 3 | 126 | 5E | 34 |
| Octal | 341 | 22 | 370 | 11 | 135 | 0 | 3 | 446 | 136 | 64 |
| Binary | 11100001 | 10010 | 11111000 | 1001 | 1011101 | 0 | 11 | 100100110 | 1011110 | 110100 |
Color Harmonies of #E112F8
Complementary color
Monochromatic Colors of #E112F8
Black with #E112F8
Text Example
Text Example
White with #E112F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112F8; }
p { color: rgb(225,18,248); }
H1.HeaderClassName
{
color: #E112F8;
}
.AnyTagClassName
{
color: #E112F8;
}
</style>
background-color css
<style>
a { background-color: #E112F8; }
a { background-color: rgb(225,18,248); }
div.DivClassName
{
background-color: #E112F8;
}
.BgClassName
{
background-color: #E112F8;
}
</style>
border-color css
<style>
span { border-color: #E112F8; }
span { border-color: rgb(225,18,248); }
td.TdClassName
{
border-color: #E112F8;
}
.TagClassName
{
border-color: #E112F8;
}
</style>