Shades of Psychedelic Purple #ED19FD
Tints of Psychedelic Purple #ED19FD
RGB
CMYK
RGB Variations
Color information
#ED19FD (or 0xED19FD) is known color: Psychedelic Purple. HEX triplet: ED, 19 and FD. RGB value is (237,25,253). Sum of RGB (Red+Green+Blue) = 237+25+253=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED19FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED19FD is #12E602. Grayscale: #717171. Windows color (decimal): -1238531 or 16587245. OLE color: 16587245.
HSL color Cylindrical-coordinate representation of color #ED19FD: hue angle of 295.79º 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 #ED19FD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 25 | 253 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 295.79º | 0.98% | 0.55% | - |
| HSV(B) | 295.79º | 0.9% | 0.99% | - |
| XYZ | 53 | 25.79 | 95.11 | - |
| YUV | 114.38 | 206.24 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 253 | 0.06 | 0.90 | 0 | 0.01 | 295.79 | 0.98 | 0.55 |
| Hex | ED | 19 | FD | 6 | 5A | 0 | 1 | 128 | 62 | 37 |
| Octal | 355 | 31 | 375 | 6 | 132 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101101 | 11001 | 11111101 | 110 | 1011010 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #ED19FD
Complementary color
Monochromatic Colors of #ED19FD
Black with #ED19FD
Text Example
Text Example
White with #ED19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19FD; }
p { color: rgb(237,25,253); }
H1.HeaderClassName
{
color: #ED19FD;
}
.AnyTagClassName
{
color: #ED19FD;
}
</style>
background-color css
<style>
a { background-color: #ED19FD; }
a { background-color: rgb(237,25,253); }
div.DivClassName
{
background-color: #ED19FD;
}
.BgClassName
{
background-color: #ED19FD;
}
</style>
border-color css
<style>
span { border-color: #ED19FD; }
span { border-color: rgb(237,25,253); }
td.TdClassName
{
border-color: #ED19FD;
}
.TagClassName
{
border-color: #ED19FD;
}
</style>