Shades of Psychedelic Purple #E907E9
Tints of Psychedelic Purple #E907E9
RGB
CMYK
RGB Variations
Color information
#E907E9 (or 0xE907E9) is known color: Psychedelic Purple. HEX triplet: E9, 07 and E9. RGB value is (233,7,233). Sum of RGB (Red+Green+Blue) = 233+7+233=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E907E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E907E9 is #16F816. Grayscale: #636363. Windows color (decimal): -1505303 or 15271913. OLE color: 15271913.
HSL color Cylindrical-coordinate representation of color #E907E9: hue angle of 300º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E907E9 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 233 | - |
| CMYK | 0 | 0.97 | 0 | 0.09 |
| HSL | 300º | 0.94% | 0.47% | - |
| HSV(B) | 300º | 0.97% | 0.91% | - |
| XYZ | 48.39 | 23.36 | 79.05 | - |
| YUV | 100.34 | 202.87 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 233 | 0 | 0.97 | 0 | 0.09 | 300 | 0.94 | 0.47 |
| Hex | E9 | 7 | E9 | 0 | 61 | 0 | 9 | 12C | 5E | 2F |
| Octal | 351 | 7 | 351 | 0 | 141 | 0 | 11 | 454 | 136 | 57 |
| Binary | 11101001 | 111 | 11101001 | 0 | 1100001 | 0 | 1001 | 100101100 | 1011110 | 101111 |
Color Harmonies of #E907E9
Complementary color
Monochromatic Colors of #E907E9
Black with #E907E9
Text Example
Text Example
White with #E907E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E907E9; }
p { color: rgb(233,7,233); }
H1.HeaderClassName
{
color: #E907E9;
}
.AnyTagClassName
{
color: #E907E9;
}
</style>
background-color css
<style>
a { background-color: #E907E9; }
a { background-color: rgb(233,7,233); }
div.DivClassName
{
background-color: #E907E9;
}
.BgClassName
{
background-color: #E907E9;
}
</style>
border-color css
<style>
span { border-color: #E907E9; }
span { border-color: rgb(233,7,233); }
td.TdClassName
{
border-color: #E907E9;
}
.TagClassName
{
border-color: #E907E9;
}
</style>