Shades of Psychedelic Purple #EC2EF9
Tints of Psychedelic Purple #EC2EF9
RGB
CMYK
RGB Variations
Color information
#EC2EF9 (or 0xEC2EF9) is known color: Psychedelic Purple. HEX triplet: EC, 2E and F9. RGB value is (236,46,249). Sum of RGB (Red+Green+Blue) = 236+46+249=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 46 (18.36% from 255 or 8.66% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC2EF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2EF9 is #13D106. Grayscale: #7D7D7D. Windows color (decimal): -1298695 or 16330476. OLE color: 16330476.
HSL color Cylindrical-coordinate representation of color #EC2EF9: hue angle of 296.16º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2EF9 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 46 | 249 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.16º | 0.94% | 0.58% | - |
| HSV(B) | 296.16º | 0.82% | 0.98% | - |
| XYZ | 52.67 | 26.63 | 91.99 | - |
| YUV | 125.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 249 | 0.05 | 0.82 | 0 | 0.02 | 296.16 | 0.94 | 0.58 |
| Hex | EC | 2E | F9 | 5 | 52 | 0 | 2 | 128 | 5E | 3A |
| Octal | 354 | 56 | 371 | 5 | 122 | 0 | 2 | 450 | 136 | 72 |
| Binary | 11101100 | 101110 | 11111001 | 101 | 1010010 | 0 | 10 | 100101000 | 1011110 | 111010 |
Color Harmonies of #EC2EF9
Complementary color
Monochromatic Colors of #EC2EF9
Black with #EC2EF9
Text Example
Text Example
White with #EC2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EF9; }
p { color: rgb(236,46,249); }
H1.HeaderClassName
{
color: #EC2EF9;
}
.AnyTagClassName
{
color: #EC2EF9;
}
</style>
background-color css
<style>
a { background-color: #EC2EF9; }
a { background-color: rgb(236,46,249); }
div.DivClassName
{
background-color: #EC2EF9;
}
.BgClassName
{
background-color: #EC2EF9;
}
</style>
border-color css
<style>
span { border-color: #EC2EF9; }
span { border-color: rgb(236,46,249); }
td.TdClassName
{
border-color: #EC2EF9;
}
.TagClassName
{
border-color: #EC2EF9;
}
</style>