Shades of Psychedelic Purple #EC30FA
Tints of Psychedelic Purple #EC30FA
RGB
CMYK
RGB Variations
Color information
#EC30FA (or 0xEC30FA) is known color: Psychedelic Purple. HEX triplet: EC, 30 and FA. RGB value is (236,48,250). Sum of RGB (Red+Green+Blue) = 236+48+250=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 48 (19.14% from 255 or 8.99% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30FA is #13CF05. Grayscale: #7E7E7E. Windows color (decimal): -1298182 or 16396524. OLE color: 16396524.
HSL color Cylindrical-coordinate representation of color #EC30FA: hue angle of 295.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC30FA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 48 | 250 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.02 |
| HSL | 295.84º | 0.95% | 0.58% | - |
| HSV(B) | 295.84º | 0.81% | 0.98% | - |
| XYZ | 52.9 | 26.85 | 92.84 | - |
| YUV | 127.24 | 197.28 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 250 | 0.06 | 0.81 | 0 | 0.02 | 295.84 | 0.95 | 0.58 |
| Hex | EC | 30 | FA | 6 | 51 | 0 | 2 | 128 | 5F | 3A |
| Octal | 354 | 60 | 372 | 6 | 121 | 0 | 2 | 450 | 137 | 72 |
| Binary | 11101100 | 110000 | 11111010 | 110 | 1010001 | 0 | 10 | 100101000 | 1011111 | 111010 |
Color Harmonies of #EC30FA
Complementary color
Monochromatic Colors of #EC30FA
Black with #EC30FA
Text Example
Text Example
White with #EC30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30FA; }
p { color: rgb(236,48,250); }
H1.HeaderClassName
{
color: #EC30FA;
}
.AnyTagClassName
{
color: #EC30FA;
}
</style>
background-color css
<style>
a { background-color: #EC30FA; }
a { background-color: rgb(236,48,250); }
div.DivClassName
{
background-color: #EC30FA;
}
.BgClassName
{
background-color: #EC30FA;
}
</style>
border-color css
<style>
span { border-color: #EC30FA; }
span { border-color: rgb(236,48,250); }
td.TdClassName
{
border-color: #EC30FA;
}
.TagClassName
{
border-color: #EC30FA;
}
</style>