Shades of Psychedelic Purple #E109FE
Tints of Psychedelic Purple #E109FE
RGB
CMYK
RGB Variations
Color information
#E109FE (or 0xE109FE) is known color: Psychedelic Purple. HEX triplet: E1, 09 and FE. RGB value is (225,9,254). Sum of RGB (Red+Green+Blue) = 225+9+254=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 9 (3.91% from 255 or 1.84% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #E109FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E109FE is #1EF601. Grayscale: #646464. Windows color (decimal): -2029058 or 16648673. OLE color: 16648673.
HSL color Cylindrical-coordinate representation of color #E109FE: hue angle of 292.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E109FE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 9 | 254 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.00 |
| HSL | 292.9º | 0.99% | 0.52% | - |
| HSV(B) | 292.9º | 0.96% | 1% | - |
| XYZ | 49.04 | 23.36 | 95.69 | - |
| YUV | 101.51 | 214.06 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 254 | 0.11 | 0.96 | 0 | 0.00 | 292.9 | 0.99 | 0.52 |
| Hex | E1 | 9 | FE | B | 60 | 0 | 0 | 125 | 63 | 34 |
| Octal | 341 | 11 | 376 | 13 | 140 | 0 | 0 | 445 | 143 | 64 |
| Binary | 11100001 | 1001 | 11111110 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100011 | 110100 |
Color Harmonies of #E109FE
Complementary color
Monochromatic Colors of #E109FE
Black with #E109FE
Text Example
Text Example
White with #E109FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109FE; }
p { color: rgb(225,9,254); }
H1.HeaderClassName
{
color: #E109FE;
}
.AnyTagClassName
{
color: #E109FE;
}
</style>
background-color css
<style>
a { background-color: #E109FE; }
a { background-color: rgb(225,9,254); }
div.DivClassName
{
background-color: #E109FE;
}
.BgClassName
{
background-color: #E109FE;
}
</style>
border-color css
<style>
span { border-color: #E109FE; }
span { border-color: rgb(225,9,254); }
td.TdClassName
{
border-color: #E109FE;
}
.TagClassName
{
border-color: #E109FE;
}
</style>