Shades of Psychedelic Purple #EC2FF6
Tints of Psychedelic Purple #EC2FF6
RGB
CMYK
RGB Variations
Color information
#EC2FF6 (or 0xEC2FF6) is known color: Psychedelic Purple. HEX triplet: EC, 2F and F6. RGB value is (236,47,246). Sum of RGB (Red+Green+Blue) = 236+47+246=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FF6 is #13D009. Grayscale: #7D7D7D. Windows color (decimal): -1298442 or 16134124. OLE color: 16134124.
HSL color Cylindrical-coordinate representation of color #EC2FF6: hue angle of 296.98º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FF6 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 47 | 246 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.04 |
| HSL | 296.98º | 0.92% | 0.57% | - |
| HSV(B) | 296.98º | 0.81% | 0.96% | - |
| XYZ | 52.24 | 26.52 | 89.55 | - |
| YUV | 126.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 246 | 0.04 | 0.81 | 0 | 0.04 | 296.98 | 0.92 | 0.57 |
| Hex | EC | 2F | F6 | 4 | 51 | 0 | 4 | 129 | 5C | 39 |
| Octal | 354 | 57 | 366 | 4 | 121 | 0 | 4 | 451 | 134 | 71 |
| Binary | 11101100 | 101111 | 11110110 | 100 | 1010001 | 0 | 100 | 100101001 | 1011100 | 111001 |
Color Harmonies of #EC2FF6
Complementary color
Monochromatic Colors of #EC2FF6
Black with #EC2FF6
Text Example
Text Example
White with #EC2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FF6; }
p { color: rgb(236,47,246); }
H1.HeaderClassName
{
color: #EC2FF6;
}
.AnyTagClassName
{
color: #EC2FF6;
}
</style>
background-color css
<style>
a { background-color: #EC2FF6; }
a { background-color: rgb(236,47,246); }
div.DivClassName
{
background-color: #EC2FF6;
}
.BgClassName
{
background-color: #EC2FF6;
}
</style>
border-color css
<style>
span { border-color: #EC2FF6; }
span { border-color: rgb(236,47,246); }
td.TdClassName
{
border-color: #EC2FF6;
}
.TagClassName
{
border-color: #EC2FF6;
}
</style>