Shades of Psychedelic Purple #EC2EFB
Tints of Psychedelic Purple #EC2EFB
RGB
CMYK
RGB Variations
Color information
#EC2EFB (or 0xEC2EFB) is known color: Psychedelic Purple. HEX triplet: EC, 2E and FB. RGB value is (236,46,251). Sum of RGB (Red+Green+Blue) = 236+46+251=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC2EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2EFB is #13D104. Grayscale: #7D7D7D. Windows color (decimal): -1298693 or 16461548. OLE color: 16461548.
HSL color Cylindrical-coordinate representation of color #EC2EFB: hue angle of 295.61º 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 #EC2EFB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 46 | 251 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.02 |
| HSL | 295.61º | 0.96% | 0.58% | - |
| HSV(B) | 295.61º | 0.82% | 0.98% | - |
| XYZ | 52.98 | 26.75 | 93.64 | - |
| YUV | 126.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 251 | 0.06 | 0.82 | 0 | 0.02 | 295.61 | 0.96 | 0.58 |
| Hex | EC | 2E | FB | 6 | 52 | 0 | 2 | 128 | 60 | 3A |
| Octal | 354 | 56 | 373 | 6 | 122 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101100 | 101110 | 11111011 | 110 | 1010010 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EC2EFB
Complementary color
Monochromatic Colors of #EC2EFB
Black with #EC2EFB
Text Example
Text Example
White with #EC2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EFB; }
p { color: rgb(236,46,251); }
H1.HeaderClassName
{
color: #EC2EFB;
}
.AnyTagClassName
{
color: #EC2EFB;
}
</style>
background-color css
<style>
a { background-color: #EC2EFB; }
a { background-color: rgb(236,46,251); }
div.DivClassName
{
background-color: #EC2EFB;
}
.BgClassName
{
background-color: #EC2EFB;
}
</style>
border-color css
<style>
span { border-color: #EC2EFB; }
span { border-color: rgb(236,46,251); }
td.TdClassName
{
border-color: #EC2EFB;
}
.TagClassName
{
border-color: #EC2EFB;
}
</style>