Shades of Psychedelic Purple #E908EA
Tints of Psychedelic Purple #E908EA
RGB
CMYK
RGB Variations
Color information
#E908EA (or 0xE908EA) is known color: Psychedelic Purple. HEX triplet: E9, 08 and EA. RGB value is (233,8,234). Sum of RGB (Red+Green+Blue) = 233+8+234=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #E908EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E908EA is #16F715. Grayscale: #646464. Windows color (decimal): -1505046 or 15337705. OLE color: 15337705.
HSL color Cylindrical-coordinate representation of color #E908EA: hue angle of 299.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E908EA is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 8 | 234 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.08 |
| HSL | 299.73º | 0.93% | 0.47% | - |
| HSV(B) | 299.73º | 0.97% | 0.92% | - |
| XYZ | 48.54 | 23.44 | 79.81 | - |
| YUV | 101.04 | 203.04 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 234 | 0.00 | 0.97 | 0 | 0.08 | 299.73 | 0.93 | 0.47 |
| Hex | E9 | 8 | EA | 0 | 61 | 0 | 8 | 12C | 5D | 2F |
| Octal | 351 | 10 | 352 | 0 | 141 | 0 | 10 | 454 | 135 | 57 |
| Binary | 11101001 | 1000 | 11101010 | 0 | 1100001 | 0 | 1000 | 100101100 | 1011101 | 101111 |
Color Harmonies of #E908EA
Complementary color
Monochromatic Colors of #E908EA
Black with #E908EA
Text Example
Text Example
White with #E908EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908EA; }
p { color: rgb(233,8,234); }
H1.HeaderClassName
{
color: #E908EA;
}
.AnyTagClassName
{
color: #E908EA;
}
</style>
background-color css
<style>
a { background-color: #E908EA; }
a { background-color: rgb(233,8,234); }
div.DivClassName
{
background-color: #E908EA;
}
.BgClassName
{
background-color: #E908EA;
}
</style>
border-color css
<style>
span { border-color: #E908EA; }
span { border-color: rgb(233,8,234); }
td.TdClassName
{
border-color: #E908EA;
}
.TagClassName
{
border-color: #E908EA;
}
</style>