Shades of Psychedelic Purple #EC00FD
Tints of Psychedelic Purple #EC00FD
RGB
CMYK
RGB Variations
Color information
#EC00FD (or 0xEC00FD) is known color: Psychedelic Purple. HEX triplet: EC, 00 and FD. RGB value is (236,0,253). Sum of RGB (Red+Green+Blue) = 236+0+253=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC00FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00FD is #13FF02. Grayscale: #626262. Windows color (decimal): -1310467 or 16580844. OLE color: 16580844.
HSL color Cylindrical-coordinate representation of color #EC00FD: hue angle of 295.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00FD is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 0 | 253 | - |
| CMYK | 0.07 | 1 | 0 | 0.01 |
| HSL | 295.97º | 1% | 0.5% | - |
| HSV(B) | 295.97º | 1% | 0.99% | - |
| XYZ | 52.32 | 24.92 | 94.98 | - |
| YUV | 99.41 | 214.69 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 253 | 0.07 | 1 | 0 | 0.01 | 295.97 | 1 | 0.5 |
| Hex | EC | 0 | FD | 7 | 64 | 0 | 1 | 128 | 64 | 32 |
| Octal | 354 | 0 | 375 | 7 | 144 | 0 | 1 | 450 | 144 | 62 |
| Binary | 11101100 | 0 | 11111101 | 111 | 1100100 | 0 | 1 | 100101000 | 1100100 | 110010 |
Color Harmonies of #EC00FD
Complementary color
Monochromatic Colors of #EC00FD
Black with #EC00FD
Text Example
Text Example
White with #EC00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00FD; }
p { color: rgb(236,0,253); }
H1.HeaderClassName
{
color: #EC00FD;
}
.AnyTagClassName
{
color: #EC00FD;
}
</style>
background-color css
<style>
a { background-color: #EC00FD; }
a { background-color: rgb(236,0,253); }
div.DivClassName
{
background-color: #EC00FD;
}
.BgClassName
{
background-color: #EC00FD;
}
</style>
border-color css
<style>
span { border-color: #EC00FD; }
span { border-color: rgb(236,0,253); }
td.TdClassName
{
border-color: #EC00FD;
}
.TagClassName
{
border-color: #EC00FD;
}
</style>