Shades of Psychedelic Purple #EC18F3
Tints of Psychedelic Purple #EC18F3
RGB
CMYK
RGB Variations
Color information
#EC18F3 (or 0xEC18F3) is known color: Psychedelic Purple. HEX triplet: EC, 18 and F3. RGB value is (236,24,243). Sum of RGB (Red+Green+Blue) = 236+24+243=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC18F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18F3 is #13E70C. Grayscale: #6F6F6F. Windows color (decimal): -1304333 or 15931628. OLE color: 15931628.
HSL color Cylindrical-coordinate representation of color #EC18F3: hue angle of 298.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18F3 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 24 | 243 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.05 |
| HSL | 298.08º | 0.9% | 0.52% | - |
| HSV(B) | 298.08º | 0.9% | 0.95% | - |
| XYZ | 51.1 | 24.96 | 86.92 | - |
| YUV | 112.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 243 | 0.03 | 0.90 | 0 | 0.05 | 298.08 | 0.9 | 0.52 |
| Hex | EC | 18 | F3 | 3 | 5A | 0 | 5 | 12A | 5A | 34 |
| Octal | 354 | 30 | 363 | 3 | 132 | 0 | 5 | 452 | 132 | 64 |
| Binary | 11101100 | 11000 | 11110011 | 11 | 1011010 | 0 | 101 | 100101010 | 1011010 | 110100 |
Color Harmonies of #EC18F3
Complementary color
Monochromatic Colors of #EC18F3
Black with #EC18F3
Text Example
Text Example
White with #EC18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18F3; }
p { color: rgb(236,24,243); }
H1.HeaderClassName
{
color: #EC18F3;
}
.AnyTagClassName
{
color: #EC18F3;
}
</style>
background-color css
<style>
a { background-color: #EC18F3; }
a { background-color: rgb(236,24,243); }
div.DivClassName
{
background-color: #EC18F3;
}
.BgClassName
{
background-color: #EC18F3;
}
</style>
border-color css
<style>
span { border-color: #EC18F3; }
span { border-color: rgb(236,24,243); }
td.TdClassName
{
border-color: #EC18F3;
}
.TagClassName
{
border-color: #EC18F3;
}
</style>