Shades of Psychedelic Purple #EC23F9
Tints of Psychedelic Purple #EC23F9
RGB
CMYK
RGB Variations
Color information
#EC23F9 (or 0xEC23F9) is known color: Psychedelic Purple. HEX triplet: EC, 23 and F9. RGB value is (236,35,249). Sum of RGB (Red+Green+Blue) = 236+35+249=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 35 (14.06% from 255 or 6.73% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC23F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC23F9 is #13DC06. Grayscale: #767676. Windows color (decimal): -1301511 or 16327660. OLE color: 16327660.
HSL color Cylindrical-coordinate representation of color #EC23F9: hue angle of 296.36º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC23F9 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 35 | 249 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.02 |
| HSL | 296.36º | 0.95% | 0.56% | - |
| HSV(B) | 296.36º | 0.86% | 0.98% | - |
| XYZ | 52.29 | 25.87 | 91.86 | - |
| YUV | 119.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 249 | 0.05 | 0.86 | 0 | 0.02 | 296.36 | 0.95 | 0.56 |
| Hex | EC | 23 | F9 | 5 | 56 | 0 | 2 | 128 | 5F | 38 |
| Octal | 354 | 43 | 371 | 5 | 126 | 0 | 2 | 450 | 137 | 70 |
| Binary | 11101100 | 100011 | 11111001 | 101 | 1010110 | 0 | 10 | 100101000 | 1011111 | 111000 |
Color Harmonies of #EC23F9
Complementary color
Monochromatic Colors of #EC23F9
Black with #EC23F9
Text Example
Text Example
White with #EC23F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23F9; }
p { color: rgb(236,35,249); }
H1.HeaderClassName
{
color: #EC23F9;
}
.AnyTagClassName
{
color: #EC23F9;
}
</style>
background-color css
<style>
a { background-color: #EC23F9; }
a { background-color: rgb(236,35,249); }
div.DivClassName
{
background-color: #EC23F9;
}
.BgClassName
{
background-color: #EC23F9;
}
</style>
border-color css
<style>
span { border-color: #EC23F9; }
span { border-color: rgb(236,35,249); }
td.TdClassName
{
border-color: #EC23F9;
}
.TagClassName
{
border-color: #EC23F9;
}
</style>