Shades of Psychedelic Purple #EC22FD
Tints of Psychedelic Purple #EC22FD
RGB
CMYK
RGB Variations
Color information
#EC22FD (or 0xEC22FD) is known color: Psychedelic Purple. HEX triplet: EC, 22 and FD. RGB value is (236,34,253). Sum of RGB (Red+Green+Blue) = 236+34+253=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 34 (13.67% from 255 or 6.50% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC22FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC22FD is #13DD02. Grayscale: #767676. Windows color (decimal): -1301763 or 16589548. OLE color: 16589548.
HSL color Cylindrical-coordinate representation of color #EC22FD: hue angle of 295.34º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC22FD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 34 | 253 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.01 |
| HSL | 295.34º | 0.98% | 0.56% | - |
| HSV(B) | 295.34º | 0.87% | 0.99% | - |
| XYZ | 52.89 | 26.07 | 95.17 | - |
| YUV | 119.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 253 | 0.07 | 0.87 | 0 | 0.01 | 295.34 | 0.98 | 0.56 |
| Hex | EC | 22 | FD | 7 | 57 | 0 | 1 | 127 | 62 | 38 |
| Octal | 354 | 42 | 375 | 7 | 127 | 0 | 1 | 447 | 142 | 70 |
| Binary | 11101100 | 100010 | 11111101 | 111 | 1010111 | 0 | 1 | 100100111 | 1100010 | 111000 |
Color Harmonies of #EC22FD
Complementary color
Monochromatic Colors of #EC22FD
Black with #EC22FD
Text Example
Text Example
White with #EC22FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC22FD; }
p { color: rgb(236,34,253); }
H1.HeaderClassName
{
color: #EC22FD;
}
.AnyTagClassName
{
color: #EC22FD;
}
</style>
background-color css
<style>
a { background-color: #EC22FD; }
a { background-color: rgb(236,34,253); }
div.DivClassName
{
background-color: #EC22FD;
}
.BgClassName
{
background-color: #EC22FD;
}
</style>
border-color css
<style>
span { border-color: #EC22FD; }
span { border-color: rgb(236,34,253); }
td.TdClassName
{
border-color: #EC22FD;
}
.TagClassName
{
border-color: #EC22FD;
}
</style>