Shades of Psychedelic Purple #EC17EE
Tints of Psychedelic Purple #EC17EE
RGB
CMYK
RGB Variations
Color information
#EC17EE (or 0xEC17EE) is known color: Psychedelic Purple. HEX triplet: EC, 17 and EE. RGB value is (236,23,238). Sum of RGB (Red+Green+Blue) = 236+23+238=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC17EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17EE is #13E811. Grayscale: #6E6E6E. Windows color (decimal): -1304594 or 15603692. OLE color: 15603692.
HSL color Cylindrical-coordinate representation of color #EC17EE: hue angle of 299.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC17EE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 238 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.07 |
| HSL | 299.44º | 0.86% | 0.51% | - |
| HSV(B) | 299.44º | 0.9% | 0.93% | - |
| XYZ | 50.33 | 24.62 | 82.99 | - |
| YUV | 111.2 | 199.57 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 238 | 0.01 | 0.90 | 0 | 0.07 | 299.44 | 0.86 | 0.51 |
| Hex | EC | 17 | EE | 1 | 5A | 0 | 7 | 12B | 56 | 33 |
| Octal | 354 | 27 | 356 | 1 | 132 | 0 | 7 | 453 | 126 | 63 |
| Binary | 11101100 | 10111 | 11101110 | 1 | 1011010 | 0 | 111 | 100101011 | 1010110 | 110011 |
Color Harmonies of #EC17EE
Complementary color
Monochromatic Colors of #EC17EE
Black with #EC17EE
Text Example
Text Example
White with #EC17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17EE; }
p { color: rgb(236,23,238); }
H1.HeaderClassName
{
color: #EC17EE;
}
.AnyTagClassName
{
color: #EC17EE;
}
</style>
background-color css
<style>
a { background-color: #EC17EE; }
a { background-color: rgb(236,23,238); }
div.DivClassName
{
background-color: #EC17EE;
}
.BgClassName
{
background-color: #EC17EE;
}
</style>
border-color css
<style>
span { border-color: #EC17EE; }
span { border-color: rgb(236,23,238); }
td.TdClassName
{
border-color: #EC17EE;
}
.TagClassName
{
border-color: #EC17EE;
}
</style>