Shades of Psychedelic Purple #EC2FFF
Tints of Psychedelic Purple #EC2FFF
RGB
CMYK
RGB Variations
Color information
#EC2FFF (or 0xEC2FFF) is known color: Psychedelic Purple. HEX triplet: EC, 2F and FF. RGB value is (236,47,255). Sum of RGB (Red+Green+Blue) = 236+47+255=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 47 (18.75% from 255 or 8.74% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FFF is #13D000. Grayscale: #7E7E7E. Windows color (decimal): -1298433 or 16723948. OLE color: 16723948.
HSL color Cylindrical-coordinate representation of color #EC2FFF: hue angle of 294.52º 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 #EC2FFF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 47 | 255 | - |
| CMYK | 0.07 | 0.82 | 0 | 0 |
| HSL | 294.52º | 1% | 0.59% | - |
| HSV(B) | 294.52º | 0.82% | 1% | - |
| XYZ | 53.66 | 27.09 | 97.01 | - |
| YUV | 127.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 255 | 0.07 | 0.82 | 0 | 0 | 294.52 | 1 | 0.59 |
| Hex | EC | 2F | FF | 7 | 52 | 0 | 0 | 127 | 64 | 3B |
| Octal | 354 | 57 | 377 | 7 | 122 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101100 | 101111 | 11111111 | 111 | 1010010 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EC2FFF
Complementary color
Monochromatic Colors of #EC2FFF
Black with #EC2FFF
Text Example
Text Example
White with #EC2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FFF; }
p { color: rgb(236,47,255); }
H1.HeaderClassName
{
color: #EC2FFF;
}
.AnyTagClassName
{
color: #EC2FFF;
}
</style>
background-color css
<style>
a { background-color: #EC2FFF; }
a { background-color: rgb(236,47,255); }
div.DivClassName
{
background-color: #EC2FFF;
}
.BgClassName
{
background-color: #EC2FFF;
}
</style>
border-color css
<style>
span { border-color: #EC2FFF; }
span { border-color: rgb(236,47,255); }
td.TdClassName
{
border-color: #EC2FFF;
}
.TagClassName
{
border-color: #EC2FFF;
}
</style>