Shades of Psychedelic Purple #ED32FB
Tints of Psychedelic Purple #ED32FB
RGB
CMYK
RGB Variations
Color information
#ED32FB (or 0xED32FB) is known color: Psychedelic Purple. HEX triplet: ED, 32 and FB. RGB value is (237,50,251). Sum of RGB (Red+Green+Blue) = 237+50+251=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32FB is #12CD04. Grayscale: #808080. Windows color (decimal): -1232133 or 16462573. OLE color: 16462573.
HSL color Cylindrical-coordinate representation of color #ED32FB: hue angle of 295.82º degrees, saturation: 0.96, 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 #ED32FB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 50 | 251 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.02 |
| HSL | 295.82º | 0.96% | 0.59% | - |
| HSV(B) | 295.82º | 0.8% | 0.98% | - |
| XYZ | 53.48 | 27.25 | 93.71 | - |
| YUV | 128.83 | 196.95 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 251 | 0.06 | 0.80 | 0 | 0.02 | 295.82 | 0.96 | 0.59 |
| Hex | ED | 32 | FB | 6 | 50 | 0 | 2 | 128 | 60 | 3B |
| Octal | 355 | 62 | 373 | 6 | 120 | 0 | 2 | 450 | 140 | 73 |
| Binary | 11101101 | 110010 | 11111011 | 110 | 1010000 | 0 | 10 | 100101000 | 1100000 | 111011 |
Color Harmonies of #ED32FB
Complementary color
Monochromatic Colors of #ED32FB
Black with #ED32FB
Text Example
Text Example
White with #ED32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32FB; }
p { color: rgb(237,50,251); }
H1.HeaderClassName
{
color: #ED32FB;
}
.AnyTagClassName
{
color: #ED32FB;
}
</style>
background-color css
<style>
a { background-color: #ED32FB; }
a { background-color: rgb(237,50,251); }
div.DivClassName
{
background-color: #ED32FB;
}
.BgClassName
{
background-color: #ED32FB;
}
</style>
border-color css
<style>
span { border-color: #ED32FB; }
span { border-color: rgb(237,50,251); }
td.TdClassName
{
border-color: #ED32FB;
}
.TagClassName
{
border-color: #ED32FB;
}
</style>