Shades of Psychedelic Purple #E919FD
Tints of Psychedelic Purple #E919FD
RGB
CMYK
RGB Variations
Color information
#E919FD (or 0xE919FD) is known color: Psychedelic Purple. HEX triplet: E9, 19 and FD. RGB value is (233,25,253). Sum of RGB (Red+Green+Blue) = 233+25+253=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E919FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919FD is #16E602. Grayscale: #707070. Windows color (decimal): -1500675 or 16587241. OLE color: 16587241.
HSL color Cylindrical-coordinate representation of color #E919FD: hue angle of 294.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E919FD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 25 | 253 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.01 |
| HSL | 294.74º | 0.98% | 0.55% | - |
| HSV(B) | 294.74º | 0.9% | 0.99% | - |
| XYZ | 51.68 | 25.11 | 95.05 | - |
| YUV | 113.18 | 206.91 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 253 | 0.08 | 0.90 | 0 | 0.01 | 294.74 | 0.98 | 0.55 |
| Hex | E9 | 19 | FD | 8 | 5A | 0 | 1 | 127 | 62 | 37 |
| Octal | 351 | 31 | 375 | 10 | 132 | 0 | 1 | 447 | 142 | 67 |
| Binary | 11101001 | 11001 | 11111101 | 1000 | 1011010 | 0 | 1 | 100100111 | 1100010 | 110111 |
Color Harmonies of #E919FD
Complementary color
Monochromatic Colors of #E919FD
Black with #E919FD
Text Example
Text Example
White with #E919FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919FD; }
p { color: rgb(233,25,253); }
H1.HeaderClassName
{
color: #E919FD;
}
.AnyTagClassName
{
color: #E919FD;
}
</style>
background-color css
<style>
a { background-color: #E919FD; }
a { background-color: rgb(233,25,253); }
div.DivClassName
{
background-color: #E919FD;
}
.BgClassName
{
background-color: #E919FD;
}
</style>
border-color css
<style>
span { border-color: #E919FD; }
span { border-color: rgb(233,25,253); }
td.TdClassName
{
border-color: #E919FD;
}
.TagClassName
{
border-color: #E919FD;
}
</style>