Shades of Psychedelic Purple #E519FD
Tints of Psychedelic Purple #E519FD
RGB
CMYK
RGB Variations
Color information
#E519FD (or 0xE519FD) is known color: Psychedelic Purple. HEX triplet: E5, 19 and FD. RGB value is (229,25,253). Sum of RGB (Red+Green+Blue) = 229+25+253=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E519FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E519FD is #1AE602. Grayscale: #6F6F6F. Windows color (decimal): -1762819 or 16587237. OLE color: 16587237.
HSL color Cylindrical-coordinate representation of color #E519FD: hue angle of 293.68º 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 #E519FD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 25 | 253 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.01 |
| HSL | 293.68º | 0.98% | 0.55% | - |
| HSV(B) | 293.68º | 0.9% | 0.99% | - |
| XYZ | 50.39 | 24.45 | 94.99 | - |
| YUV | 111.99 | 207.59 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 253 | 0.09 | 0.90 | 0 | 0.01 | 293.68 | 0.98 | 0.55 |
| Hex | E5 | 19 | FD | 9 | 5A | 0 | 1 | 126 | 62 | 37 |
| Octal | 345 | 31 | 375 | 11 | 132 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100101 | 11001 | 11111101 | 1001 | 1011010 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E519FD
Complementary color
Monochromatic Colors of #E519FD
Black with #E519FD
Text Example
Text Example
White with #E519FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519FD; }
p { color: rgb(229,25,253); }
H1.HeaderClassName
{
color: #E519FD;
}
.AnyTagClassName
{
color: #E519FD;
}
</style>
background-color css
<style>
a { background-color: #E519FD; }
a { background-color: rgb(229,25,253); }
div.DivClassName
{
background-color: #E519FD;
}
.BgClassName
{
background-color: #E519FD;
}
</style>
border-color css
<style>
span { border-color: #E519FD; }
span { border-color: rgb(229,25,253); }
td.TdClassName
{
border-color: #E519FD;
}
.TagClassName
{
border-color: #E519FD;
}
</style>