Shades of Psychedelic Purple #EC2DFA
Tints of Psychedelic Purple #EC2DFA
RGB
CMYK
RGB Variations
Color information
#EC2DFA (or 0xEC2DFA) is known color: Psychedelic Purple. HEX triplet: EC, 2D and FA. RGB value is (236,45,250). Sum of RGB (Red+Green+Blue) = 236+45+250=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 45 (17.97% from 255 or 8.47% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC2DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2DFA is #13D205. Grayscale: #7C7C7C. Windows color (decimal): -1298950 or 16395756. OLE color: 16395756.
HSL color Cylindrical-coordinate representation of color #EC2DFA: hue angle of 295.9º degrees, saturation: 0.95, 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 #EC2DFA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 45 | 250 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.02 |
| HSL | 295.9º | 0.95% | 0.58% | - |
| HSV(B) | 295.9º | 0.82% | 0.98% | - |
| XYZ | 52.79 | 26.61 | 92.8 | - |
| YUV | 125.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 250 | 0.06 | 0.82 | 0 | 0.02 | 295.9 | 0.95 | 0.58 |
| Hex | EC | 2D | FA | 6 | 52 | 0 | 2 | 128 | 5F | 3A |
| Octal | 354 | 55 | 372 | 6 | 122 | 0 | 2 | 450 | 137 | 72 |
| Binary | 11101100 | 101101 | 11111010 | 110 | 1010010 | 0 | 10 | 100101000 | 1011111 | 111010 |
Color Harmonies of #EC2DFA
Complementary color
Monochromatic Colors of #EC2DFA
Black with #EC2DFA
Text Example
Text Example
White with #EC2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DFA; }
p { color: rgb(236,45,250); }
H1.HeaderClassName
{
color: #EC2DFA;
}
.AnyTagClassName
{
color: #EC2DFA;
}
</style>
background-color css
<style>
a { background-color: #EC2DFA; }
a { background-color: rgb(236,45,250); }
div.DivClassName
{
background-color: #EC2DFA;
}
.BgClassName
{
background-color: #EC2DFA;
}
</style>
border-color css
<style>
span { border-color: #EC2DFA; }
span { border-color: rgb(236,45,250); }
td.TdClassName
{
border-color: #EC2DFA;
}
.TagClassName
{
border-color: #EC2DFA;
}
</style>