Shades of Psychedelic Purple #EC07F1
Tints of Psychedelic Purple #EC07F1
RGB
CMYK
RGB Variations
Color information
#EC07F1 (or 0xEC07F1) is known color: Psychedelic Purple. HEX triplet: EC, 07 and F1. RGB value is (236,7,241). Sum of RGB (Red+Green+Blue) = 236+7+241=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC07F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07F1 is #13F80E. Grayscale: #656565. Windows color (decimal): -1308687 or 15796204. OLE color: 15796204.
HSL color Cylindrical-coordinate representation of color #EC07F1: hue angle of 298.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07F1 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 7 | 241 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.05 |
| HSL | 298.72º | 0.94% | 0.49% | - |
| HSV(B) | 298.72º | 0.97% | 0.95% | - |
| XYZ | 50.55 | 24.34 | 85.25 | - |
| YUV | 102.15 | 206.37 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 241 | 0.02 | 0.97 | 0 | 0.05 | 298.72 | 0.94 | 0.49 |
| Hex | EC | 7 | F1 | 2 | 61 | 0 | 5 | 12B | 5E | 31 |
| Octal | 354 | 7 | 361 | 2 | 141 | 0 | 5 | 453 | 136 | 61 |
| Binary | 11101100 | 111 | 11110001 | 10 | 1100001 | 0 | 101 | 100101011 | 1011110 | 110001 |
Color Harmonies of #EC07F1
Complementary color
Monochromatic Colors of #EC07F1
Black with #EC07F1
Text Example
Text Example
White with #EC07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07F1; }
p { color: rgb(236,7,241); }
H1.HeaderClassName
{
color: #EC07F1;
}
.AnyTagClassName
{
color: #EC07F1;
}
</style>
background-color css
<style>
a { background-color: #EC07F1; }
a { background-color: rgb(236,7,241); }
div.DivClassName
{
background-color: #EC07F1;
}
.BgClassName
{
background-color: #EC07F1;
}
</style>
border-color css
<style>
span { border-color: #EC07F1; }
span { border-color: rgb(236,7,241); }
td.TdClassName
{
border-color: #EC07F1;
}
.TagClassName
{
border-color: #EC07F1;
}
</style>