Shades of Psychedelic Purple #E908FE
Tints of Psychedelic Purple #E908FE
RGB
CMYK
RGB Variations
Color information
#E908FE (or 0xE908FE) is known color: Psychedelic Purple. HEX triplet: E9, 08 and FE. RGB value is (233,8,254). Sum of RGB (Red+Green+Blue) = 233+8+254=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E908FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E908FE is #16F701. Grayscale: #666666. Windows color (decimal): -1505026 or 16648425. OLE color: 16648425.
HSL color Cylindrical-coordinate representation of color #E908FE: hue angle of 294.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E908FE is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 8 | 254 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.00 |
| HSL | 294.88º | 0.99% | 0.51% | - |
| HSV(B) | 294.88º | 0.97% | 1% | - |
| XYZ | 51.58 | 24.65 | 95.81 | - |
| YUV | 103.32 | 213.04 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 254 | 0.08 | 0.97 | 0 | 0.00 | 294.88 | 0.99 | 0.51 |
| Hex | E9 | 8 | FE | 8 | 61 | 0 | 0 | 127 | 63 | 33 |
| Octal | 351 | 10 | 376 | 10 | 141 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101001 | 1000 | 11111110 | 1000 | 1100001 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #E908FE
Complementary color
Monochromatic Colors of #E908FE
Black with #E908FE
Text Example
Text Example
White with #E908FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E908FE; }
p { color: rgb(233,8,254); }
H1.HeaderClassName
{
color: #E908FE;
}
.AnyTagClassName
{
color: #E908FE;
}
</style>
background-color css
<style>
a { background-color: #E908FE; }
a { background-color: rgb(233,8,254); }
div.DivClassName
{
background-color: #E908FE;
}
.BgClassName
{
background-color: #E908FE;
}
</style>
border-color css
<style>
span { border-color: #E908FE; }
span { border-color: rgb(233,8,254); }
td.TdClassName
{
border-color: #E908FE;
}
.TagClassName
{
border-color: #E908FE;
}
</style>