Shades of Psychedelic Purple #E908E7
Tints of Psychedelic Purple #E908E7
RGB
CMYK
RGB Variations
Color information
#E908E7 (or 0xE908E7) is known color: Psychedelic Purple. HEX triplet: E9, 08 and E7. RGB value is (233,8,231). Sum of RGB (Red+Green+Blue) = 233+8+231=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E908E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E908E7 is #16F718. Grayscale: #646464. Windows color (decimal): -1505049 or 15141097. OLE color: 15141097.
HSL color Cylindrical-coordinate representation of color #E908E7: hue angle of 300.53º degrees, saturation: 0.93, 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 #E908E7 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 231 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.09 |
| HSL | 300.53º | 0.93% | 0.47% | - |
| HSV(B) | 300.53º | 0.97% | 0.91% | - |
| XYZ | 48.11 | 23.27 | 77.56 | - |
| YUV | 100.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 231 | 0 | 0.97 | 0.01 | 0.09 | 300.53 | 0.93 | 0.47 |
| Hex | E9 | 8 | E7 | 0 | 61 | 1 | 9 | 12D | 5D | 2F |
| Octal | 351 | 10 | 347 | 0 | 141 | 1 | 11 | 455 | 135 | 57 |
| Binary | 11101001 | 1000 | 11100111 | 0 | 1100001 | 1 | 1001 | 100101101 | 1011101 | 101111 |
Color Harmonies of #E908E7
Complementary color
Monochromatic Colors of #E908E7
Black with #E908E7
Text Example
Text Example
White with #E908E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908E7; }
p { color: rgb(233,8,231); }
H1.HeaderClassName
{
color: #E908E7;
}
.AnyTagClassName
{
color: #E908E7;
}
</style>
background-color css
<style>
a { background-color: #E908E7; }
a { background-color: rgb(233,8,231); }
div.DivClassName
{
background-color: #E908E7;
}
.BgClassName
{
background-color: #E908E7;
}
</style>
border-color css
<style>
span { border-color: #E908E7; }
span { border-color: rgb(233,8,231); }
td.TdClassName
{
border-color: #E908E7;
}
.TagClassName
{
border-color: #E908E7;
}
</style>