Shades of Psychedelic Purple #EC00FE
Tints of Psychedelic Purple #EC00FE
RGB
CMYK
RGB Variations
Color information
#EC00FE (or 0xEC00FE) is known color: Psychedelic Purple. HEX triplet: EC, 00 and FE. RGB value is (236,0,254). Sum of RGB (Red+Green+Blue) = 236+0+254=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00FE is #13FF01. Grayscale: #626262. Windows color (decimal): -1310466 or 16646380. OLE color: 16646380.
HSL color Cylindrical-coordinate representation of color #EC00FE: hue angle of 295.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00FE is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 0 | 254 | - |
| CMYK | 0.07 | 1 | 0 | 0.00 |
| HSL | 295.75º | 1% | 0.5% | - |
| HSV(B) | 295.75º | 1% | 1% | - |
| XYZ | 52.48 | 24.99 | 95.82 | - |
| YUV | 99.52 | 215.19 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 254 | 0.07 | 1 | 0 | 0.00 | 295.75 | 1 | 0.5 |
| Hex | EC | 0 | FE | 7 | 64 | 0 | 0 | 128 | 64 | 32 |
| Octal | 354 | 0 | 376 | 7 | 144 | 0 | 0 | 450 | 144 | 62 |
| Binary | 11101100 | 0 | 11111110 | 111 | 1100100 | 0 | 0 | 100101000 | 1100100 | 110010 |
Color Harmonies of #EC00FE
Complementary color
Monochromatic Colors of #EC00FE
Black with #EC00FE
Text Example
Text Example
White with #EC00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00FE; }
p { color: rgb(236,0,254); }
H1.HeaderClassName
{
color: #EC00FE;
}
.AnyTagClassName
{
color: #EC00FE;
}
</style>
background-color css
<style>
a { background-color: #EC00FE; }
a { background-color: rgb(236,0,254); }
div.DivClassName
{
background-color: #EC00FE;
}
.BgClassName
{
background-color: #EC00FE;
}
</style>
border-color css
<style>
span { border-color: #EC00FE; }
span { border-color: rgb(236,0,254); }
td.TdClassName
{
border-color: #EC00FE;
}
.TagClassName
{
border-color: #EC00FE;
}
</style>