Shades of Psychedelic Purple #EC2EFE
Tints of Psychedelic Purple #EC2EFE
RGB
CMYK
RGB Variations
Color information
#EC2EFE (or 0xEC2EFE) is known color: Psychedelic Purple. HEX triplet: EC, 2E and FE. RGB value is (236,46,254). Sum of RGB (Red+Green+Blue) = 236+46+254=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC2EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2EFE is #13D101. Grayscale: #7D7D7D. Windows color (decimal): -1298690 or 16658156. OLE color: 16658156.
HSL color Cylindrical-coordinate representation of color #EC2EFE: hue angle of 294.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2EFE is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 46 | 254 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.00 |
| HSL | 294.81º | 0.99% | 0.59% | - |
| HSV(B) | 294.81º | 0.82% | 1% | - |
| XYZ | 53.46 | 26.94 | 96.15 | - |
| YUV | 126.52 | 199.95 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 254 | 0.07 | 0.82 | 0 | 0.00 | 294.81 | 0.99 | 0.59 |
| Hex | EC | 2E | FE | 7 | 52 | 0 | 0 | 127 | 63 | 3B |
| Octal | 354 | 56 | 376 | 7 | 122 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101100 | 101110 | 11111110 | 111 | 1010010 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #EC2EFE
Complementary color
Monochromatic Colors of #EC2EFE
Black with #EC2EFE
Text Example
Text Example
White with #EC2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EFE; }
p { color: rgb(236,46,254); }
H1.HeaderClassName
{
color: #EC2EFE;
}
.AnyTagClassName
{
color: #EC2EFE;
}
</style>
background-color css
<style>
a { background-color: #EC2EFE; }
a { background-color: rgb(236,46,254); }
div.DivClassName
{
background-color: #EC2EFE;
}
.BgClassName
{
background-color: #EC2EFE;
}
</style>
border-color css
<style>
span { border-color: #EC2EFE; }
span { border-color: rgb(236,46,254); }
td.TdClassName
{
border-color: #EC2EFE;
}
.TagClassName
{
border-color: #EC2EFE;
}
</style>