Shades of Psychedelic Purple #ED19FE
Tints of Psychedelic Purple #ED19FE
RGB
CMYK
RGB Variations
Color information
#ED19FE (or 0xED19FE) is known color: Psychedelic Purple. HEX triplet: ED, 19 and FE. RGB value is (237,25,254). Sum of RGB (Red+Green+Blue) = 237+25+254=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 25 (10.16% from 255 or 4.84% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED19FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED19FE is #12E601. Grayscale: #717171. Windows color (decimal): -1238530 or 16652781. OLE color: 16652781.
HSL color Cylindrical-coordinate representation of color #ED19FE: hue angle of 295.55º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED19FE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 25 | 254 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.00 |
| HSL | 295.55º | 0.99% | 0.55% | - |
| HSV(B) | 295.55º | 0.9% | 1% | - |
| XYZ | 53.16 | 25.86 | 95.95 | - |
| YUV | 114.49 | 206.74 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 254 | 0.07 | 0.90 | 0 | 0.00 | 295.55 | 0.99 | 0.55 |
| Hex | ED | 19 | FE | 7 | 5A | 0 | 0 | 128 | 63 | 37 |
| Octal | 355 | 31 | 376 | 7 | 132 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101101 | 11001 | 11111110 | 111 | 1011010 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #ED19FE
Complementary color
Monochromatic Colors of #ED19FE
Black with #ED19FE
Text Example
Text Example
White with #ED19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19FE; }
p { color: rgb(237,25,254); }
H1.HeaderClassName
{
color: #ED19FE;
}
.AnyTagClassName
{
color: #ED19FE;
}
</style>
background-color css
<style>
a { background-color: #ED19FE; }
a { background-color: rgb(237,25,254); }
div.DivClassName
{
background-color: #ED19FE;
}
.BgClassName
{
background-color: #ED19FE;
}
</style>
border-color css
<style>
span { border-color: #ED19FE; }
span { border-color: rgb(237,25,254); }
td.TdClassName
{
border-color: #ED19FE;
}
.TagClassName
{
border-color: #ED19FE;
}
</style>