Shades of Psychedelic Purple #EC18F6
Tints of Psychedelic Purple #EC18F6
RGB
CMYK
RGB Variations
Color information
#EC18F6 (or 0xEC18F6) is known color: Psychedelic Purple. HEX triplet: EC, 18 and F6. RGB value is (236,24,246). Sum of RGB (Red+Green+Blue) = 236+24+246=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC18F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18F6 is #13E709. Grayscale: #707070. Windows color (decimal): -1304330 or 16128236. OLE color: 16128236.
HSL color Cylindrical-coordinate representation of color #EC18F6: hue angle of 297.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18F6 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 24 | 246 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.04 |
| HSL | 297.3º | 0.93% | 0.53% | - |
| HSV(B) | 297.3º | 0.9% | 0.96% | - |
| XYZ | 51.55 | 25.14 | 89.32 | - |
| YUV | 112.7 | 203.24 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 246 | 0.04 | 0.90 | 0 | 0.04 | 297.3 | 0.93 | 0.53 |
| Hex | EC | 18 | F6 | 4 | 5A | 0 | 4 | 129 | 5C | 35 |
| Octal | 354 | 30 | 366 | 4 | 132 | 0 | 4 | 451 | 134 | 65 |
| Binary | 11101100 | 11000 | 11110110 | 100 | 1011010 | 0 | 100 | 100101001 | 1011100 | 110101 |
Color Harmonies of #EC18F6
Complementary color
Monochromatic Colors of #EC18F6
Black with #EC18F6
Text Example
Text Example
White with #EC18F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18F6; }
p { color: rgb(236,24,246); }
H1.HeaderClassName
{
color: #EC18F6;
}
.AnyTagClassName
{
color: #EC18F6;
}
</style>
background-color css
<style>
a { background-color: #EC18F6; }
a { background-color: rgb(236,24,246); }
div.DivClassName
{
background-color: #EC18F6;
}
.BgClassName
{
background-color: #EC18F6;
}
</style>
border-color css
<style>
span { border-color: #EC18F6; }
span { border-color: rgb(236,24,246); }
td.TdClassName
{
border-color: #EC18F6;
}
.TagClassName
{
border-color: #EC18F6;
}
</style>