Shades of Psychedelic Purple #EC2DF3
Tints of Psychedelic Purple #EC2DF3
RGB
CMYK
RGB Variations
Color information
#EC2DF3 (or 0xEC2DF3) is known color: Psychedelic Purple. HEX triplet: EC, 2D and F3. RGB value is (236,45,243). Sum of RGB (Red+Green+Blue) = 236+45+243=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 45 (17.97% from 255 or 8.59% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC2DF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2DF3 is #13D20C. Grayscale: #7C7C7C. Windows color (decimal): -1298957 or 15937004. OLE color: 15937004.
HSL color Cylindrical-coordinate representation of color #EC2DF3: hue angle of 297.88º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2DF3 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 45 | 243 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.05 |
| HSL | 297.88º | 0.89% | 0.56% | - |
| HSV(B) | 297.88º | 0.81% | 0.95% | - |
| XYZ | 51.71 | 26.18 | 87.12 | - |
| YUV | 124.68 | 194.78 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 243 | 0.03 | 0.81 | 0 | 0.05 | 297.88 | 0.89 | 0.56 |
| Hex | EC | 2D | F3 | 3 | 51 | 0 | 5 | 12A | 59 | 38 |
| Octal | 354 | 55 | 363 | 3 | 121 | 0 | 5 | 452 | 131 | 70 |
| Binary | 11101100 | 101101 | 11110011 | 11 | 1010001 | 0 | 101 | 100101010 | 1011001 | 111000 |
Color Harmonies of #EC2DF3
Complementary color
Monochromatic Colors of #EC2DF3
Black with #EC2DF3
Text Example
Text Example
White with #EC2DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DF3; }
p { color: rgb(236,45,243); }
H1.HeaderClassName
{
color: #EC2DF3;
}
.AnyTagClassName
{
color: #EC2DF3;
}
</style>
background-color css
<style>
a { background-color: #EC2DF3; }
a { background-color: rgb(236,45,243); }
div.DivClassName
{
background-color: #EC2DF3;
}
.BgClassName
{
background-color: #EC2DF3;
}
</style>
border-color css
<style>
span { border-color: #EC2DF3; }
span { border-color: rgb(236,45,243); }
td.TdClassName
{
border-color: #EC2DF3;
}
.TagClassName
{
border-color: #EC2DF3;
}
</style>