Shades of Psychedelic Purple #ED32FF
Tints of Psychedelic Purple #ED32FF
RGB
CMYK
RGB Variations
Color information
#ED32FF (or 0xED32FF) is known color: Psychedelic Purple. HEX triplet: ED, 32 and FF. RGB value is (237,50,255). Sum of RGB (Red+Green+Blue) = 237+50+255=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 50 (19.92% from 255 or 9.23% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32FF is #12CD00. Grayscale: #808080. Windows color (decimal): -1232129 or 16724717. OLE color: 16724717.
HSL color Cylindrical-coordinate representation of color #ED32FF: hue angle of 294.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED32FF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 50 | 255 | - |
| CMYK | 0.07 | 0.80 | 0 | 0 |
| HSL | 294.73º | 1% | 0.6% | - |
| HSV(B) | 294.73º | 0.8% | 1% | - |
| XYZ | 54.12 | 27.51 | 97.06 | - |
| YUV | 129.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 255 | 0.07 | 0.80 | 0 | 0 | 294.73 | 1 | 0.6 |
| Hex | ED | 32 | FF | 7 | 50 | 0 | 0 | 127 | 64 | 3C |
| Octal | 355 | 62 | 377 | 7 | 120 | 0 | 0 | 447 | 144 | 74 |
| Binary | 11101101 | 110010 | 11111111 | 111 | 1010000 | 0 | 0 | 100100111 | 1100100 | 111100 |
Color Harmonies of #ED32FF
Complementary color
Monochromatic Colors of #ED32FF
Black with #ED32FF
Text Example
Text Example
White with #ED32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32FF; }
p { color: rgb(237,50,255); }
H1.HeaderClassName
{
color: #ED32FF;
}
.AnyTagClassName
{
color: #ED32FF;
}
</style>
background-color css
<style>
a { background-color: #ED32FF; }
a { background-color: rgb(237,50,255); }
div.DivClassName
{
background-color: #ED32FF;
}
.BgClassName
{
background-color: #ED32FF;
}
</style>
border-color css
<style>
span { border-color: #ED32FF; }
span { border-color: rgb(237,50,255); }
td.TdClassName
{
border-color: #ED32FF;
}
.TagClassName
{
border-color: #ED32FF;
}
</style>