Shades of Psychedelic Purple #EC02ED
Tints of Psychedelic Purple #EC02ED
RGB
CMYK
RGB Variations
Color information
#EC02ED (or 0xEC02ED) is known color: Psychedelic Purple. HEX triplet: EC, 02 and ED. RGB value is (236,2,237). Sum of RGB (Red+Green+Blue) = 236+2+237=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 2 (1.17% from 255 or 0.42% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC02ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02ED is #13FD12. Grayscale: #626262. Windows color (decimal): -1309971 or 15532780. OLE color: 15532780.
HSL color Cylindrical-coordinate representation of color #EC02ED: hue angle of 299.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02ED is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 237 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.07 |
| HSL | 299.74º | 0.98% | 0.47% | - |
| HSV(B) | 299.74º | 0.99% | 0.93% | - |
| XYZ | 49.9 | 23.99 | 82.12 | - |
| YUV | 98.76 | 206.02 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 237 | 0.00 | 0.99 | 0 | 0.07 | 299.74 | 0.98 | 0.47 |
| Hex | EC | 2 | ED | 0 | 63 | 0 | 7 | 12C | 62 | 2F |
| Octal | 354 | 2 | 355 | 0 | 143 | 0 | 7 | 454 | 142 | 57 |
| Binary | 11101100 | 10 | 11101101 | 0 | 1100011 | 0 | 111 | 100101100 | 1100010 | 101111 |
Color Harmonies of #EC02ED
Complementary color
Monochromatic Colors of #EC02ED
Black with #EC02ED
Text Example
Text Example
White with #EC02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02ED; }
p { color: rgb(236,2,237); }
H1.HeaderClassName
{
color: #EC02ED;
}
.AnyTagClassName
{
color: #EC02ED;
}
</style>
background-color css
<style>
a { background-color: #EC02ED; }
a { background-color: rgb(236,2,237); }
div.DivClassName
{
background-color: #EC02ED;
}
.BgClassName
{
background-color: #EC02ED;
}
</style>
border-color css
<style>
span { border-color: #EC02ED; }
span { border-color: rgb(236,2,237); }
td.TdClassName
{
border-color: #EC02ED;
}
.TagClassName
{
border-color: #EC02ED;
}
</style>