Shades of Psychedelic Purple #EC2FFE
Tints of Psychedelic Purple #EC2FFE
RGB
CMYK
RGB Variations
Color information
#EC2FFE (or 0xEC2FFE) is known color: Psychedelic Purple. HEX triplet: EC, 2F and FE. RGB value is (236,47,254). Sum of RGB (Red+Green+Blue) = 236+47+254=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 47 (18.75% from 255 or 8.75% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC2FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FFE is #13D001. Grayscale: #7E7E7E. Windows color (decimal): -1298434 or 16658412. OLE color: 16658412.
HSL color Cylindrical-coordinate representation of color #EC2FFE: hue angle of 294.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FFE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 47 | 254 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.00 |
| HSL | 294.78º | 0.99% | 0.59% | - |
| HSV(B) | 294.78º | 0.81% | 1% | - |
| XYZ | 53.5 | 27.02 | 96.16 | - |
| YUV | 127.11 | 199.62 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 254 | 0.07 | 0.81 | 0 | 0.00 | 294.78 | 0.99 | 0.59 |
| Hex | EC | 2F | FE | 7 | 51 | 0 | 0 | 127 | 63 | 3B |
| Octal | 354 | 57 | 376 | 7 | 121 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101100 | 101111 | 11111110 | 111 | 1010001 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #EC2FFE
Complementary color
Monochromatic Colors of #EC2FFE
Black with #EC2FFE
Text Example
Text Example
White with #EC2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FFE; }
p { color: rgb(236,47,254); }
H1.HeaderClassName
{
color: #EC2FFE;
}
.AnyTagClassName
{
color: #EC2FFE;
}
</style>
background-color css
<style>
a { background-color: #EC2FFE; }
a { background-color: rgb(236,47,254); }
div.DivClassName
{
background-color: #EC2FFE;
}
.BgClassName
{
background-color: #EC2FFE;
}
</style>
border-color css
<style>
span { border-color: #EC2FFE; }
span { border-color: rgb(236,47,254); }
td.TdClassName
{
border-color: #EC2FFE;
}
.TagClassName
{
border-color: #EC2FFE;
}
</style>