Shades of Psychedelic Purple #E929FD
Tints of Psychedelic Purple #E929FD
RGB
CMYK
RGB Variations
Color information
#E929FD (or 0xE929FD) is known color: Psychedelic Purple. HEX triplet: E9, 29 and FD. RGB value is (233,41,253). Sum of RGB (Red+Green+Blue) = 233+41+253=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 41 (16.41% from 255 or 7.78% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E929FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E929FD is #16D602. Grayscale: #797979. Windows color (decimal): -1496579 or 16591337. OLE color: 16591337.
HSL color Cylindrical-coordinate representation of color #E929FD: hue angle of 294.34º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E929FD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 41 | 253 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.01 |
| HSL | 294.34º | 0.98% | 0.58% | - |
| HSV(B) | 294.34º | 0.84% | 0.99% | - |
| XYZ | 52.13 | 26 | 95.2 | - |
| YUV | 122.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 253 | 0.08 | 0.84 | 0 | 0.01 | 294.34 | 0.98 | 0.58 |
| Hex | E9 | 29 | FD | 8 | 54 | 0 | 1 | 126 | 62 | 3A |
| Octal | 351 | 51 | 375 | 10 | 124 | 0 | 1 | 446 | 142 | 72 |
| Binary | 11101001 | 101001 | 11111101 | 1000 | 1010100 | 0 | 1 | 100100110 | 1100010 | 111010 |
Color Harmonies of #E929FD
Complementary color
Monochromatic Colors of #E929FD
Black with #E929FD
Text Example
Text Example
White with #E929FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929FD; }
p { color: rgb(233,41,253); }
H1.HeaderClassName
{
color: #E929FD;
}
.AnyTagClassName
{
color: #E929FD;
}
</style>
background-color css
<style>
a { background-color: #E929FD; }
a { background-color: rgb(233,41,253); }
div.DivClassName
{
background-color: #E929FD;
}
.BgClassName
{
background-color: #E929FD;
}
</style>
border-color css
<style>
span { border-color: #E929FD; }
span { border-color: rgb(233,41,253); }
td.TdClassName
{
border-color: #E929FD;
}
.TagClassName
{
border-color: #E929FD;
}
</style>