Shades of Psychedelic Purple #E908ED
Tints of Psychedelic Purple #E908ED
RGB
CMYK
RGB Variations
Color information
#E908ED (or 0xE908ED) is known color: Psychedelic Purple. HEX triplet: E9, 08 and ED. RGB value is (233,8,237). Sum of RGB (Red+Green+Blue) = 233+8+237=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #E908ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E908ED is #16F712. Grayscale: #646464. Windows color (decimal): -1505043 or 15534313. OLE color: 15534313.
HSL color Cylindrical-coordinate representation of color #E908ED: hue angle of 298.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E908ED is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 8 | 237 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.07 |
| HSL | 298.95º | 0.93% | 0.48% | - |
| HSV(B) | 298.95º | 0.97% | 0.93% | - |
| XYZ | 48.98 | 23.61 | 82.1 | - |
| YUV | 101.38 | 204.54 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 237 | 0.02 | 0.97 | 0 | 0.07 | 298.95 | 0.93 | 0.48 |
| Hex | E9 | 8 | ED | 2 | 61 | 0 | 7 | 12B | 5D | 30 |
| Octal | 351 | 10 | 355 | 2 | 141 | 0 | 7 | 453 | 135 | 60 |
| Binary | 11101001 | 1000 | 11101101 | 10 | 1100001 | 0 | 111 | 100101011 | 1011101 | 110000 |
Color Harmonies of #E908ED
Complementary color
Monochromatic Colors of #E908ED
Black with #E908ED
Text Example
Text Example
White with #E908ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908ED; }
p { color: rgb(233,8,237); }
H1.HeaderClassName
{
color: #E908ED;
}
.AnyTagClassName
{
color: #E908ED;
}
</style>
background-color css
<style>
a { background-color: #E908ED; }
a { background-color: rgb(233,8,237); }
div.DivClassName
{
background-color: #E908ED;
}
.BgClassName
{
background-color: #E908ED;
}
</style>
border-color css
<style>
span { border-color: #E908ED; }
span { border-color: rgb(233,8,237); }
td.TdClassName
{
border-color: #E908ED;
}
.TagClassName
{
border-color: #E908ED;
}
</style>