Shades of Psychedelic Purple #EC01ED
Tints of Psychedelic Purple #EC01ED
RGB
CMYK
RGB Variations
Color information
#EC01ED (or 0xEC01ED) is known color: Psychedelic Purple. HEX triplet: EC, 01 and ED. RGB value is (236,1,237). Sum of RGB (Red+Green+Blue) = 236+1+237=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01ED is #13FE12. Grayscale: #616161. Windows color (decimal): -1310227 or 15532524. OLE color: 15532524.
HSL color Cylindrical-coordinate representation of color #EC01ED: hue angle of 299.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01ED is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 237 | - |
| CMYK | 0.00 | 1.00 | 0 | 0.07 |
| HSL | 299.75º | 0.99% | 0.47% | - |
| HSV(B) | 299.75º | 1% | 0.93% | - |
| XYZ | 49.89 | 23.97 | 82.12 | - |
| YUV | 98.17 | 206.36 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 237 | 0.00 | 1.00 | 0 | 0.07 | 299.75 | 0.99 | 0.47 |
| Hex | EC | 1 | ED | 0 | 64 | 0 | 7 | 12C | 63 | 2F |
| Octal | 354 | 1 | 355 | 0 | 144 | 0 | 7 | 454 | 143 | 57 |
| Binary | 11101100 | 1 | 11101101 | 0 | 1100100 | 0 | 111 | 100101100 | 1100011 | 101111 |
Color Harmonies of #EC01ED
Complementary color
Monochromatic Colors of #EC01ED
Black with #EC01ED
Text Example
Text Example
White with #EC01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01ED; }
p { color: rgb(236,1,237); }
H1.HeaderClassName
{
color: #EC01ED;
}
.AnyTagClassName
{
color: #EC01ED;
}
</style>
background-color css
<style>
a { background-color: #EC01ED; }
a { background-color: rgb(236,1,237); }
div.DivClassName
{
background-color: #EC01ED;
}
.BgClassName
{
background-color: #EC01ED;
}
</style>
border-color css
<style>
span { border-color: #EC01ED; }
span { border-color: rgb(236,1,237); }
td.TdClassName
{
border-color: #EC01ED;
}
.TagClassName
{
border-color: #EC01ED;
}
</style>