Shades of Psychedelic Purple #EC1CFF
Tints of Psychedelic Purple #EC1CFF
RGB
CMYK
RGB Variations
Color information
#EC1CFF (or 0xEC1CFF) is known color: Psychedelic Purple. HEX triplet: EC, 1C and FF. RGB value is (236,28,255). Sum of RGB (Red+Green+Blue) = 236+28+255=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CFF is #13E300. Grayscale: #737373. Windows color (decimal): -1303297 or 16719084. OLE color: 16719084.
HSL color Cylindrical-coordinate representation of color #EC1CFF: hue angle of 294.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1CFF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 28 | 255 | - |
| CMYK | 0.07 | 0.89 | 0 | 0 |
| HSL | 294.98º | 1% | 0.55% | - |
| HSV(B) | 294.98º | 0.89% | 1% | - |
| XYZ | 53.06 | 25.88 | 96.81 | - |
| YUV | 116.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 255 | 0.07 | 0.89 | 0 | 0 | 294.98 | 1 | 0.55 |
| Hex | EC | 1C | FF | 7 | 59 | 0 | 0 | 127 | 64 | 37 |
| Octal | 354 | 34 | 377 | 7 | 131 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101100 | 11100 | 11111111 | 111 | 1011001 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #EC1CFF
Complementary color
Monochromatic Colors of #EC1CFF
Black with #EC1CFF
Text Example
Text Example
White with #EC1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CFF; }
p { color: rgb(236,28,255); }
H1.HeaderClassName
{
color: #EC1CFF;
}
.AnyTagClassName
{
color: #EC1CFF;
}
</style>
background-color css
<style>
a { background-color: #EC1CFF; }
a { background-color: rgb(236,28,255); }
div.DivClassName
{
background-color: #EC1CFF;
}
.BgClassName
{
background-color: #EC1CFF;
}
</style>
border-color css
<style>
span { border-color: #EC1CFF; }
span { border-color: rgb(236,28,255); }
td.TdClassName
{
border-color: #EC1CFF;
}
.TagClassName
{
border-color: #EC1CFF;
}
</style>