Shades of Psychedelic Purple #E119FD
Tints of Psychedelic Purple #E119FD
RGB
CMYK
RGB Variations
Color information
#E119FD (or 0xE119FD) is known color: Psychedelic Purple. HEX triplet: E1, 19 and FD. RGB value is (225,25,253). Sum of RGB (Red+Green+Blue) = 225+25+253=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E119FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E119FD is #1EE602. Grayscale: #6E6E6E. Windows color (decimal): -2024963 or 16587233. OLE color: 16587233.
HSL color Cylindrical-coordinate representation of color #E119FD: hue angle of 292.63º 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 #E119FD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 25 | 253 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.01 |
| HSL | 292.63º | 0.98% | 0.55% | - |
| HSV(B) | 292.63º | 0.9% | 0.99% | - |
| XYZ | 49.13 | 23.79 | 94.93 | - |
| YUV | 110.79 | 208.26 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 253 | 0.11 | 0.90 | 0 | 0.01 | 292.63 | 0.98 | 0.55 |
| Hex | E1 | 19 | FD | B | 5A | 0 | 1 | 125 | 62 | 37 |
| Octal | 341 | 31 | 375 | 13 | 132 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100001 | 11001 | 11111101 | 1011 | 1011010 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E119FD
Complementary color
Monochromatic Colors of #E119FD
Black with #E119FD
Text Example
Text Example
White with #E119FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119FD; }
p { color: rgb(225,25,253); }
H1.HeaderClassName
{
color: #E119FD;
}
.AnyTagClassName
{
color: #E119FD;
}
</style>
background-color css
<style>
a { background-color: #E119FD; }
a { background-color: rgb(225,25,253); }
div.DivClassName
{
background-color: #E119FD;
}
.BgClassName
{
background-color: #E119FD;
}
</style>
border-color css
<style>
span { border-color: #E119FD; }
span { border-color: rgb(225,25,253); }
td.TdClassName
{
border-color: #E119FD;
}
.TagClassName
{
border-color: #E119FD;
}
</style>