Shades of Psychedelic Purple #E129FD
Tints of Psychedelic Purple #E129FD
RGB
CMYK
RGB Variations
Color information
#E129FD (or 0xE129FD) is known color: Psychedelic Purple. HEX triplet: E1, 29 and FD. RGB value is (225,41,253). Sum of RGB (Red+Green+Blue) = 225+41+253=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #E129FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129FD is #1ED602. Grayscale: #777777. Windows color (decimal): -2020867 or 16591329. OLE color: 16591329.
HSL color Cylindrical-coordinate representation of color #E129FD: hue angle of 292.08º 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 #E129FD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 41 | 253 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.01 |
| HSL | 292.08º | 0.98% | 0.58% | - |
| HSV(B) | 292.08º | 0.84% | 0.99% | - |
| XYZ | 49.57 | 24.69 | 95.08 | - |
| YUV | 120.18 | 202.96 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 253 | 0.11 | 0.84 | 0 | 0.01 | 292.08 | 0.98 | 0.58 |
| Hex | E1 | 29 | FD | B | 54 | 0 | 1 | 124 | 62 | 3A |
| Octal | 341 | 51 | 375 | 13 | 124 | 0 | 1 | 444 | 142 | 72 |
| Binary | 11100001 | 101001 | 11111101 | 1011 | 1010100 | 0 | 1 | 100100100 | 1100010 | 111010 |
Color Harmonies of #E129FD
Complementary color
Monochromatic Colors of #E129FD
Black with #E129FD
Text Example
Text Example
White with #E129FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129FD; }
p { color: rgb(225,41,253); }
H1.HeaderClassName
{
color: #E129FD;
}
.AnyTagClassName
{
color: #E129FD;
}
</style>
background-color css
<style>
a { background-color: #E129FD; }
a { background-color: rgb(225,41,253); }
div.DivClassName
{
background-color: #E129FD;
}
.BgClassName
{
background-color: #E129FD;
}
</style>
border-color css
<style>
span { border-color: #E129FD; }
span { border-color: rgb(225,41,253); }
td.TdClassName
{
border-color: #E129FD;
}
.TagClassName
{
border-color: #E129FD;
}
</style>