Shades of Psychedelic Purple #ED20F9
Tints of Psychedelic Purple #ED20F9
RGB
CMYK
RGB Variations
Color information
#ED20F9 (or 0xED20F9) is known color: Psychedelic Purple. HEX triplet: ED, 20 and F9. RGB value is (237,32,249). Sum of RGB (Red+Green+Blue) = 237+32+249=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 32 (12.89% from 255 or 6.18% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED20F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20F9 is #12DF06. Grayscale: #757575. Windows color (decimal): -1236743 or 16326893. OLE color: 16326893.
HSL color Cylindrical-coordinate representation of color #ED20F9: hue angle of 296.68º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED20F9 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 32 | 249 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.02 |
| HSL | 296.68º | 0.95% | 0.55% | - |
| HSV(B) | 296.68º | 0.87% | 0.98% | - |
| XYZ | 52.54 | 25.88 | 91.85 | - |
| YUV | 118.03 | 201.92 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 249 | 0.05 | 0.87 | 0 | 0.02 | 296.68 | 0.95 | 0.55 |
| Hex | ED | 20 | F9 | 5 | 57 | 0 | 2 | 129 | 5F | 37 |
| Octal | 355 | 40 | 371 | 5 | 127 | 0 | 2 | 451 | 137 | 67 |
| Binary | 11101101 | 100000 | 11111001 | 101 | 1010111 | 0 | 10 | 100101001 | 1011111 | 110111 |
Color Harmonies of #ED20F9
Complementary color
Monochromatic Colors of #ED20F9
Black with #ED20F9
Text Example
Text Example
White with #ED20F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20F9; }
p { color: rgb(237,32,249); }
H1.HeaderClassName
{
color: #ED20F9;
}
.AnyTagClassName
{
color: #ED20F9;
}
</style>
background-color css
<style>
a { background-color: #ED20F9; }
a { background-color: rgb(237,32,249); }
div.DivClassName
{
background-color: #ED20F9;
}
.BgClassName
{
background-color: #ED20F9;
}
</style>
border-color css
<style>
span { border-color: #ED20F9; }
span { border-color: rgb(237,32,249); }
td.TdClassName
{
border-color: #ED20F9;
}
.TagClassName
{
border-color: #ED20F9;
}
</style>