Shades of Psychedelic Purple #EC1FEE
Tints of Psychedelic Purple #EC1FEE
RGB
CMYK
RGB Variations
Color information
#EC1FEE (or 0xEC1FEE) is known color: Psychedelic Purple. HEX triplet: EC, 1F and EE. RGB value is (236,31,238). Sum of RGB (Red+Green+Blue) = 236+31+238=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FEE is #13E011. Grayscale: #737373. Windows color (decimal): -1302546 or 15605740. OLE color: 15605740.
HSL color Cylindrical-coordinate representation of color #EC1FEE: 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 #EC1FEE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 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.51 | 24.99 | 83.05 | - |
| YUV | 115.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 238 | 0.01 | 0.87 | 0 | 0.07 | 299.42 | 0.86 | 0.53 |
| Hex | EC | 1F | EE | 1 | 57 | 0 | 7 | 12B | 56 | 35 |
| Octal | 354 | 37 | 356 | 1 | 127 | 0 | 7 | 453 | 126 | 65 |
| Binary | 11101100 | 11111 | 11101110 | 1 | 1010111 | 0 | 111 | 100101011 | 1010110 | 110101 |
Color Harmonies of #EC1FEE
Complementary color
Monochromatic Colors of #EC1FEE
Black with #EC1FEE
Text Example
Text Example
White with #EC1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FEE; }
p { color: rgb(236,31,238); }
H1.HeaderClassName
{
color: #EC1FEE;
}
.AnyTagClassName
{
color: #EC1FEE;
}
</style>
background-color css
<style>
a { background-color: #EC1FEE; }
a { background-color: rgb(236,31,238); }
div.DivClassName
{
background-color: #EC1FEE;
}
.BgClassName
{
background-color: #EC1FEE;
}
</style>
border-color css
<style>
span { border-color: #EC1FEE; }
span { border-color: rgb(236,31,238); }
td.TdClassName
{
border-color: #EC1FEE;
}
.TagClassName
{
border-color: #EC1FEE;
}
</style>