Shades of Psychedelic Purple #EC0DFF
Tints of Psychedelic Purple #EC0DFF
RGB
CMYK
RGB Variations
Color information
#EC0DFF (or 0xEC0DFF) is known color: Psychedelic Purple. HEX triplet: EC, 0D and FF. RGB value is (236,13,255). Sum of RGB (Red+Green+Blue) = 236+13+255=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DFF is #13F200. Grayscale: #6A6A6A. Windows color (decimal): -1307137 or 16715244. OLE color: 16715244.
HSL color Cylindrical-coordinate representation of color #EC0DFF: hue angle of 295.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DFF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 13 | 255 | - |
| CMYK | 0.07 | 0.95 | 0 | 0 |
| HSL | 295.29º | 1% | 0.53% | - |
| HSV(B) | 295.29º | 0.95% | 1% | - |
| XYZ | 52.79 | 25.34 | 96.72 | - |
| YUV | 107.27 | 211.38 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 255 | 0.07 | 0.95 | 0 | 0 | 295.29 | 1 | 0.53 |
| Hex | EC | D | FF | 7 | 5F | 0 | 0 | 127 | 64 | 35 |
| Octal | 354 | 15 | 377 | 7 | 137 | 0 | 0 | 447 | 144 | 65 |
| Binary | 11101100 | 1101 | 11111111 | 111 | 1011111 | 0 | 0 | 100100111 | 1100100 | 110101 |
Color Harmonies of #EC0DFF
Complementary color
Monochromatic Colors of #EC0DFF
Black with #EC0DFF
Text Example
Text Example
White with #EC0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DFF; }
p { color: rgb(236,13,255); }
H1.HeaderClassName
{
color: #EC0DFF;
}
.AnyTagClassName
{
color: #EC0DFF;
}
</style>
background-color css
<style>
a { background-color: #EC0DFF; }
a { background-color: rgb(236,13,255); }
div.DivClassName
{
background-color: #EC0DFF;
}
.BgClassName
{
background-color: #EC0DFF;
}
</style>
border-color css
<style>
span { border-color: #EC0DFF; }
span { border-color: rgb(236,13,255); }
td.TdClassName
{
border-color: #EC0DFF;
}
.TagClassName
{
border-color: #EC0DFF;
}
</style>