Shades of Psychedelic Purple #EC33FE
Tints of Psychedelic Purple #EC33FE
RGB
CMYK
RGB Variations
Color information
#EC33FE (or 0xEC33FE) is known color: Psychedelic Purple. HEX triplet: EC, 33 and FE. RGB value is (236,51,254). Sum of RGB (Red+Green+Blue) = 236+51+254=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 51 (20.31% from 255 or 9.43% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC33FE is #13CC01. Grayscale: #808080. Windows color (decimal): -1297410 or 16659436. OLE color: 16659436.
HSL color Cylindrical-coordinate representation of color #EC33FE: hue angle of 294.68º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC33FE is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 51 | 254 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.00 |
| HSL | 294.68º | 0.99% | 0.6% | - |
| HSV(B) | 294.68º | 0.8% | 1% | - |
| XYZ | 53.67 | 27.36 | 96.22 | - |
| YUV | 129.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 254 | 0.07 | 0.80 | 0 | 0.00 | 294.68 | 0.99 | 0.6 |
| Hex | EC | 33 | FE | 7 | 50 | 0 | 0 | 127 | 63 | 3C |
| Octal | 354 | 63 | 376 | 7 | 120 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101100 | 110011 | 11111110 | 111 | 1010000 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #EC33FE
Complementary color
Monochromatic Colors of #EC33FE
Black with #EC33FE
Text Example
Text Example
White with #EC33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33FE; }
p { color: rgb(236,51,254); }
H1.HeaderClassName
{
color: #EC33FE;
}
.AnyTagClassName
{
color: #EC33FE;
}
</style>
background-color css
<style>
a { background-color: #EC33FE; }
a { background-color: rgb(236,51,254); }
div.DivClassName
{
background-color: #EC33FE;
}
.BgClassName
{
background-color: #EC33FE;
}
</style>
border-color css
<style>
span { border-color: #EC33FE; }
span { border-color: rgb(236,51,254); }
td.TdClassName
{
border-color: #EC33FE;
}
.TagClassName
{
border-color: #EC33FE;
}
</style>