Shades of Psychedelic Purple #EC2FFA
Tints of Psychedelic Purple #EC2FFA
RGB
CMYK
RGB Variations
Color information
#EC2FFA (or 0xEC2FFA) is known color: Psychedelic Purple. HEX triplet: EC, 2F and FA. RGB value is (236,47,250). Sum of RGB (Red+Green+Blue) = 236+47+250=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 47 (18.75% from 255 or 8.82% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC2FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FFA is #13D005. Grayscale: #7E7E7E. Windows color (decimal): -1298438 or 16396268. OLE color: 16396268.
HSL color Cylindrical-coordinate representation of color #EC2FFA: hue angle of 295.86º 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 #EC2FFA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 47 | 250 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.02 |
| HSL | 295.86º | 0.95% | 0.58% | - |
| HSV(B) | 295.86º | 0.81% | 0.98% | - |
| XYZ | 52.86 | 26.77 | 92.82 | - |
| YUV | 126.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 250 | 0.06 | 0.81 | 0 | 0.02 | 295.86 | 0.95 | 0.58 |
| Hex | EC | 2F | FA | 6 | 51 | 0 | 2 | 128 | 5F | 3A |
| Octal | 354 | 57 | 372 | 6 | 121 | 0 | 2 | 450 | 137 | 72 |
| Binary | 11101100 | 101111 | 11111010 | 110 | 1010001 | 0 | 10 | 100101000 | 1011111 | 111010 |
Color Harmonies of #EC2FFA
Complementary color
Monochromatic Colors of #EC2FFA
Black with #EC2FFA
Text Example
Text Example
White with #EC2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FFA; }
p { color: rgb(236,47,250); }
H1.HeaderClassName
{
color: #EC2FFA;
}
.AnyTagClassName
{
color: #EC2FFA;
}
</style>
background-color css
<style>
a { background-color: #EC2FFA; }
a { background-color: rgb(236,47,250); }
div.DivClassName
{
background-color: #EC2FFA;
}
.BgClassName
{
background-color: #EC2FFA;
}
</style>
border-color css
<style>
span { border-color: #EC2FFA; }
span { border-color: rgb(236,47,250); }
td.TdClassName
{
border-color: #EC2FFA;
}
.TagClassName
{
border-color: #EC2FFA;
}
</style>