Shades of Psychedelic Purple #EC07EF
Tints of Psychedelic Purple #EC07EF
RGB
CMYK
RGB Variations
Color information
#EC07EF (or 0xEC07EF) is known color: Psychedelic Purple. HEX triplet: EC, 07 and EF. RGB value is (236,7,239). Sum of RGB (Red+Green+Blue) = 236+7+239=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC07EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07EF is #13F810. Grayscale: #656565. Windows color (decimal): -1308689 or 15665132. OLE color: 15665132.
HSL color Cylindrical-coordinate representation of color #EC07EF: hue angle of 299.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07EF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 7 | 239 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.06 |
| HSL | 299.22º | 0.94% | 0.48% | - |
| HSV(B) | 299.22º | 0.97% | 0.94% | - |
| XYZ | 50.25 | 24.22 | 83.69 | - |
| YUV | 101.92 | 205.37 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 239 | 0.01 | 0.97 | 0 | 0.06 | 299.22 | 0.94 | 0.48 |
| Hex | EC | 7 | EF | 1 | 61 | 0 | 6 | 12B | 5E | 30 |
| Octal | 354 | 7 | 357 | 1 | 141 | 0 | 6 | 453 | 136 | 60 |
| Binary | 11101100 | 111 | 11101111 | 1 | 1100001 | 0 | 110 | 100101011 | 1011110 | 110000 |
Color Harmonies of #EC07EF
Complementary color
Monochromatic Colors of #EC07EF
Black with #EC07EF
Text Example
Text Example
White with #EC07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07EF; }
p { color: rgb(236,7,239); }
H1.HeaderClassName
{
color: #EC07EF;
}
.AnyTagClassName
{
color: #EC07EF;
}
</style>
background-color css
<style>
a { background-color: #EC07EF; }
a { background-color: rgb(236,7,239); }
div.DivClassName
{
background-color: #EC07EF;
}
.BgClassName
{
background-color: #EC07EF;
}
</style>
border-color css
<style>
span { border-color: #EC07EF; }
span { border-color: rgb(236,7,239); }
td.TdClassName
{
border-color: #EC07EF;
}
.TagClassName
{
border-color: #EC07EF;
}
</style>