Shades of Psychedelic Purple #EC1AFB
Tints of Psychedelic Purple #EC1AFB
RGB
CMYK
RGB Variations
Color information
#EC1AFB (or 0xEC1AFB) is known color: Psychedelic Purple. HEX triplet: EC, 1A and FB. RGB value is (236,26,251). Sum of RGB (Red+Green+Blue) = 236+26+251=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 26 (10.55% from 255 or 5.07% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC1AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AFB is #13E504. Grayscale: #717171. Windows color (decimal): -1303813 or 16456428. OLE color: 16456428.
HSL color Cylindrical-coordinate representation of color #EC1AFB: hue angle of 296º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1AFB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 26 | 251 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.02 |
| HSL | 296º | 0.97% | 0.54% | - |
| HSV(B) | 296º | 0.9% | 0.98% | - |
| XYZ | 52.37 | 25.54 | 93.44 | - |
| YUV | 114.44 | 205.07 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 251 | 0.06 | 0.90 | 0 | 0.02 | 296 | 0.97 | 0.54 |
| Hex | EC | 1A | FB | 6 | 5A | 0 | 2 | 128 | 61 | 36 |
| Octal | 354 | 32 | 373 | 6 | 132 | 0 | 2 | 450 | 141 | 66 |
| Binary | 11101100 | 11010 | 11111011 | 110 | 1011010 | 0 | 10 | 100101000 | 1100001 | 110110 |
Color Harmonies of #EC1AFB
Complementary color
Monochromatic Colors of #EC1AFB
Black with #EC1AFB
Text Example
Text Example
White with #EC1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AFB; }
p { color: rgb(236,26,251); }
H1.HeaderClassName
{
color: #EC1AFB;
}
.AnyTagClassName
{
color: #EC1AFB;
}
</style>
background-color css
<style>
a { background-color: #EC1AFB; }
a { background-color: rgb(236,26,251); }
div.DivClassName
{
background-color: #EC1AFB;
}
.BgClassName
{
background-color: #EC1AFB;
}
</style>
border-color css
<style>
span { border-color: #EC1AFB; }
span { border-color: rgb(236,26,251); }
td.TdClassName
{
border-color: #EC1AFB;
}
.TagClassName
{
border-color: #EC1AFB;
}
</style>