Shades of Psychedelic Purple #ED32FD
Tints of Psychedelic Purple #ED32FD
RGB
CMYK
RGB Variations
Color information
#ED32FD (or 0xED32FD) is known color: Psychedelic Purple. HEX triplet: ED, 32 and FD. RGB value is (237,50,253). Sum of RGB (Red+Green+Blue) = 237+50+253=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 50 (19.92% from 255 or 9.26% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32FD is #12CD02. Grayscale: #808080. Windows color (decimal): -1232131 or 16593645. OLE color: 16593645.
HSL color Cylindrical-coordinate representation of color #ED32FD: hue angle of 295.27º degrees, saturation: 0.98, 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 #ED32FD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 50 | 253 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.01 |
| HSL | 295.27º | 0.98% | 0.59% | - |
| HSV(B) | 295.27º | 0.8% | 0.99% | - |
| XYZ | 53.8 | 27.38 | 95.38 | - |
| YUV | 129.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 253 | 0.06 | 0.80 | 0 | 0.01 | 295.27 | 0.98 | 0.59 |
| Hex | ED | 32 | FD | 6 | 50 | 0 | 1 | 127 | 62 | 3B |
| Octal | 355 | 62 | 375 | 6 | 120 | 0 | 1 | 447 | 142 | 73 |
| Binary | 11101101 | 110010 | 11111101 | 110 | 1010000 | 0 | 1 | 100100111 | 1100010 | 111011 |
Color Harmonies of #ED32FD
Complementary color
Monochromatic Colors of #ED32FD
Black with #ED32FD
Text Example
Text Example
White with #ED32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32FD; }
p { color: rgb(237,50,253); }
H1.HeaderClassName
{
color: #ED32FD;
}
.AnyTagClassName
{
color: #ED32FD;
}
</style>
background-color css
<style>
a { background-color: #ED32FD; }
a { background-color: rgb(237,50,253); }
div.DivClassName
{
background-color: #ED32FD;
}
.BgClassName
{
background-color: #ED32FD;
}
</style>
border-color css
<style>
span { border-color: #ED32FD; }
span { border-color: rgb(237,50,253); }
td.TdClassName
{
border-color: #ED32FD;
}
.TagClassName
{
border-color: #ED32FD;
}
</style>