Shades of Psychedelic Purple #EC2BFF
Tints of Psychedelic Purple #EC2BFF
RGB
CMYK
RGB Variations
Color information
#EC2BFF (or 0xEC2BFF) is known color: Psychedelic Purple. HEX triplet: EC, 2B and FF. RGB value is (236,43,255). Sum of RGB (Red+Green+Blue) = 236+43+255=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 43 (17.19% from 255 or 8.05% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2BFF is #13D400. Grayscale: #7C7C7C. Windows color (decimal): -1299457 or 16722924. OLE color: 16722924.
HSL color Cylindrical-coordinate representation of color #EC2BFF: hue angle of 294.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2BFF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 43 | 255 | - |
| CMYK | 0.07 | 0.83 | 0 | 0 |
| HSL | 294.62º | 1% | 0.58% | - |
| HSV(B) | 294.62º | 0.83% | 1% | - |
| XYZ | 53.51 | 26.78 | 96.96 | - |
| YUV | 124.88 | 201.44 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 255 | 0.07 | 0.83 | 0 | 0 | 294.62 | 1 | 0.58 |
| Hex | EC | 2B | FF | 7 | 53 | 0 | 0 | 127 | 64 | 3A |
| Octal | 354 | 53 | 377 | 7 | 123 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101100 | 101011 | 11111111 | 111 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EC2BFF
Complementary color
Monochromatic Colors of #EC2BFF
Black with #EC2BFF
Text Example
Text Example
White with #EC2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BFF; }
p { color: rgb(236,43,255); }
H1.HeaderClassName
{
color: #EC2BFF;
}
.AnyTagClassName
{
color: #EC2BFF;
}
</style>
background-color css
<style>
a { background-color: #EC2BFF; }
a { background-color: rgb(236,43,255); }
div.DivClassName
{
background-color: #EC2BFF;
}
.BgClassName
{
background-color: #EC2BFF;
}
</style>
border-color css
<style>
span { border-color: #EC2BFF; }
span { border-color: rgb(236,43,255); }
td.TdClassName
{
border-color: #EC2BFF;
}
.TagClassName
{
border-color: #EC2BFF;
}
</style>