Shades of Psychedelic Purple #EC23FC
Tints of Psychedelic Purple #EC23FC
RGB
CMYK
RGB Variations
Color information
#EC23FC (or 0xEC23FC) is known color: Psychedelic Purple. HEX triplet: EC, 23 and FC. RGB value is (236,35,252). Sum of RGB (Red+Green+Blue) = 236+35+252=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 35 (14.06% from 255 or 6.69% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC23FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC23FC is #13DC03. Grayscale: #777777. Windows color (decimal): -1301508 or 16524268. OLE color: 16524268.
HSL color Cylindrical-coordinate representation of color #EC23FC: hue angle of 295.58º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC23FC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 35 | 252 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.01 |
| HSL | 295.58º | 0.97% | 0.56% | - |
| HSV(B) | 295.58º | 0.86% | 0.99% | - |
| XYZ | 52.76 | 26.06 | 94.35 | - |
| YUV | 119.84 | 202.59 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 252 | 0.06 | 0.86 | 0 | 0.01 | 295.58 | 0.97 | 0.56 |
| Hex | EC | 23 | FC | 6 | 56 | 0 | 1 | 128 | 61 | 38 |
| Octal | 354 | 43 | 374 | 6 | 126 | 0 | 1 | 450 | 141 | 70 |
| Binary | 11101100 | 100011 | 11111100 | 110 | 1010110 | 0 | 1 | 100101000 | 1100001 | 111000 |
Color Harmonies of #EC23FC
Complementary color
Monochromatic Colors of #EC23FC
Black with #EC23FC
Text Example
Text Example
White with #EC23FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23FC; }
p { color: rgb(236,35,252); }
H1.HeaderClassName
{
color: #EC23FC;
}
.AnyTagClassName
{
color: #EC23FC;
}
</style>
background-color css
<style>
a { background-color: #EC23FC; }
a { background-color: rgb(236,35,252); }
div.DivClassName
{
background-color: #EC23FC;
}
.BgClassName
{
background-color: #EC23FC;
}
</style>
border-color css
<style>
span { border-color: #EC23FC; }
span { border-color: rgb(236,35,252); }
td.TdClassName
{
border-color: #EC23FC;
}
.TagClassName
{
border-color: #EC23FC;
}
</style>