Shades of Psychedelic Purple #EC32FF
Tints of Psychedelic Purple #EC32FF
RGB
CMYK
RGB Variations
Color information
#EC32FF (or 0xEC32FF) is known color: Psychedelic Purple. HEX triplet: EC, 32 and FF. RGB value is (236,50,255). Sum of RGB (Red+Green+Blue) = 236+50+255=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC32FF is #13CD00. Grayscale: #808080. Windows color (decimal): -1297665 or 16724716. OLE color: 16724716.
HSL color Cylindrical-coordinate representation of color #EC32FF: hue angle of 294.44º 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 #EC32FF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 50 | 255 | - |
| CMYK | 0.07 | 0.80 | 0 | 0 |
| HSL | 294.44º | 1% | 0.6% | - |
| HSV(B) | 294.44º | 0.8% | 1% | - |
| XYZ | 53.78 | 27.33 | 97.05 | - |
| YUV | 128.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 255 | 0.07 | 0.80 | 0 | 0 | 294.44 | 1 | 0.6 |
| Hex | EC | 32 | FF | 7 | 50 | 0 | 0 | 126 | 64 | 3C |
| Octal | 354 | 62 | 377 | 7 | 120 | 0 | 0 | 446 | 144 | 74 |
| Binary | 11101100 | 110010 | 11111111 | 111 | 1010000 | 0 | 0 | 100100110 | 1100100 | 111100 |
Color Harmonies of #EC32FF
Complementary color
Monochromatic Colors of #EC32FF
Black with #EC32FF
Text Example
Text Example
White with #EC32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32FF; }
p { color: rgb(236,50,255); }
H1.HeaderClassName
{
color: #EC32FF;
}
.AnyTagClassName
{
color: #EC32FF;
}
</style>
background-color css
<style>
a { background-color: #EC32FF; }
a { background-color: rgb(236,50,255); }
div.DivClassName
{
background-color: #EC32FF;
}
.BgClassName
{
background-color: #EC32FF;
}
</style>
border-color css
<style>
span { border-color: #EC32FF; }
span { border-color: rgb(236,50,255); }
td.TdClassName
{
border-color: #EC32FF;
}
.TagClassName
{
border-color: #EC32FF;
}
</style>