Shades of Psychedelic Purple #ED19FC
Tints of Psychedelic Purple #ED19FC
RGB
CMYK
RGB Variations
Color information
#ED19FC (or 0xED19FC) is known color: Psychedelic Purple. HEX triplet: ED, 19 and FC. RGB value is (237,25,252). Sum of RGB (Red+Green+Blue) = 237+25+252=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED19FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED19FC is #12E603. Grayscale: #717171. Windows color (decimal): -1238532 or 16521709. OLE color: 16521709.
HSL color Cylindrical-coordinate representation of color #ED19FC: hue angle of 296.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED19FC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 25 | 252 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 296.04º | 0.97% | 0.54% | - |
| HSV(B) | 296.04º | 0.9% | 0.99% | - |
| XYZ | 52.84 | 25.73 | 94.28 | - |
| YUV | 114.27 | 205.74 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 252 | 0.06 | 0.90 | 0 | 0.01 | 296.04 | 0.97 | 0.54 |
| Hex | ED | 19 | FC | 6 | 5A | 0 | 1 | 128 | 61 | 36 |
| Octal | 355 | 31 | 374 | 6 | 132 | 0 | 1 | 450 | 141 | 66 |
| Binary | 11101101 | 11001 | 11111100 | 110 | 1011010 | 0 | 1 | 100101000 | 1100001 | 110110 |
Color Harmonies of #ED19FC
Complementary color
Monochromatic Colors of #ED19FC
Black with #ED19FC
Text Example
Text Example
White with #ED19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19FC; }
p { color: rgb(237,25,252); }
H1.HeaderClassName
{
color: #ED19FC;
}
.AnyTagClassName
{
color: #ED19FC;
}
</style>
background-color css
<style>
a { background-color: #ED19FC; }
a { background-color: rgb(237,25,252); }
div.DivClassName
{
background-color: #ED19FC;
}
.BgClassName
{
background-color: #ED19FC;
}
</style>
border-color css
<style>
span { border-color: #ED19FC; }
span { border-color: rgb(237,25,252); }
td.TdClassName
{
border-color: #ED19FC;
}
.TagClassName
{
border-color: #ED19FC;
}
</style>