Shades of Psychedelic Purple #EC06F2
Tints of Psychedelic Purple #EC06F2
RGB
CMYK
RGB Variations
Color information
#EC06F2 (or 0xEC06F2) is known color: Psychedelic Purple. HEX triplet: EC, 06 and F2. RGB value is (236,6,242). Sum of RGB (Red+Green+Blue) = 236+6+242=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC06F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06F2 is #13F90D. Grayscale: #646464. Windows color (decimal): -1308942 or 15861484. OLE color: 15861484.
HSL color Cylindrical-coordinate representation of color #EC06F2: hue angle of 298.47º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC06F2 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 6 | 242 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.05 |
| HSL | 298.47º | 0.95% | 0.49% | - |
| HSV(B) | 298.47º | 0.98% | 0.95% | - |
| XYZ | 50.68 | 24.37 | 86.04 | - |
| YUV | 101.67 | 207.2 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 242 | 0.02 | 0.98 | 0 | 0.05 | 298.47 | 0.95 | 0.49 |
| Hex | EC | 6 | F2 | 2 | 62 | 0 | 5 | 12A | 5F | 31 |
| Octal | 354 | 6 | 362 | 2 | 142 | 0 | 5 | 452 | 137 | 61 |
| Binary | 11101100 | 110 | 11110010 | 10 | 1100010 | 0 | 101 | 100101010 | 1011111 | 110001 |
Color Harmonies of #EC06F2
Complementary color
Monochromatic Colors of #EC06F2
Black with #EC06F2
Text Example
Text Example
White with #EC06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06F2; }
p { color: rgb(236,6,242); }
H1.HeaderClassName
{
color: #EC06F2;
}
.AnyTagClassName
{
color: #EC06F2;
}
</style>
background-color css
<style>
a { background-color: #EC06F2; }
a { background-color: rgb(236,6,242); }
div.DivClassName
{
background-color: #EC06F2;
}
.BgClassName
{
background-color: #EC06F2;
}
</style>
border-color css
<style>
span { border-color: #EC06F2; }
span { border-color: rgb(236,6,242); }
td.TdClassName
{
border-color: #EC06F2;
}
.TagClassName
{
border-color: #EC06F2;
}
</style>