Shades of Psychedelic Purple #EC07F5
Tints of Psychedelic Purple #EC07F5
RGB
CMYK
RGB Variations
Color information
#EC07F5 (or 0xEC07F5) is known color: Psychedelic Purple. HEX triplet: EC, 07 and F5. RGB value is (236,7,245). Sum of RGB (Red+Green+Blue) = 236+7+245=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 7 (3.12% from 255 or 1.43% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC07F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07F5 is #13F80A. Grayscale: #656565. Windows color (decimal): -1308683 or 16058348. OLE color: 16058348.
HSL color Cylindrical-coordinate representation of color #EC07F5: hue angle of 297.73º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07F5 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 7 | 245 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.04 |
| HSL | 297.73º | 0.94% | 0.49% | - |
| HSV(B) | 297.73º | 0.97% | 0.96% | - |
| XYZ | 51.15 | 24.58 | 88.43 | - |
| YUV | 102.6 | 208.37 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 245 | 0.04 | 0.97 | 0 | 0.04 | 297.73 | 0.94 | 0.49 |
| Hex | EC | 7 | F5 | 4 | 61 | 0 | 4 | 12A | 5E | 31 |
| Octal | 354 | 7 | 365 | 4 | 141 | 0 | 4 | 452 | 136 | 61 |
| Binary | 11101100 | 111 | 11110101 | 100 | 1100001 | 0 | 100 | 100101010 | 1011110 | 110001 |
Color Harmonies of #EC07F5
Complementary color
Monochromatic Colors of #EC07F5
Black with #EC07F5
Text Example
Text Example
White with #EC07F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07F5; }
p { color: rgb(236,7,245); }
H1.HeaderClassName
{
color: #EC07F5;
}
.AnyTagClassName
{
color: #EC07F5;
}
</style>
background-color css
<style>
a { background-color: #EC07F5; }
a { background-color: rgb(236,7,245); }
div.DivClassName
{
background-color: #EC07F5;
}
.BgClassName
{
background-color: #EC07F5;
}
</style>
border-color css
<style>
span { border-color: #EC07F5; }
span { border-color: rgb(236,7,245); }
td.TdClassName
{
border-color: #EC07F5;
}
.TagClassName
{
border-color: #EC07F5;
}
</style>