Shades of Psychedelic Purple #EC08EF
Tints of Psychedelic Purple #EC08EF
RGB
CMYK
RGB Variations
Color information
#EC08EF (or 0xEC08EF) is known color: Psychedelic Purple. HEX triplet: EC, 08 and EF. RGB value is (236,8,239). Sum of RGB (Red+Green+Blue) = 236+8+239=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 8 (3.52% from 255 or 1.66% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC08EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08EF is #13F710. Grayscale: #656565. Windows color (decimal): -1308433 or 15665388. OLE color: 15665388.
HSL color Cylindrical-coordinate representation of color #EC08EF: hue angle of 299.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08EF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 8 | 239 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.06 |
| HSL | 299.22º | 0.94% | 0.48% | - |
| HSV(B) | 299.22º | 0.97% | 0.94% | - |
| XYZ | 50.26 | 24.24 | 83.69 | - |
| YUV | 102.51 | 205.04 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 239 | 0.01 | 0.97 | 0 | 0.06 | 299.22 | 0.94 | 0.48 |
| Hex | EC | 8 | EF | 1 | 61 | 0 | 6 | 12B | 5E | 30 |
| Octal | 354 | 10 | 357 | 1 | 141 | 0 | 6 | 453 | 136 | 60 |
| Binary | 11101100 | 1000 | 11101111 | 1 | 1100001 | 0 | 110 | 100101011 | 1011110 | 110000 |
Color Harmonies of #EC08EF
Complementary color
Monochromatic Colors of #EC08EF
Black with #EC08EF
Text Example
Text Example
White with #EC08EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08EF; }
p { color: rgb(236,8,239); }
H1.HeaderClassName
{
color: #EC08EF;
}
.AnyTagClassName
{
color: #EC08EF;
}
</style>
background-color css
<style>
a { background-color: #EC08EF; }
a { background-color: rgb(236,8,239); }
div.DivClassName
{
background-color: #EC08EF;
}
.BgClassName
{
background-color: #EC08EF;
}
</style>
border-color css
<style>
span { border-color: #EC08EF; }
span { border-color: rgb(236,8,239); }
td.TdClassName
{
border-color: #EC08EF;
}
.TagClassName
{
border-color: #EC08EF;
}
</style>