Shades of Psychedelic Purple #E900EC
Tints of Psychedelic Purple #E900EC
RGB
CMYK
RGB Variations
Color information
#E900EC (or 0xE900EC) is known color: Psychedelic Purple. HEX triplet: E9, 00 and EC. RGB value is (233,0,236). Sum of RGB (Red+Green+Blue) = 233+0+236=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #E900EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900EC is #16FF13. Grayscale: #5F5F5F. Windows color (decimal): -1507092 or 15466729. OLE color: 15466729.
HSL color Cylindrical-coordinate representation of color #E900EC: hue angle of 299.24º 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 #E900EC is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 0 | 236 | - |
| CMYK | 0.01 | 1 | 0 | 0.07 |
| HSL | 299.24º | 1% | 0.46% | - |
| HSV(B) | 299.24º | 1% | 0.93% | - |
| XYZ | 48.74 | 23.38 | 81.3 | - |
| YUV | 96.57 | 206.69 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 236 | 0.01 | 1 | 0 | 0.07 | 299.24 | 1 | 0.46 |
| Hex | E9 | 0 | EC | 1 | 64 | 0 | 7 | 12B | 64 | 2E |
| Octal | 351 | 0 | 354 | 1 | 144 | 0 | 7 | 453 | 144 | 56 |
| Binary | 11101001 | 0 | 11101100 | 1 | 1100100 | 0 | 111 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E900EC
Complementary color
Monochromatic Colors of #E900EC
Black with #E900EC
Text Example
Text Example
White with #E900EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900EC; }
p { color: rgb(233,0,236); }
H1.HeaderClassName
{
color: #E900EC;
}
.AnyTagClassName
{
color: #E900EC;
}
</style>
background-color css
<style>
a { background-color: #E900EC; }
a { background-color: rgb(233,0,236); }
div.DivClassName
{
background-color: #E900EC;
}
.BgClassName
{
background-color: #E900EC;
}
</style>
border-color css
<style>
span { border-color: #E900EC; }
span { border-color: rgb(233,0,236); }
td.TdClassName
{
border-color: #E900EC;
}
.TagClassName
{
border-color: #E900EC;
}
</style>