Shades of Psychedelic Purple #EC0FF3
Tints of Psychedelic Purple #EC0FF3
RGB
CMYK
RGB Variations
Color information
#EC0FF3 (or 0xEC0FF3) is known color: Psychedelic Purple. HEX triplet: EC, 0F and F3. RGB value is (236,15,243). Sum of RGB (Red+Green+Blue) = 236+15+243=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC0FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FF3 is #13F00C. Grayscale: #6A6A6A. Windows color (decimal): -1306637 or 15929324. OLE color: 15929324.
HSL color Cylindrical-coordinate representation of color #EC0FF3: hue angle of 298.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FF3 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 15 | 243 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.05 |
| HSL | 298.16º | 0.9% | 0.51% | - |
| HSV(B) | 298.16º | 0.94% | 0.95% | - |
| XYZ | 50.94 | 24.65 | 86.87 | - |
| YUV | 107.07 | 204.72 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 243 | 0.03 | 0.94 | 0 | 0.05 | 298.16 | 0.9 | 0.51 |
| Hex | EC | F | F3 | 3 | 5E | 0 | 5 | 12A | 5A | 33 |
| Octal | 354 | 17 | 363 | 3 | 136 | 0 | 5 | 452 | 132 | 63 |
| Binary | 11101100 | 1111 | 11110011 | 11 | 1011110 | 0 | 101 | 100101010 | 1011010 | 110011 |
Color Harmonies of #EC0FF3
Complementary color
Monochromatic Colors of #EC0FF3
Black with #EC0FF3
Text Example
Text Example
White with #EC0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FF3; }
p { color: rgb(236,15,243); }
H1.HeaderClassName
{
color: #EC0FF3;
}
.AnyTagClassName
{
color: #EC0FF3;
}
</style>
background-color css
<style>
a { background-color: #EC0FF3; }
a { background-color: rgb(236,15,243); }
div.DivClassName
{
background-color: #EC0FF3;
}
.BgClassName
{
background-color: #EC0FF3;
}
</style>
border-color css
<style>
span { border-color: #EC0FF3; }
span { border-color: rgb(236,15,243); }
td.TdClassName
{
border-color: #EC0FF3;
}
.TagClassName
{
border-color: #EC0FF3;
}
</style>