Shades of Psychedelic Purple #EC2CFF
Tints of Psychedelic Purple #EC2CFF
RGB
CMYK
RGB Variations
Color information
#EC2CFF (or 0xEC2CFF) is known color: Psychedelic Purple. HEX triplet: EC, 2C and FF. RGB value is (236,44,255). Sum of RGB (Red+Green+Blue) = 236+44+255=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2CFF is #13D300. Grayscale: #7C7C7C. Windows color (decimal): -1299201 or 16723180. OLE color: 16723180.
HSL color Cylindrical-coordinate representation of color #EC2CFF: hue angle of 294.6º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2CFF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 44 | 255 | - |
| CMYK | 0.07 | 0.83 | 0 | 0 |
| HSL | 294.6º | 1% | 0.59% | - |
| HSV(B) | 294.6º | 0.83% | 1% | - |
| XYZ | 53.54 | 26.85 | 96.97 | - |
| YUV | 125.46 | 201.11 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 255 | 0.07 | 0.83 | 0 | 0 | 294.6 | 1 | 0.59 |
| Hex | EC | 2C | FF | 7 | 53 | 0 | 0 | 127 | 64 | 3B |
| Octal | 354 | 54 | 377 | 7 | 123 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101100 | 101100 | 11111111 | 111 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EC2CFF
Complementary color
Monochromatic Colors of #EC2CFF
Black with #EC2CFF
Text Example
Text Example
White with #EC2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CFF; }
p { color: rgb(236,44,255); }
H1.HeaderClassName
{
color: #EC2CFF;
}
.AnyTagClassName
{
color: #EC2CFF;
}
</style>
background-color css
<style>
a { background-color: #EC2CFF; }
a { background-color: rgb(236,44,255); }
div.DivClassName
{
background-color: #EC2CFF;
}
.BgClassName
{
background-color: #EC2CFF;
}
</style>
border-color css
<style>
span { border-color: #EC2CFF; }
span { border-color: rgb(236,44,255); }
td.TdClassName
{
border-color: #EC2CFF;
}
.TagClassName
{
border-color: #EC2CFF;
}
</style>