Shades of Psychedelic Purple #E109FF
Tints of Psychedelic Purple #E109FF
RGB
CMYK
RGB Variations
Color information
#E109FF (or 0xE109FF) is known color: Psychedelic Purple. HEX triplet: E1, 09 and FF. RGB value is (225,9,255). Sum of RGB (Red+Green+Blue) = 225+9+255=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 9 (3.91% from 255 or 1.84% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #E109FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E109FF is #1EF600. Grayscale: #646464. Windows color (decimal): -2029057 or 16714209. OLE color: 16714209.
HSL color Cylindrical-coordinate representation of color #E109FF: hue angle of 292.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E109FF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 9 | 255 | - |
| CMYK | 0.12 | 0.96 | 0 | 0 |
| HSL | 292.68º | 1% | 0.52% | - |
| HSV(B) | 292.68º | 0.96% | 1% | - |
| XYZ | 49.2 | 23.42 | 96.54 | - |
| YUV | 101.63 | 214.56 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 255 | 0.12 | 0.96 | 0 | 0 | 292.68 | 1 | 0.52 |
| Hex | E1 | 9 | FF | C | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 341 | 11 | 377 | 14 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100001 | 1001 | 11111111 | 1100 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E109FF
Complementary color
Monochromatic Colors of #E109FF
Black with #E109FF
Text Example
Text Example
White with #E109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109FF; }
p { color: rgb(225,9,255); }
H1.HeaderClassName
{
color: #E109FF;
}
.AnyTagClassName
{
color: #E109FF;
}
</style>
background-color css
<style>
a { background-color: #E109FF; }
a { background-color: rgb(225,9,255); }
div.DivClassName
{
background-color: #E109FF;
}
.BgClassName
{
background-color: #E109FF;
}
</style>
border-color css
<style>
span { border-color: #E109FF; }
span { border-color: rgb(225,9,255); }
td.TdClassName
{
border-color: #E109FF;
}
.TagClassName
{
border-color: #E109FF;
}
</style>