Shades of Psychedelic Purple #EC00EE
Tints of Psychedelic Purple #EC00EE
RGB
CMYK
RGB Variations
Color information
#EC00EE (or 0xEC00EE) is known color: Psychedelic Purple. HEX triplet: EC, 00 and EE. RGB value is (236,0,238). Sum of RGB (Red+Green+Blue) = 236+0+238=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00EE is #13FF11. Grayscale: #606060. Windows color (decimal): -1310482 or 15597804. OLE color: 15597804.
HSL color Cylindrical-coordinate representation of color #EC00EE: hue angle of 299.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00EE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 238 | - |
| CMYK | 0.01 | 1 | 0 | 0.07 |
| HSL | 299.5º | 1% | 0.47% | - |
| HSV(B) | 299.5º | 1% | 0.93% | - |
| XYZ | 50.02 | 24.01 | 82.89 | - |
| YUV | 97.7 | 207.19 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 238 | 0.01 | 1 | 0 | 0.07 | 299.5 | 1 | 0.47 |
| Hex | EC | 0 | EE | 1 | 64 | 0 | 7 | 12B | 64 | 2F |
| Octal | 354 | 0 | 356 | 1 | 144 | 0 | 7 | 453 | 144 | 57 |
| Binary | 11101100 | 0 | 11101110 | 1 | 1100100 | 0 | 111 | 100101011 | 1100100 | 101111 |
Color Harmonies of #EC00EE
Complementary color
Monochromatic Colors of #EC00EE
Black with #EC00EE
Text Example
Text Example
White with #EC00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00EE; }
p { color: rgb(236,0,238); }
H1.HeaderClassName
{
color: #EC00EE;
}
.AnyTagClassName
{
color: #EC00EE;
}
</style>
background-color css
<style>
a { background-color: #EC00EE; }
a { background-color: rgb(236,0,238); }
div.DivClassName
{
background-color: #EC00EE;
}
.BgClassName
{
background-color: #EC00EE;
}
</style>
border-color css
<style>
span { border-color: #EC00EE; }
span { border-color: rgb(236,0,238); }
td.TdClassName
{
border-color: #EC00EE;
}
.TagClassName
{
border-color: #EC00EE;
}
</style>