Shades of Psychedelic Purple #EC08FE
Tints of Psychedelic Purple #EC08FE
RGB
CMYK
RGB Variations
Color information
#EC08FE (or 0xEC08FE) is known color: Psychedelic Purple. HEX triplet: EC, 08 and FE. RGB value is (236,8,254). Sum of RGB (Red+Green+Blue) = 236+8+254=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 8 (3.52% from 255 or 1.61% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC08FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08FE is #13F701. Grayscale: #676767. Windows color (decimal): -1308418 or 16648428. OLE color: 16648428.
HSL color Cylindrical-coordinate representation of color #EC08FE: hue angle of 295.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08FE is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 8 | 254 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.00 |
| HSL | 295.61º | 0.99% | 0.51% | - |
| HSV(B) | 295.61º | 0.97% | 1% | - |
| XYZ | 52.57 | 25.16 | 95.85 | - |
| YUV | 104.22 | 212.54 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 254 | 0.07 | 0.97 | 0 | 0.00 | 295.61 | 0.99 | 0.51 |
| Hex | EC | 8 | FE | 7 | 61 | 0 | 0 | 128 | 63 | 33 |
| Octal | 354 | 10 | 376 | 7 | 141 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101100 | 1000 | 11111110 | 111 | 1100001 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #EC08FE
Complementary color
Monochromatic Colors of #EC08FE
Black with #EC08FE
Text Example
Text Example
White with #EC08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08FE; }
p { color: rgb(236,8,254); }
H1.HeaderClassName
{
color: #EC08FE;
}
.AnyTagClassName
{
color: #EC08FE;
}
</style>
background-color css
<style>
a { background-color: #EC08FE; }
a { background-color: rgb(236,8,254); }
div.DivClassName
{
background-color: #EC08FE;
}
.BgClassName
{
background-color: #EC08FE;
}
</style>
border-color css
<style>
span { border-color: #EC08FE; }
span { border-color: rgb(236,8,254); }
td.TdClassName
{
border-color: #EC08FE;
}
.TagClassName
{
border-color: #EC08FE;
}
</style>