Shades of Psychedelic Purple #EC32FA
Tints of Psychedelic Purple #EC32FA
RGB
CMYK
RGB Variations
Color information
#EC32FA (or 0xEC32FA) is known color: Psychedelic Purple. HEX triplet: EC, 32 and FA. RGB value is (236,50,250). Sum of RGB (Red+Green+Blue) = 236+50+250=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 50 (19.92% from 255 or 9.33% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC32FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC32FA is #13CD05. Grayscale: #7F7F7F. Windows color (decimal): -1297670 or 16397036. OLE color: 16397036.
HSL color Cylindrical-coordinate representation of color #EC32FA: hue angle of 295.8º 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 #EC32FA is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 50 | 250 | - |
| CMYK | 0.06 | 0.8 | 0 | 0.02 |
| HSL | 295.8º | 0.95% | 0.59% | - |
| HSV(B) | 295.8º | 0.8% | 0.98% | - |
| XYZ | 52.99 | 27.02 | 92.86 | - |
| YUV | 128.41 | 196.62 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 250 | 0.06 | 0.8 | 0 | 0.02 | 295.8 | 0.95 | 0.59 |
| Hex | EC | 32 | FA | 6 | 50 | 0 | 2 | 128 | 5F | 3B |
| Octal | 354 | 62 | 372 | 6 | 120 | 0 | 2 | 450 | 137 | 73 |
| Binary | 11101100 | 110010 | 11111010 | 110 | 1010000 | 0 | 10 | 100101000 | 1011111 | 111011 |
Color Harmonies of #EC32FA
Complementary color
Monochromatic Colors of #EC32FA
Black with #EC32FA
Text Example
Text Example
White with #EC32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32FA; }
p { color: rgb(236,50,250); }
H1.HeaderClassName
{
color: #EC32FA;
}
.AnyTagClassName
{
color: #EC32FA;
}
</style>
background-color css
<style>
a { background-color: #EC32FA; }
a { background-color: rgb(236,50,250); }
div.DivClassName
{
background-color: #EC32FA;
}
.BgClassName
{
background-color: #EC32FA;
}
</style>
border-color css
<style>
span { border-color: #EC32FA; }
span { border-color: rgb(236,50,250); }
td.TdClassName
{
border-color: #EC32FA;
}
.TagClassName
{
border-color: #EC32FA;
}
</style>