Shades of Psychedelic Purple #EC05EE
Tints of Psychedelic Purple #EC05EE
RGB
CMYK
RGB Variations
Color information
#EC05EE (or 0xEC05EE) is known color: Psychedelic Purple. HEX triplet: EC, 05 and EE. RGB value is (236,5,238). Sum of RGB (Red+Green+Blue) = 236+5+238=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC05EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EE is #13FA11. Grayscale: #636363. Windows color (decimal): -1309202 or 15599084. OLE color: 15599084.
HSL color Cylindrical-coordinate representation of color #EC05EE: hue angle of 299.48º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05EE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 238 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.07 |
| HSL | 299.49º | 0.96% | 0.48% | - |
| HSV(B) | 299.49º | 0.98% | 0.93% | - |
| XYZ | 50.08 | 24.11 | 82.9 | - |
| YUV | 100.63 | 205.53 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 238 | 0.01 | 0.98 | 0 | 0.07 | 299.49 | 0.96 | 0.48 |
| Hex | EC | 5 | EE | 1 | 62 | 0 | 7 | 12B | 60 | 30 |
| Octal | 354 | 5 | 356 | 1 | 142 | 0 | 7 | 453 | 140 | 60 |
| Binary | 11101100 | 101 | 11101110 | 1 | 1100010 | 0 | 111 | 100101011 | 1100000 | 110000 |
Color Harmonies of #EC05EE
Complementary color
Monochromatic Colors of #EC05EE
Black with #EC05EE
Text Example
Text Example
White with #EC05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05EE; }
p { color: rgb(236,5,238); }
H1.HeaderClassName
{
color: #EC05EE;
}
.AnyTagClassName
{
color: #EC05EE;
}
</style>
background-color css
<style>
a { background-color: #EC05EE; }
a { background-color: rgb(236,5,238); }
div.DivClassName
{
background-color: #EC05EE;
}
.BgClassName
{
background-color: #EC05EE;
}
</style>
border-color css
<style>
span { border-color: #EC05EE; }
span { border-color: rgb(236,5,238); }
td.TdClassName
{
border-color: #EC05EE;
}
.TagClassName
{
border-color: #EC05EE;
}
</style>