Shades of Psychedelic Purple #EC2AFF
Tints of Psychedelic Purple #EC2AFF
RGB
CMYK
RGB Variations
Color information
#EC2AFF (or 0xEC2AFF) is known color: Psychedelic Purple. HEX triplet: EC, 2A and FF. RGB value is (236,42,255). Sum of RGB (Red+Green+Blue) = 236+42+255=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 42 (16.80% from 255 or 7.88% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2AFF is #13D500. Grayscale: #7B7B7B. Windows color (decimal): -1299713 or 16722668. OLE color: 16722668.
HSL color Cylindrical-coordinate representation of color #EC2AFF: hue angle of 294.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2AFF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 42 | 255 | - |
| CMYK | 0.07 | 0.84 | 0 | 0 |
| HSL | 294.65º | 1% | 0.58% | - |
| HSV(B) | 294.65º | 0.84% | 1% | - |
| XYZ | 53.47 | 26.71 | 96.94 | - |
| YUV | 124.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 255 | 0.07 | 0.84 | 0 | 0 | 294.65 | 1 | 0.58 |
| Hex | EC | 2A | FF | 7 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 354 | 52 | 377 | 7 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101100 | 101010 | 11111111 | 111 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EC2AFF
Complementary color
Monochromatic Colors of #EC2AFF
Black with #EC2AFF
Text Example
Text Example
White with #EC2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2AFF; }
p { color: rgb(236,42,255); }
H1.HeaderClassName
{
color: #EC2AFF;
}
.AnyTagClassName
{
color: #EC2AFF;
}
</style>
background-color css
<style>
a { background-color: #EC2AFF; }
a { background-color: rgb(236,42,255); }
div.DivClassName
{
background-color: #EC2AFF;
}
.BgClassName
{
background-color: #EC2AFF;
}
</style>
border-color css
<style>
span { border-color: #EC2AFF; }
span { border-color: rgb(236,42,255); }
td.TdClassName
{
border-color: #EC2AFF;
}
.TagClassName
{
border-color: #EC2AFF;
}
</style>