Shades of Psychedelic Purple #EC2DFB
Tints of Psychedelic Purple #EC2DFB
RGB
CMYK
RGB Variations
Color information
#EC2DFB (or 0xEC2DFB) is known color: Psychedelic Purple. HEX triplet: EC, 2D and FB. RGB value is (236,45,251). Sum of RGB (Red+Green+Blue) = 236+45+251=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 45 (17.97% from 255 or 8.46% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2DFB is #13D204. Grayscale: #7C7C7C. Windows color (decimal): -1298949 or 16461292. OLE color: 16461292.
HSL color Cylindrical-coordinate representation of color #EC2DFB: hue angle of 295.63º degrees, saturation: 0.96, 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 #EC2DFB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 45 | 251 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.02 |
| HSL | 295.63º | 0.96% | 0.58% | - |
| HSV(B) | 295.63º | 0.82% | 0.98% | - |
| XYZ | 52.94 | 26.67 | 93.63 | - |
| YUV | 125.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 251 | 0.06 | 0.82 | 0 | 0.02 | 295.63 | 0.96 | 0.58 |
| Hex | EC | 2D | FB | 6 | 52 | 0 | 2 | 128 | 60 | 3A |
| Octal | 354 | 55 | 373 | 6 | 122 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101100 | 101101 | 11111011 | 110 | 1010010 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EC2DFB
Complementary color
Monochromatic Colors of #EC2DFB
Black with #EC2DFB
Text Example
Text Example
White with #EC2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DFB; }
p { color: rgb(236,45,251); }
H1.HeaderClassName
{
color: #EC2DFB;
}
.AnyTagClassName
{
color: #EC2DFB;
}
</style>
background-color css
<style>
a { background-color: #EC2DFB; }
a { background-color: rgb(236,45,251); }
div.DivClassName
{
background-color: #EC2DFB;
}
.BgClassName
{
background-color: #EC2DFB;
}
</style>
border-color css
<style>
span { border-color: #EC2DFB; }
span { border-color: rgb(236,45,251); }
td.TdClassName
{
border-color: #EC2DFB;
}
.TagClassName
{
border-color: #EC2DFB;
}
</style>