Shades of Psychedelic Purple #EC23ED
Tints of Psychedelic Purple #EC23ED
RGB
CMYK
RGB Variations
Color information
#EC23ED (or 0xEC23ED) is known color: Psychedelic Purple. HEX triplet: EC, 23 and ED. RGB value is (236,35,237). Sum of RGB (Red+Green+Blue) = 236+35+237=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 35 (14.06% from 255 or 6.89% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC23ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC23ED is #13DC12. Grayscale: #757575. Windows color (decimal): -1301523 or 15541228. OLE color: 15541228.
HSL color Cylindrical-coordinate representation of color #EC23ED: hue angle of 299.7º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC23ED is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 237 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.07 |
| HSL | 299.7º | 0.85% | 0.53% | - |
| HSV(B) | 299.7º | 0.85% | 0.93% | - |
| XYZ | 50.48 | 25.15 | 82.31 | - |
| YUV | 118.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 237 | 0.00 | 0.85 | 0 | 0.07 | 299.7 | 0.85 | 0.53 |
| Hex | EC | 23 | ED | 0 | 55 | 0 | 7 | 12C | 55 | 35 |
| Octal | 354 | 43 | 355 | 0 | 125 | 0 | 7 | 454 | 125 | 65 |
| Binary | 11101100 | 100011 | 11101101 | 0 | 1010101 | 0 | 111 | 100101100 | 1010101 | 110101 |
Color Harmonies of #EC23ED
Complementary color
Monochromatic Colors of #EC23ED
Black with #EC23ED
Text Example
Text Example
White with #EC23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23ED; }
p { color: rgb(236,35,237); }
H1.HeaderClassName
{
color: #EC23ED;
}
.AnyTagClassName
{
color: #EC23ED;
}
</style>
background-color css
<style>
a { background-color: #EC23ED; }
a { background-color: rgb(236,35,237); }
div.DivClassName
{
background-color: #EC23ED;
}
.BgClassName
{
background-color: #EC23ED;
}
</style>
border-color css
<style>
span { border-color: #EC23ED; }
span { border-color: rgb(236,35,237); }
td.TdClassName
{
border-color: #EC23ED;
}
.TagClassName
{
border-color: #EC23ED;
}
</style>