Shades of Psychedelic Purple #E108E7
Tints of Psychedelic Purple #E108E7
RGB
CMYK
RGB Variations
Color information
#E108E7 (or 0xE108E7) is known color: Psychedelic Purple. HEX triplet: E1, 08 and E7. RGB value is (225,8,231). Sum of RGB (Red+Green+Blue) = 225+8+231=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 8 (3.52% from 255 or 1.72% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #E108E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E108E7 is #1EF718. Grayscale: #616161. Windows color (decimal): -2029337 or 15141089. OLE color: 15141089.
HSL color Cylindrical-coordinate representation of color #E108E7: hue angle of 298.39º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E108E7 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 8 | 231 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.09 |
| HSL | 298.39º | 0.93% | 0.47% | - |
| HSV(B) | 298.39º | 0.97% | 0.91% | - |
| XYZ | 45.56 | 21.95 | 77.44 | - |
| YUV | 98.31 | 202.89 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 231 | 0.03 | 0.97 | 0 | 0.09 | 298.39 | 0.93 | 0.47 |
| Hex | E1 | 8 | E7 | 3 | 61 | 0 | 9 | 12A | 5D | 2F |
| Octal | 341 | 10 | 347 | 3 | 141 | 0 | 11 | 452 | 135 | 57 |
| Binary | 11100001 | 1000 | 11100111 | 11 | 1100001 | 0 | 1001 | 100101010 | 1011101 | 101111 |
Color Harmonies of #E108E7
Complementary color
Monochromatic Colors of #E108E7
Black with #E108E7
Text Example
Text Example
White with #E108E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108E7; }
p { color: rgb(225,8,231); }
H1.HeaderClassName
{
color: #E108E7;
}
.AnyTagClassName
{
color: #E108E7;
}
</style>
background-color css
<style>
a { background-color: #E108E7; }
a { background-color: rgb(225,8,231); }
div.DivClassName
{
background-color: #E108E7;
}
.BgClassName
{
background-color: #E108E7;
}
</style>
border-color css
<style>
span { border-color: #E108E7; }
span { border-color: rgb(225,8,231); }
td.TdClassName
{
border-color: #E108E7;
}
.TagClassName
{
border-color: #E108E7;
}
</style>