Shades of Psychedelic Purple #ED20FC
Tints of Psychedelic Purple #ED20FC
RGB
CMYK
RGB Variations
Color information
#ED20FC (or 0xED20FC) is known color: Psychedelic Purple. HEX triplet: ED, 20 and FC. RGB value is (237,32,252). Sum of RGB (Red+Green+Blue) = 237+32+252=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED20FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20FC is #12DF03. Grayscale: #757575. Windows color (decimal): -1236740 or 16523501. OLE color: 16523501.
HSL color Cylindrical-coordinate representation of color #ED20FC: hue angle of 295.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED20FC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 32 | 252 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.01 |
| HSL | 295.91º | 0.97% | 0.56% | - |
| HSV(B) | 295.91º | 0.87% | 0.99% | - |
| XYZ | 53.01 | 26.07 | 94.33 | - |
| YUV | 118.38 | 203.42 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 252 | 0.06 | 0.87 | 0 | 0.01 | 295.91 | 0.97 | 0.56 |
| Hex | ED | 20 | FC | 6 | 57 | 0 | 1 | 128 | 61 | 38 |
| Octal | 355 | 40 | 374 | 6 | 127 | 0 | 1 | 450 | 141 | 70 |
| Binary | 11101101 | 100000 | 11111100 | 110 | 1010111 | 0 | 1 | 100101000 | 1100001 | 111000 |
Color Harmonies of #ED20FC
Complementary color
Monochromatic Colors of #ED20FC
Black with #ED20FC
Text Example
Text Example
White with #ED20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20FC; }
p { color: rgb(237,32,252); }
H1.HeaderClassName
{
color: #ED20FC;
}
.AnyTagClassName
{
color: #ED20FC;
}
</style>
background-color css
<style>
a { background-color: #ED20FC; }
a { background-color: rgb(237,32,252); }
div.DivClassName
{
background-color: #ED20FC;
}
.BgClassName
{
background-color: #ED20FC;
}
</style>
border-color css
<style>
span { border-color: #ED20FC; }
span { border-color: rgb(237,32,252); }
td.TdClassName
{
border-color: #ED20FC;
}
.TagClassName
{
border-color: #ED20FC;
}
</style>