Shades of Psychedelic Purple #EC07FD
Tints of Psychedelic Purple #EC07FD
RGB
CMYK
RGB Variations
Color information
#EC07FD (or 0xEC07FD) is known color: Psychedelic Purple. HEX triplet: EC, 07 and FD. RGB value is (236,7,253). Sum of RGB (Red+Green+Blue) = 236+7+253=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 7 (3.12% from 255 or 1.41% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC07FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07FD is #13F802. Grayscale: #666666. Windows color (decimal): -1308675 or 16582636. OLE color: 16582636.
HSL color Cylindrical-coordinate representation of color #EC07FD: hue angle of 295.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07FD is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 7 | 253 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.01 |
| HSL | 295.85º | 0.98% | 0.51% | - |
| HSV(B) | 295.85º | 0.97% | 0.99% | - |
| XYZ | 52.4 | 25.08 | 95.01 | - |
| YUV | 103.52 | 212.37 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 253 | 0.07 | 0.97 | 0 | 0.01 | 295.85 | 0.98 | 0.51 |
| Hex | EC | 7 | FD | 7 | 61 | 0 | 1 | 128 | 62 | 33 |
| Octal | 354 | 7 | 375 | 7 | 141 | 0 | 1 | 450 | 142 | 63 |
| Binary | 11101100 | 111 | 11111101 | 111 | 1100001 | 0 | 1 | 100101000 | 1100010 | 110011 |
Color Harmonies of #EC07FD
Complementary color
Monochromatic Colors of #EC07FD
Black with #EC07FD
Text Example
Text Example
White with #EC07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07FD; }
p { color: rgb(236,7,253); }
H1.HeaderClassName
{
color: #EC07FD;
}
.AnyTagClassName
{
color: #EC07FD;
}
</style>
background-color css
<style>
a { background-color: #EC07FD; }
a { background-color: rgb(236,7,253); }
div.DivClassName
{
background-color: #EC07FD;
}
.BgClassName
{
background-color: #EC07FD;
}
</style>
border-color css
<style>
span { border-color: #EC07FD; }
span { border-color: rgb(236,7,253); }
td.TdClassName
{
border-color: #EC07FD;
}
.TagClassName
{
border-color: #EC07FD;
}
</style>