Shades of Psychedelic Purple #E206EC
Tints of Psychedelic Purple #E206EC
RGB
CMYK
RGB Variations
Color information
#E206EC (or 0xE206EC) is known color: Psychedelic Purple. HEX triplet: E2, 06 and EC. RGB value is (226,6,236). Sum of RGB (Red+Green+Blue) = 226+6+236=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #E206EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206EC is #1DF913. Grayscale: #616161. Windows color (decimal): -1964308 or 15468258. OLE color: 15468258.
HSL color Cylindrical-coordinate representation of color #E206EC: hue angle of 297.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206EC is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 6 | 236 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.07 |
| HSL | 297.39º | 0.95% | 0.47% | - |
| HSV(B) | 297.39º | 0.97% | 0.93% | - |
| XYZ | 46.57 | 22.36 | 81.22 | - |
| YUV | 98 | 205.89 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 236 | 0.04 | 0.97 | 0 | 0.07 | 297.39 | 0.95 | 0.47 |
| Hex | E2 | 6 | EC | 4 | 61 | 0 | 7 | 129 | 5F | 2F |
| Octal | 342 | 6 | 354 | 4 | 141 | 0 | 7 | 451 | 137 | 57 |
| Binary | 11100010 | 110 | 11101100 | 100 | 1100001 | 0 | 111 | 100101001 | 1011111 | 101111 |
Color Harmonies of #E206EC
Complementary color
Monochromatic Colors of #E206EC
Black with #E206EC
Text Example
Text Example
White with #E206EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206EC; }
p { color: rgb(226,6,236); }
H1.HeaderClassName
{
color: #E206EC;
}
.AnyTagClassName
{
color: #E206EC;
}
</style>
background-color css
<style>
a { background-color: #E206EC; }
a { background-color: rgb(226,6,236); }
div.DivClassName
{
background-color: #E206EC;
}
.BgClassName
{
background-color: #E206EC;
}
</style>
border-color css
<style>
span { border-color: #E206EC; }
span { border-color: rgb(226,6,236); }
td.TdClassName
{
border-color: #E206EC;
}
.TagClassName
{
border-color: #E206EC;
}
</style>