Shades of Psychedelic Purple #EC1AFD
Tints of Psychedelic Purple #EC1AFD
RGB
CMYK
RGB Variations
Color information
#EC1AFD (or 0xEC1AFD) is known color: Psychedelic Purple. HEX triplet: EC, 1A and FD. RGB value is (236,26,253). Sum of RGB (Red+Green+Blue) = 236+26+253=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC1AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AFD is #13E502. Grayscale: #717171. Windows color (decimal): -1303811 or 16587500. OLE color: 16587500.
HSL color Cylindrical-coordinate representation of color #EC1AFD: hue angle of 295.51º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1AFD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 26 | 253 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.01 |
| HSL | 295.51º | 0.98% | 0.55% | - |
| HSV(B) | 295.51º | 0.9% | 0.99% | - |
| XYZ | 52.69 | 25.66 | 95.1 | - |
| YUV | 114.67 | 206.07 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 253 | 0.07 | 0.90 | 0 | 0.01 | 295.51 | 0.98 | 0.55 |
| Hex | EC | 1A | FD | 7 | 5A | 0 | 1 | 128 | 62 | 37 |
| Octal | 354 | 32 | 375 | 7 | 132 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101100 | 11010 | 11111101 | 111 | 1011010 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #EC1AFD
Complementary color
Monochromatic Colors of #EC1AFD
Black with #EC1AFD
Text Example
Text Example
White with #EC1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AFD; }
p { color: rgb(236,26,253); }
H1.HeaderClassName
{
color: #EC1AFD;
}
.AnyTagClassName
{
color: #EC1AFD;
}
</style>
background-color css
<style>
a { background-color: #EC1AFD; }
a { background-color: rgb(236,26,253); }
div.DivClassName
{
background-color: #EC1AFD;
}
.BgClassName
{
background-color: #EC1AFD;
}
</style>
border-color css
<style>
span { border-color: #EC1AFD; }
span { border-color: rgb(236,26,253); }
td.TdClassName
{
border-color: #EC1AFD;
}
.TagClassName
{
border-color: #EC1AFD;
}
</style>