Shades of Psychedelic Purple #EC1AFE
Tints of Psychedelic Purple #EC1AFE
RGB
CMYK
RGB Variations
Color information
#EC1AFE (or 0xEC1AFE) is known color: Psychedelic Purple. HEX triplet: EC, 1A and FE. RGB value is (236,26,254). Sum of RGB (Red+Green+Blue) = 236+26+254=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 26 (10.55% from 255 or 5.04% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC1AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AFE is #13E501. Grayscale: #727272. Windows color (decimal): -1303810 or 16653036. OLE color: 16653036.
HSL color Cylindrical-coordinate representation of color #EC1AFE: hue angle of 295.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1AFE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 26 | 254 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.00 |
| HSL | 295.26º | 0.99% | 0.55% | - |
| HSV(B) | 295.26º | 0.9% | 1% | - |
| XYZ | 52.85 | 25.73 | 95.95 | - |
| YUV | 114.78 | 206.57 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 254 | 0.07 | 0.90 | 0 | 0.00 | 295.26 | 0.99 | 0.55 |
| Hex | EC | 1A | FE | 7 | 5A | 0 | 0 | 127 | 63 | 37 |
| Octal | 354 | 32 | 376 | 7 | 132 | 0 | 0 | 447 | 143 | 67 |
| Binary | 11101100 | 11010 | 11111110 | 111 | 1011010 | 0 | 0 | 100100111 | 1100011 | 110111 |
Color Harmonies of #EC1AFE
Complementary color
Monochromatic Colors of #EC1AFE
Black with #EC1AFE
Text Example
Text Example
White with #EC1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AFE; }
p { color: rgb(236,26,254); }
H1.HeaderClassName
{
color: #EC1AFE;
}
.AnyTagClassName
{
color: #EC1AFE;
}
</style>
background-color css
<style>
a { background-color: #EC1AFE; }
a { background-color: rgb(236,26,254); }
div.DivClassName
{
background-color: #EC1AFE;
}
.BgClassName
{
background-color: #EC1AFE;
}
</style>
border-color css
<style>
span { border-color: #EC1AFE; }
span { border-color: rgb(236,26,254); }
td.TdClassName
{
border-color: #EC1AFE;
}
.TagClassName
{
border-color: #EC1AFE;
}
</style>