Shades of Psychedelic Purple #E109EE
Tints of Psychedelic Purple #E109EE
RGB
CMYK
RGB Variations
Color information
#E109EE (or 0xE109EE) is known color: Psychedelic Purple. HEX triplet: E1, 09 and EE. RGB value is (225,9,238). Sum of RGB (Red+Green+Blue) = 225+9+238=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E109EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E109EE is #1EF611. Grayscale: #626262. Windows color (decimal): -2029074 or 15600097. OLE color: 15600097.
HSL color Cylindrical-coordinate representation of color #E109EE: hue angle of 296.59º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E109EE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 9 | 238 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.07 |
| HSL | 296.59º | 0.93% | 0.48% | - |
| HSV(B) | 296.59º | 0.96% | 0.93% | - |
| XYZ | 46.58 | 22.38 | 82.75 | - |
| YUV | 99.69 | 206.06 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 238 | 0.05 | 0.96 | 0 | 0.07 | 296.59 | 0.93 | 0.48 |
| Hex | E1 | 9 | EE | 5 | 60 | 0 | 7 | 129 | 5D | 30 |
| Octal | 341 | 11 | 356 | 5 | 140 | 0 | 7 | 451 | 135 | 60 |
| Binary | 11100001 | 1001 | 11101110 | 101 | 1100000 | 0 | 111 | 100101001 | 1011101 | 110000 |
Color Harmonies of #E109EE
Complementary color
Monochromatic Colors of #E109EE
Black with #E109EE
Text Example
Text Example
White with #E109EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109EE; }
p { color: rgb(225,9,238); }
H1.HeaderClassName
{
color: #E109EE;
}
.AnyTagClassName
{
color: #E109EE;
}
</style>
background-color css
<style>
a { background-color: #E109EE; }
a { background-color: rgb(225,9,238); }
div.DivClassName
{
background-color: #E109EE;
}
.BgClassName
{
background-color: #E109EE;
}
</style>
border-color css
<style>
span { border-color: #E109EE; }
span { border-color: rgb(225,9,238); }
td.TdClassName
{
border-color: #E109EE;
}
.TagClassName
{
border-color: #E109EE;
}
</style>