Shades of Psychedelic Purple #ED32FA
Tints of Psychedelic Purple #ED32FA
RGB
CMYK
RGB Variations
Color information
#ED32FA (or 0xED32FA) is known color: Psychedelic Purple. HEX triplet: ED, 32 and FA. RGB value is (237,50,250). Sum of RGB (Red+Green+Blue) = 237+50+250=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 50 (19.92% from 255 or 9.31% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED32FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32FA is #12CD05. Grayscale: #808080. Windows color (decimal): -1232134 or 16397037. OLE color: 16397037.
HSL color Cylindrical-coordinate representation of color #ED32FA: hue angle of 296.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED32FA is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 50 | 250 | - |
| CMYK | 0.05 | 0.8 | 0 | 0.02 |
| HSL | 296.1º | 0.95% | 0.59% | - |
| HSV(B) | 296.1º | 0.8% | 0.98% | - |
| XYZ | 53.32 | 27.19 | 92.88 | - |
| YUV | 128.71 | 196.45 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 250 | 0.05 | 0.8 | 0 | 0.02 | 296.1 | 0.95 | 0.59 |
| Hex | ED | 32 | FA | 5 | 50 | 0 | 2 | 128 | 5F | 3B |
| Octal | 355 | 62 | 372 | 5 | 120 | 0 | 2 | 450 | 137 | 73 |
| Binary | 11101101 | 110010 | 11111010 | 101 | 1010000 | 0 | 10 | 100101000 | 1011111 | 111011 |
Color Harmonies of #ED32FA
Complementary color
Monochromatic Colors of #ED32FA
Black with #ED32FA
Text Example
Text Example
White with #ED32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32FA; }
p { color: rgb(237,50,250); }
H1.HeaderClassName
{
color: #ED32FA;
}
.AnyTagClassName
{
color: #ED32FA;
}
</style>
background-color css
<style>
a { background-color: #ED32FA; }
a { background-color: rgb(237,50,250); }
div.DivClassName
{
background-color: #ED32FA;
}
.BgClassName
{
background-color: #ED32FA;
}
</style>
border-color css
<style>
span { border-color: #ED32FA; }
span { border-color: rgb(237,50,250); }
td.TdClassName
{
border-color: #ED32FA;
}
.TagClassName
{
border-color: #ED32FA;
}
</style>