Shades of Psychedelic Purple #E118E6
Tints of Psychedelic Purple #E118E6
RGB
CMYK
RGB Variations
Color information
#E118E6 (or 0xE118E6) is known color: Psychedelic Purple. HEX triplet: E1, 18 and E6. RGB value is (225,24,230). Sum of RGB (Red+Green+Blue) = 225+24+230=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #E118E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118E6 is #1EE719. Grayscale: #6A6A6A. Windows color (decimal): -2025242 or 15079649. OLE color: 15079649.
HSL color Cylindrical-coordinate representation of color #E118E6: hue angle of 298.54º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E118E6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 24 | 230 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.10 |
| HSL | 298.54º | 0.81% | 0.5% | - |
| HSV(B) | 298.54º | 0.9% | 0.9% | - |
| XYZ | 45.66 | 22.37 | 76.77 | - |
| YUV | 107.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 230 | 0.02 | 0.90 | 0 | 0.10 | 298.54 | 0.81 | 0.5 |
| Hex | E1 | 18 | E6 | 2 | 5A | 0 | A | 12B | 51 | 32 |
| Octal | 341 | 30 | 346 | 2 | 132 | 0 | 12 | 453 | 121 | 62 |
| Binary | 11100001 | 11000 | 11100110 | 10 | 1011010 | 0 | 1010 | 100101011 | 1010001 | 110010 |
Color Harmonies of #E118E6
Complementary color
Monochromatic Colors of #E118E6
Black with #E118E6
Text Example
Text Example
White with #E118E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118E6; }
p { color: rgb(225,24,230); }
H1.HeaderClassName
{
color: #E118E6;
}
.AnyTagClassName
{
color: #E118E6;
}
</style>
background-color css
<style>
a { background-color: #E118E6; }
a { background-color: rgb(225,24,230); }
div.DivClassName
{
background-color: #E118E6;
}
.BgClassName
{
background-color: #E118E6;
}
</style>
border-color css
<style>
span { border-color: #E118E6; }
span { border-color: rgb(225,24,230); }
td.TdClassName
{
border-color: #E118E6;
}
.TagClassName
{
border-color: #E118E6;
}
</style>