Shades of Psychedelic Purple #EC2AFE
Tints of Psychedelic Purple #EC2AFE
RGB
CMYK
RGB Variations
Color information
#EC2AFE (or 0xEC2AFE) is known color: Psychedelic Purple. HEX triplet: EC, 2A and FE. RGB value is (236,42,254). Sum of RGB (Red+Green+Blue) = 236+42+254=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 42 (16.80% from 255 or 7.89% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC2AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2AFE is #13D501. Grayscale: #7B7B7B. Windows color (decimal): -1299714 or 16657132. OLE color: 16657132.
HSL color Cylindrical-coordinate representation of color #EC2AFE: hue angle of 294.91º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2AFE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 42 | 254 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.00 |
| HSL | 294.91º | 0.99% | 0.58% | - |
| HSV(B) | 294.91º | 0.83% | 1% | - |
| XYZ | 53.31 | 26.64 | 96.1 | - |
| YUV | 124.17 | 201.27 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 254 | 0.07 | 0.83 | 0 | 0.00 | 294.91 | 0.99 | 0.58 |
| Hex | EC | 2A | FE | 7 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 354 | 52 | 376 | 7 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101100 | 101010 | 11111110 | 111 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EC2AFE
Complementary color
Monochromatic Colors of #EC2AFE
Black with #EC2AFE
Text Example
Text Example
White with #EC2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AFE; }
p { color: rgb(236,42,254); }
H1.HeaderClassName
{
color: #EC2AFE;
}
.AnyTagClassName
{
color: #EC2AFE;
}
</style>
background-color css
<style>
a { background-color: #EC2AFE; }
a { background-color: rgb(236,42,254); }
div.DivClassName
{
background-color: #EC2AFE;
}
.BgClassName
{
background-color: #EC2AFE;
}
</style>
border-color css
<style>
span { border-color: #EC2AFE; }
span { border-color: rgb(236,42,254); }
td.TdClassName
{
border-color: #EC2AFE;
}
.TagClassName
{
border-color: #EC2AFE;
}
</style>