Shades of Psychedelic Purple #E109ED
Tints of Psychedelic Purple #E109ED
RGB
CMYK
RGB Variations
Color information
#E109ED (or 0xE109ED) is known color: Psychedelic Purple. HEX triplet: E1, 09 and ED. RGB value is (225,9,237). Sum of RGB (Red+Green+Blue) = 225+9+237=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #E109ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E109ED is #1EF612. Grayscale: #626262. Windows color (decimal): -2029075 or 15534561. OLE color: 15534561.
HSL color Cylindrical-coordinate representation of color #E109ED: hue angle of 296.84º 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 #E109ED is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 9 | 237 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.07 |
| HSL | 296.84º | 0.93% | 0.48% | - |
| HSV(B) | 296.84º | 0.96% | 0.93% | - |
| XYZ | 46.44 | 22.32 | 81.98 | - |
| YUV | 99.58 | 205.56 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 237 | 0.05 | 0.96 | 0 | 0.07 | 296.84 | 0.93 | 0.48 |
| Hex | E1 | 9 | ED | 5 | 60 | 0 | 7 | 129 | 5D | 30 |
| Octal | 341 | 11 | 355 | 5 | 140 | 0 | 7 | 451 | 135 | 60 |
| Binary | 11100001 | 1001 | 11101101 | 101 | 1100000 | 0 | 111 | 100101001 | 1011101 | 110000 |
Color Harmonies of #E109ED
Complementary color
Monochromatic Colors of #E109ED
Black with #E109ED
Text Example
Text Example
White with #E109ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E109ED; }
p { color: rgb(225,9,237); }
H1.HeaderClassName
{
color: #E109ED;
}
.AnyTagClassName
{
color: #E109ED;
}
</style>
background-color css
<style>
a { background-color: #E109ED; }
a { background-color: rgb(225,9,237); }
div.DivClassName
{
background-color: #E109ED;
}
.BgClassName
{
background-color: #E109ED;
}
</style>
border-color css
<style>
span { border-color: #E109ED; }
span { border-color: rgb(225,9,237); }
td.TdClassName
{
border-color: #E109ED;
}
.TagClassName
{
border-color: #E109ED;
}
</style>