Shades of Psychedelic Purple #EC1CEF
Tints of Psychedelic Purple #EC1CEF
RGB
CMYK
RGB Variations
Color information
#EC1CEF (or 0xEC1CEF) is known color: Psychedelic Purple. HEX triplet: EC, 1C and EF. RGB value is (236,28,239). Sum of RGB (Red+Green+Blue) = 236+28+239=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC1CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CEF is #13E310. Grayscale: #717171. Windows color (decimal): -1303313 or 15670508. OLE color: 15670508.
HSL color Cylindrical-coordinate representation of color #EC1CEF: hue angle of 299.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CEF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 28 | 239 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.06 |
| HSL | 299.15º | 0.87% | 0.52% | - |
| HSV(B) | 299.15º | 0.88% | 0.94% | - |
| XYZ | 50.59 | 24.9 | 83.8 | - |
| YUV | 114.25 | 198.41 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 239 | 0.01 | 0.88 | 0 | 0.06 | 299.15 | 0.87 | 0.52 |
| Hex | EC | 1C | EF | 1 | 58 | 0 | 6 | 12B | 57 | 34 |
| Octal | 354 | 34 | 357 | 1 | 130 | 0 | 6 | 453 | 127 | 64 |
| Binary | 11101100 | 11100 | 11101111 | 1 | 1011000 | 0 | 110 | 100101011 | 1010111 | 110100 |
Color Harmonies of #EC1CEF
Complementary color
Monochromatic Colors of #EC1CEF
Black with #EC1CEF
Text Example
Text Example
White with #EC1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CEF; }
p { color: rgb(236,28,239); }
H1.HeaderClassName
{
color: #EC1CEF;
}
.AnyTagClassName
{
color: #EC1CEF;
}
</style>
background-color css
<style>
a { background-color: #EC1CEF; }
a { background-color: rgb(236,28,239); }
div.DivClassName
{
background-color: #EC1CEF;
}
.BgClassName
{
background-color: #EC1CEF;
}
</style>
border-color css
<style>
span { border-color: #EC1CEF; }
span { border-color: rgb(236,28,239); }
td.TdClassName
{
border-color: #EC1CEF;
}
.TagClassName
{
border-color: #EC1CEF;
}
</style>