Shades of Psychedelic Purple #E929FF
Tints of Psychedelic Purple #E929FF
RGB
CMYK
RGB Variations
Color information
#E929FF (or 0xE929FF) is known color: Psychedelic Purple. HEX triplet: E9, 29 and FF. RGB value is (233,41,255). Sum of RGB (Red+Green+Blue) = 233+41+255=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #E929FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E929FF is #16D600. Grayscale: #7A7A7A. Windows color (decimal): -1496577 or 16722409. OLE color: 16722409.
HSL color Cylindrical-coordinate representation of color #E929FF: hue angle of 293.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E929FF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 41 | 255 | - |
| CMYK | 0.09 | 0.84 | 0 | 0 |
| HSL | 293.83º | 1% | 0.58% | - |
| HSV(B) | 293.83º | 0.84% | 1% | - |
| XYZ | 52.45 | 26.13 | 96.89 | - |
| YUV | 122.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 255 | 0.09 | 0.84 | 0 | 0 | 293.83 | 1 | 0.58 |
| Hex | E9 | 29 | FF | 9 | 54 | 0 | 0 | 126 | 64 | 3A |
| Octal | 351 | 51 | 377 | 11 | 124 | 0 | 0 | 446 | 144 | 72 |
| Binary | 11101001 | 101001 | 11111111 | 1001 | 1010100 | 0 | 0 | 100100110 | 1100100 | 111010 |
Color Harmonies of #E929FF
Complementary color
Monochromatic Colors of #E929FF
Black with #E929FF
Text Example
Text Example
White with #E929FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929FF; }
p { color: rgb(233,41,255); }
H1.HeaderClassName
{
color: #E929FF;
}
.AnyTagClassName
{
color: #E929FF;
}
</style>
background-color css
<style>
a { background-color: #E929FF; }
a { background-color: rgb(233,41,255); }
div.DivClassName
{
background-color: #E929FF;
}
.BgClassName
{
background-color: #E929FF;
}
</style>
border-color css
<style>
span { border-color: #E929FF; }
span { border-color: rgb(233,41,255); }
td.TdClassName
{
border-color: #E929FF;
}
.TagClassName
{
border-color: #E929FF;
}
</style>