Shades of Psychedelic Purple #E108FF
Tints of Psychedelic Purple #E108FF
RGB
CMYK
RGB Variations
Color information
#E108FF (or 0xE108FF) is known color: Psychedelic Purple. HEX triplet: E1, 08 and FF. RGB value is (225,8,255). Sum of RGB (Red+Green+Blue) = 225+8+255=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #E108FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E108FF is #1EF700. Grayscale: #646464. Windows color (decimal): -2029313 or 16713953. OLE color: 16713953.
HSL color Cylindrical-coordinate representation of color #E108FF: hue angle of 292.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E108FF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 8 | 255 | - |
| CMYK | 0.12 | 0.97 | 0 | 0 |
| HSL | 292.71º | 1% | 0.52% | - |
| HSV(B) | 292.71º | 0.97% | 1% | - |
| XYZ | 49.19 | 23.4 | 96.53 | - |
| YUV | 101.04 | 214.89 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 255 | 0.12 | 0.97 | 0 | 0 | 292.71 | 1 | 0.52 |
| Hex | E1 | 8 | FF | C | 61 | 0 | 0 | 125 | 64 | 34 |
| Octal | 341 | 10 | 377 | 14 | 141 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100001 | 1000 | 11111111 | 1100 | 1100001 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E108FF
Complementary color
Monochromatic Colors of #E108FF
Black with #E108FF
Text Example
Text Example
White with #E108FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108FF; }
p { color: rgb(225,8,255); }
H1.HeaderClassName
{
color: #E108FF;
}
.AnyTagClassName
{
color: #E108FF;
}
</style>
background-color css
<style>
a { background-color: #E108FF; }
a { background-color: rgb(225,8,255); }
div.DivClassName
{
background-color: #E108FF;
}
.BgClassName
{
background-color: #E108FF;
}
</style>
border-color css
<style>
span { border-color: #E108FF; }
span { border-color: rgb(225,8,255); }
td.TdClassName
{
border-color: #E108FF;
}
.TagClassName
{
border-color: #E108FF;
}
</style>