Shades of Psychedelic Purple #EC2FFD
Tints of Psychedelic Purple #EC2FFD
RGB
CMYK
RGB Variations
Color information
#EC2FFD (or 0xEC2FFD) is known color: Psychedelic Purple. HEX triplet: EC, 2F and FD. RGB value is (236,47,253). Sum of RGB (Red+Green+Blue) = 236+47+253=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 47 (18.75% from 255 or 8.77% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FFD is #13D002. Grayscale: #7E7E7E. Windows color (decimal): -1298435 or 16592876. OLE color: 16592876.
HSL color Cylindrical-coordinate representation of color #EC2FFD: hue angle of 295.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FFD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 47 | 253 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.01 |
| HSL | 295.05º | 0.98% | 0.59% | - |
| HSV(B) | 295.05º | 0.81% | 0.99% | - |
| XYZ | 53.34 | 26.96 | 95.32 | - |
| YUV | 127 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 253 | 0.07 | 0.81 | 0 | 0.01 | 295.05 | 0.98 | 0.59 |
| Hex | EC | 2F | FD | 7 | 51 | 0 | 1 | 127 | 62 | 3B |
| Octal | 354 | 57 | 375 | 7 | 121 | 0 | 1 | 447 | 142 | 73 |
| Binary | 11101100 | 101111 | 11111101 | 111 | 1010001 | 0 | 1 | 100100111 | 1100010 | 111011 |
Color Harmonies of #EC2FFD
Complementary color
Monochromatic Colors of #EC2FFD
Black with #EC2FFD
Text Example
Text Example
White with #EC2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FFD; }
p { color: rgb(236,47,253); }
H1.HeaderClassName
{
color: #EC2FFD;
}
.AnyTagClassName
{
color: #EC2FFD;
}
</style>
background-color css
<style>
a { background-color: #EC2FFD; }
a { background-color: rgb(236,47,253); }
div.DivClassName
{
background-color: #EC2FFD;
}
.BgClassName
{
background-color: #EC2FFD;
}
</style>
border-color css
<style>
span { border-color: #EC2FFD; }
span { border-color: rgb(236,47,253); }
td.TdClassName
{
border-color: #EC2FFD;
}
.TagClassName
{
border-color: #EC2FFD;
}
</style>