Shades of Psychedelic Purple #E900EF
Tints of Psychedelic Purple #E900EF
RGB
CMYK
RGB Variations
Color information
#E900EF (or 0xE900EF) is known color: Psychedelic Purple. HEX triplet: E9, 00 and EF. RGB value is (233,0,239). Sum of RGB (Red+Green+Blue) = 233+0+239=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #E900EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900EF is #16FF10. Grayscale: #606060. Windows color (decimal): -1507089 or 15663337. OLE color: 15663337.
HSL color Cylindrical-coordinate representation of color #E900EF: hue angle of 298.49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900EF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 0 | 239 | - |
| CMYK | 0.03 | 1 | 0 | 0.06 |
| HSL | 298.49º | 1% | 0.47% | - |
| HSV(B) | 298.49º | 1% | 0.94% | - |
| XYZ | 49.18 | 23.56 | 83.62 | - |
| YUV | 96.91 | 208.19 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 239 | 0.03 | 1 | 0 | 0.06 | 298.49 | 1 | 0.47 |
| Hex | E9 | 0 | EF | 3 | 64 | 0 | 6 | 12A | 64 | 2F |
| Octal | 351 | 0 | 357 | 3 | 144 | 0 | 6 | 452 | 144 | 57 |
| Binary | 11101001 | 0 | 11101111 | 11 | 1100100 | 0 | 110 | 100101010 | 1100100 | 101111 |
Color Harmonies of #E900EF
Complementary color
Monochromatic Colors of #E900EF
Black with #E900EF
Text Example
Text Example
White with #E900EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900EF; }
p { color: rgb(233,0,239); }
H1.HeaderClassName
{
color: #E900EF;
}
.AnyTagClassName
{
color: #E900EF;
}
</style>
background-color css
<style>
a { background-color: #E900EF; }
a { background-color: rgb(233,0,239); }
div.DivClassName
{
background-color: #E900EF;
}
.BgClassName
{
background-color: #E900EF;
}
</style>
border-color css
<style>
span { border-color: #E900EF; }
span { border-color: rgb(233,0,239); }
td.TdClassName
{
border-color: #E900EF;
}
.TagClassName
{
border-color: #E900EF;
}
</style>