Shades of Psychedelic Purple #EC1EEE
Tints of Psychedelic Purple #EC1EEE
RGB
CMYK
RGB Variations
Color information
#EC1EEE (or 0xEC1EEE) is known color: Psychedelic Purple. HEX triplet: EC, 1E and EE. RGB value is (236,30,238). Sum of RGB (Red+Green+Blue) = 236+30+238=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1EEE is #13E111. Grayscale: #727272. Windows color (decimal): -1302802 or 15605484. OLE color: 15605484.
HSL color Cylindrical-coordinate representation of color #EC1EEE: hue angle of 299.42º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EEE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 238 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.07 |
| HSL | 299.42º | 0.86% | 0.53% | - |
| HSV(B) | 299.42º | 0.87% | 0.93% | - |
| XYZ | 50.49 | 24.93 | 83.04 | - |
| YUV | 115.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 238 | 0.01 | 0.87 | 0 | 0.07 | 299.42 | 0.86 | 0.53 |
| Hex | EC | 1E | EE | 1 | 57 | 0 | 7 | 12B | 56 | 35 |
| Octal | 354 | 36 | 356 | 1 | 127 | 0 | 7 | 453 | 126 | 65 |
| Binary | 11101100 | 11110 | 11101110 | 1 | 1010111 | 0 | 111 | 100101011 | 1010110 | 110101 |
Color Harmonies of #EC1EEE
Complementary color
Monochromatic Colors of #EC1EEE
Black with #EC1EEE
Text Example
Text Example
White with #EC1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EEE; }
p { color: rgb(236,30,238); }
H1.HeaderClassName
{
color: #EC1EEE;
}
.AnyTagClassName
{
color: #EC1EEE;
}
</style>
background-color css
<style>
a { background-color: #EC1EEE; }
a { background-color: rgb(236,30,238); }
div.DivClassName
{
background-color: #EC1EEE;
}
.BgClassName
{
background-color: #EC1EEE;
}
</style>
border-color css
<style>
span { border-color: #EC1EEE; }
span { border-color: rgb(236,30,238); }
td.TdClassName
{
border-color: #EC1EEE;
}
.TagClassName
{
border-color: #EC1EEE;
}
</style>