Shades of Psychedelic Purple #ED32FC
Tints of Psychedelic Purple #ED32FC
RGB
CMYK
RGB Variations
Color information
#ED32FC (or 0xED32FC) is known color: Psychedelic Purple. HEX triplet: ED, 32 and FC. RGB value is (237,50,252). Sum of RGB (Red+Green+Blue) = 237+50+252=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 50 (19.92% from 255 or 9.28% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED32FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32FC is #12CD03. Grayscale: #808080. Windows color (decimal): -1232132 or 16528109. OLE color: 16528109.
HSL color Cylindrical-coordinate representation of color #ED32FC: hue angle of 295.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED32FC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 50 | 252 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.01 |
| HSL | 295.54º | 0.97% | 0.59% | - |
| HSV(B) | 295.54º | 0.8% | 0.99% | - |
| XYZ | 53.64 | 27.31 | 94.54 | - |
| YUV | 128.94 | 197.45 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 252 | 0.06 | 0.80 | 0 | 0.01 | 295.54 | 0.97 | 0.59 |
| Hex | ED | 32 | FC | 6 | 50 | 0 | 1 | 128 | 61 | 3B |
| Octal | 355 | 62 | 374 | 6 | 120 | 0 | 1 | 450 | 141 | 73 |
| Binary | 11101101 | 110010 | 11111100 | 110 | 1010000 | 0 | 1 | 100101000 | 1100001 | 111011 |
Color Harmonies of #ED32FC
Complementary color
Monochromatic Colors of #ED32FC
Black with #ED32FC
Text Example
Text Example
White with #ED32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32FC; }
p { color: rgb(237,50,252); }
H1.HeaderClassName
{
color: #ED32FC;
}
.AnyTagClassName
{
color: #ED32FC;
}
</style>
background-color css
<style>
a { background-color: #ED32FC; }
a { background-color: rgb(237,50,252); }
div.DivClassName
{
background-color: #ED32FC;
}
.BgClassName
{
background-color: #ED32FC;
}
</style>
border-color css
<style>
span { border-color: #ED32FC; }
span { border-color: rgb(237,50,252); }
td.TdClassName
{
border-color: #ED32FC;
}
.TagClassName
{
border-color: #ED32FC;
}
</style>