Shades of Psychedelic Purple #E118E7
Tints of Psychedelic Purple #E118E7
RGB
CMYK
RGB Variations
Color information
#E118E7 (or 0xE118E7) is known color: Psychedelic Purple. HEX triplet: E1, 18 and E7. RGB value is (225,24,231). Sum of RGB (Red+Green+Blue) = 225+24+231=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #E118E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118E7 is #1EE718. Grayscale: #6B6B6B. Windows color (decimal): -2025241 or 15145185. OLE color: 15145185.
HSL color Cylindrical-coordinate representation of color #E118E7: hue angle of 298.26º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E118E7 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 24 | 231 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.09 |
| HSL | 298.26º | 0.81% | 0.5% | - |
| HSV(B) | 298.26º | 0.9% | 0.91% | - |
| XYZ | 45.8 | 22.43 | 77.52 | - |
| YUV | 107.7 | 197.59 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 231 | 0.03 | 0.90 | 0 | 0.09 | 298.26 | 0.81 | 0.5 |
| Hex | E1 | 18 | E7 | 3 | 5A | 0 | 9 | 12A | 51 | 32 |
| Octal | 341 | 30 | 347 | 3 | 132 | 0 | 11 | 452 | 121 | 62 |
| Binary | 11100001 | 11000 | 11100111 | 11 | 1011010 | 0 | 1001 | 100101010 | 1010001 | 110010 |
Color Harmonies of #E118E7
Complementary color
Monochromatic Colors of #E118E7
Black with #E118E7
Text Example
Text Example
White with #E118E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118E7; }
p { color: rgb(225,24,231); }
H1.HeaderClassName
{
color: #E118E7;
}
.AnyTagClassName
{
color: #E118E7;
}
</style>
background-color css
<style>
a { background-color: #E118E7; }
a { background-color: rgb(225,24,231); }
div.DivClassName
{
background-color: #E118E7;
}
.BgClassName
{
background-color: #E118E7;
}
</style>
border-color css
<style>
span { border-color: #E118E7; }
span { border-color: rgb(225,24,231); }
td.TdClassName
{
border-color: #E118E7;
}
.TagClassName
{
border-color: #E118E7;
}
</style>