Shades of Psychedelic Purple #EC2EFF
Tints of Psychedelic Purple #EC2EFF
RGB
CMYK
RGB Variations
Color information
#EC2EFF (or 0xEC2EFF) is known color: Psychedelic Purple. HEX triplet: EC, 2E and FF. RGB value is (236,46,255). Sum of RGB (Red+Green+Blue) = 236+46+255=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2EFF is #13D100. Grayscale: #7D7D7D. Windows color (decimal): -1298689 or 16723692. OLE color: 16723692.
HSL color Cylindrical-coordinate representation of color #EC2EFF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2EFF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 46 | 255 | - |
| CMYK | 0.07 | 0.82 | 0 | 0 |
| HSL | 294.55º | 1% | 0.59% | - |
| HSV(B) | 294.55º | 0.82% | 1% | - |
| XYZ | 53.62 | 27.01 | 96.99 | - |
| YUV | 126.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 255 | 0.07 | 0.82 | 0 | 0 | 294.55 | 1 | 0.59 |
| Hex | EC | 2E | FF | 7 | 52 | 0 | 0 | 127 | 64 | 3B |
| Octal | 354 | 56 | 377 | 7 | 122 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101100 | 101110 | 11111111 | 111 | 1010010 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EC2EFF
Complementary color
Monochromatic Colors of #EC2EFF
Black with #EC2EFF
Text Example
Text Example
White with #EC2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EFF; }
p { color: rgb(236,46,255); }
H1.HeaderClassName
{
color: #EC2EFF;
}
.AnyTagClassName
{
color: #EC2EFF;
}
</style>
background-color css
<style>
a { background-color: #EC2EFF; }
a { background-color: rgb(236,46,255); }
div.DivClassName
{
background-color: #EC2EFF;
}
.BgClassName
{
background-color: #EC2EFF;
}
</style>
border-color css
<style>
span { border-color: #EC2EFF; }
span { border-color: rgb(236,46,255); }
td.TdClassName
{
border-color: #EC2EFF;
}
.TagClassName
{
border-color: #EC2EFF;
}
</style>