Shades of Psychedelic Purple #EC18FF
Tints of Psychedelic Purple #EC18FF
RGB
CMYK
RGB Variations
Color information
#EC18FF (or 0xEC18FF) is known color: Psychedelic Purple. HEX triplet: EC, 18 and FF. RGB value is (236,24,255). Sum of RGB (Red+Green+Blue) = 236+24+255=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 24 (9.77% from 255 or 4.66% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18FF is #13E700. Grayscale: #717171. Windows color (decimal): -1304321 or 16718060. OLE color: 16718060.
HSL color Cylindrical-coordinate representation of color #EC18FF: hue angle of 295.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC18FF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 24 | 255 | - |
| CMYK | 0.07 | 0.91 | 0 | 0 |
| HSL | 295.06º | 1% | 0.55% | - |
| HSV(B) | 295.06º | 0.91% | 1% | - |
| XYZ | 52.97 | 25.71 | 96.78 | - |
| YUV | 113.72 | 207.74 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 255 | 0.07 | 0.91 | 0 | 0 | 295.06 | 1 | 0.55 |
| Hex | EC | 18 | FF | 7 | 5B | 0 | 0 | 127 | 64 | 37 |
| Octal | 354 | 30 | 377 | 7 | 133 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101100 | 11000 | 11111111 | 111 | 1011011 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #EC18FF
Complementary color
Monochromatic Colors of #EC18FF
Black with #EC18FF
Text Example
Text Example
White with #EC18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18FF; }
p { color: rgb(236,24,255); }
H1.HeaderClassName
{
color: #EC18FF;
}
.AnyTagClassName
{
color: #EC18FF;
}
</style>
background-color css
<style>
a { background-color: #EC18FF; }
a { background-color: rgb(236,24,255); }
div.DivClassName
{
background-color: #EC18FF;
}
.BgClassName
{
background-color: #EC18FF;
}
</style>
border-color css
<style>
span { border-color: #EC18FF; }
span { border-color: rgb(236,24,255); }
td.TdClassName
{
border-color: #EC18FF;
}
.TagClassName
{
border-color: #EC18FF;
}
</style>