Shades of Psychedelic Purple #EC18F5
Tints of Psychedelic Purple #EC18F5
RGB
CMYK
RGB Variations
Color information
#EC18F5 (or 0xEC18F5) is known color: Psychedelic Purple. HEX triplet: EC, 18 and F5. RGB value is (236,24,245). Sum of RGB (Red+Green+Blue) = 236+24+245=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 24 (9.77% from 255 or 4.75% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC18F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18F5 is #13E70A. Grayscale: #6F6F6F. Windows color (decimal): -1304331 or 16062700. OLE color: 16062700.
HSL color Cylindrical-coordinate representation of color #EC18F5: hue angle of 297.56º degrees, saturation: 0.92, 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 #EC18F5 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 24 | 245 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.04 |
| HSL | 297.56º | 0.92% | 0.53% | - |
| HSV(B) | 297.56º | 0.9% | 0.96% | - |
| XYZ | 51.4 | 25.08 | 88.52 | - |
| YUV | 112.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 245 | 0.04 | 0.90 | 0 | 0.04 | 297.56 | 0.92 | 0.53 |
| Hex | EC | 18 | F5 | 4 | 5A | 0 | 4 | 12A | 5C | 35 |
| Octal | 354 | 30 | 365 | 4 | 132 | 0 | 4 | 452 | 134 | 65 |
| Binary | 11101100 | 11000 | 11110101 | 100 | 1011010 | 0 | 100 | 100101010 | 1011100 | 110101 |
Color Harmonies of #EC18F5
Complementary color
Monochromatic Colors of #EC18F5
Black with #EC18F5
Text Example
Text Example
White with #EC18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18F5; }
p { color: rgb(236,24,245); }
H1.HeaderClassName
{
color: #EC18F5;
}
.AnyTagClassName
{
color: #EC18F5;
}
</style>
background-color css
<style>
a { background-color: #EC18F5; }
a { background-color: rgb(236,24,245); }
div.DivClassName
{
background-color: #EC18F5;
}
.BgClassName
{
background-color: #EC18F5;
}
</style>
border-color css
<style>
span { border-color: #EC18F5; }
span { border-color: rgb(236,24,245); }
td.TdClassName
{
border-color: #EC18F5;
}
.TagClassName
{
border-color: #EC18F5;
}
</style>