Shades of Psychedelic Purple #EC1CFD
Tints of Psychedelic Purple #EC1CFD
RGB
CMYK
RGB Variations
Color information
#EC1CFD (or 0xEC1CFD) is known color: Psychedelic Purple. HEX triplet: EC, 1C and FD. RGB value is (236,28,253). Sum of RGB (Red+Green+Blue) = 236+28+253=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 28 (11.33% from 255 or 5.42% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CFD is #13E302. Grayscale: #737373. Windows color (decimal): -1303299 or 16588012. OLE color: 16588012.
HSL color Cylindrical-coordinate representation of color #EC1CFD: hue angle of 295.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1CFD is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 28 | 253 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.01 |
| HSL | 295.47º | 0.98% | 0.55% | - |
| HSV(B) | 295.47º | 0.89% | 0.99% | - |
| XYZ | 52.74 | 25.76 | 95.12 | - |
| YUV | 115.84 | 205.41 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 253 | 0.07 | 0.89 | 0 | 0.01 | 295.47 | 0.98 | 0.55 |
| Hex | EC | 1C | FD | 7 | 59 | 0 | 1 | 127 | 62 | 37 |
| Octal | 354 | 34 | 375 | 7 | 131 | 0 | 1 | 447 | 142 | 67 |
| Binary | 11101100 | 11100 | 11111101 | 111 | 1011001 | 0 | 1 | 100100111 | 1100010 | 110111 |
Color Harmonies of #EC1CFD
Complementary color
Monochromatic Colors of #EC1CFD
Black with #EC1CFD
Text Example
Text Example
White with #EC1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CFD; }
p { color: rgb(236,28,253); }
H1.HeaderClassName
{
color: #EC1CFD;
}
.AnyTagClassName
{
color: #EC1CFD;
}
</style>
background-color css
<style>
a { background-color: #EC1CFD; }
a { background-color: rgb(236,28,253); }
div.DivClassName
{
background-color: #EC1CFD;
}
.BgClassName
{
background-color: #EC1CFD;
}
</style>
border-color css
<style>
span { border-color: #EC1CFD; }
span { border-color: rgb(236,28,253); }
td.TdClassName
{
border-color: #EC1CFD;
}
.TagClassName
{
border-color: #EC1CFD;
}
</style>