Shades of Psychedelic Purple #E205EC
Tints of Psychedelic Purple #E205EC
RGB
CMYK
RGB Variations
Color information
#E205EC (or 0xE205EC) is known color: Psychedelic Purple. HEX triplet: E2, 05 and EC. RGB value is (226,5,236). Sum of RGB (Red+Green+Blue) = 226+5+236=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #E205EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E205EC is #1DFA13. Grayscale: #606060. Windows color (decimal): -1964564 or 15468002. OLE color: 15468002.
HSL color Cylindrical-coordinate representation of color #E205EC: hue angle of 297.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205EC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 5 | 236 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.07 |
| HSL | 297.4º | 0.96% | 0.47% | - |
| HSV(B) | 297.4º | 0.98% | 0.93% | - |
| XYZ | 46.56 | 22.33 | 81.21 | - |
| YUV | 97.41 | 206.22 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 236 | 0.04 | 0.98 | 0 | 0.07 | 297.4 | 0.96 | 0.47 |
| Hex | E2 | 5 | EC | 4 | 62 | 0 | 7 | 129 | 60 | 2F |
| Octal | 342 | 5 | 354 | 4 | 142 | 0 | 7 | 451 | 140 | 57 |
| Binary | 11100010 | 101 | 11101100 | 100 | 1100010 | 0 | 111 | 100101001 | 1100000 | 101111 |
Color Harmonies of #E205EC
Complementary color
Monochromatic Colors of #E205EC
Black with #E205EC
Text Example
Text Example
White with #E205EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205EC; }
p { color: rgb(226,5,236); }
H1.HeaderClassName
{
color: #E205EC;
}
.AnyTagClassName
{
color: #E205EC;
}
</style>
background-color css
<style>
a { background-color: #E205EC; }
a { background-color: rgb(226,5,236); }
div.DivClassName
{
background-color: #E205EC;
}
.BgClassName
{
background-color: #E205EC;
}
</style>
border-color css
<style>
span { border-color: #E205EC; }
span { border-color: rgb(226,5,236); }
td.TdClassName
{
border-color: #E205EC;
}
.TagClassName
{
border-color: #E205EC;
}
</style>