Shades of Psychedelic Purple #E100ED
Tints of Psychedelic Purple #E100ED
RGB
CMYK
RGB Variations
Color information
#E100ED (or 0xE100ED) is known color: Psychedelic Purple. HEX triplet: E1, 00 and ED. RGB value is (225,0,237). Sum of RGB (Red+Green+Blue) = 225+0+237=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #E100ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100ED is #1EFF12. Grayscale: #5D5D5D. Windows color (decimal): -2031379 or 15532257. OLE color: 15532257.
HSL color Cylindrical-coordinate representation of color #E100ED: hue angle of 296.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100ED is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 0 | 237 | - |
| CMYK | 0.05 | 1 | 0 | 0.07 |
| HSL | 296.96º | 1% | 0.46% | - |
| HSV(B) | 296.96º | 1% | 0.93% | - |
| XYZ | 46.34 | 22.12 | 81.95 | - |
| YUV | 94.29 | 208.54 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 237 | 0.05 | 1 | 0 | 0.07 | 296.96 | 1 | 0.46 |
| Hex | E1 | 0 | ED | 5 | 64 | 0 | 7 | 129 | 64 | 2E |
| Octal | 341 | 0 | 355 | 5 | 144 | 0 | 7 | 451 | 144 | 56 |
| Binary | 11100001 | 0 | 11101101 | 101 | 1100100 | 0 | 111 | 100101001 | 1100100 | 101110 |
Color Harmonies of #E100ED
Complementary color
Monochromatic Colors of #E100ED
Black with #E100ED
Text Example
Text Example
White with #E100ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100ED; }
p { color: rgb(225,0,237); }
H1.HeaderClassName
{
color: #E100ED;
}
.AnyTagClassName
{
color: #E100ED;
}
</style>
background-color css
<style>
a { background-color: #E100ED; }
a { background-color: rgb(225,0,237); }
div.DivClassName
{
background-color: #E100ED;
}
.BgClassName
{
background-color: #E100ED;
}
</style>
border-color css
<style>
span { border-color: #E100ED; }
span { border-color: rgb(225,0,237); }
td.TdClassName
{
border-color: #E100ED;
}
.TagClassName
{
border-color: #E100ED;
}
</style>