Shades of Psychedelic Purple #EC18F2
Tints of Psychedelic Purple #EC18F2
RGB
CMYK
RGB Variations
Color information
#EC18F2 (or 0xEC18F2) is known color: Psychedelic Purple. HEX triplet: EC, 18 and F2. RGB value is (236,24,242). Sum of RGB (Red+Green+Blue) = 236+24+242=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC18F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18F2 is #13E70D. Grayscale: #6F6F6F. Windows color (decimal): -1304334 or 15866092. OLE color: 15866092.
HSL color Cylindrical-coordinate representation of color #EC18F2: hue angle of 298.35º degrees, saturation: 0.89, 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 #EC18F2 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 24 | 242 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.05 |
| HSL | 298.35º | 0.89% | 0.52% | - |
| HSV(B) | 298.35º | 0.9% | 0.95% | - |
| XYZ | 50.95 | 24.9 | 86.12 | - |
| YUV | 112.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 242 | 0.02 | 0.90 | 0 | 0.05 | 298.35 | 0.89 | 0.52 |
| Hex | EC | 18 | F2 | 2 | 5A | 0 | 5 | 12A | 59 | 34 |
| Octal | 354 | 30 | 362 | 2 | 132 | 0 | 5 | 452 | 131 | 64 |
| Binary | 11101100 | 11000 | 11110010 | 10 | 1011010 | 0 | 101 | 100101010 | 1011001 | 110100 |
Color Harmonies of #EC18F2
Complementary color
Monochromatic Colors of #EC18F2
Black with #EC18F2
Text Example
Text Example
White with #EC18F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18F2; }
p { color: rgb(236,24,242); }
H1.HeaderClassName
{
color: #EC18F2;
}
.AnyTagClassName
{
color: #EC18F2;
}
</style>
background-color css
<style>
a { background-color: #EC18F2; }
a { background-color: rgb(236,24,242); }
div.DivClassName
{
background-color: #EC18F2;
}
.BgClassName
{
background-color: #EC18F2;
}
</style>
border-color css
<style>
span { border-color: #EC18F2; }
span { border-color: rgb(236,24,242); }
td.TdClassName
{
border-color: #EC18F2;
}
.TagClassName
{
border-color: #EC18F2;
}
</style>