Shades of Psychedelic Purple #E207E9
Tints of Psychedelic Purple #E207E9
RGB
CMYK
RGB Variations
Color information
#E207E9 (or 0xE207E9) is known color: Psychedelic Purple. HEX triplet: E2, 07 and E9. RGB value is (226,7,233). Sum of RGB (Red+Green+Blue) = 226+7+233=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #E207E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E207E9 is #1DF816. Grayscale: #616161. Windows color (decimal): -1964055 or 15271906. OLE color: 15271906.
HSL color Cylindrical-coordinate representation of color #E207E9: hue angle of 298.14º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207E9 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 7 | 233 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.09 |
| HSL | 298.14º | 0.94% | 0.47% | - |
| HSV(B) | 298.14º | 0.97% | 0.91% | - |
| XYZ | 46.15 | 22.2 | 78.94 | - |
| YUV | 98.25 | 204.05 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 233 | 0.03 | 0.97 | 0 | 0.09 | 298.14 | 0.94 | 0.47 |
| Hex | E2 | 7 | E9 | 3 | 61 | 0 | 9 | 12A | 5E | 2F |
| Octal | 342 | 7 | 351 | 3 | 141 | 0 | 11 | 452 | 136 | 57 |
| Binary | 11100010 | 111 | 11101001 | 11 | 1100001 | 0 | 1001 | 100101010 | 1011110 | 101111 |
Color Harmonies of #E207E9
Complementary color
Monochromatic Colors of #E207E9
Black with #E207E9
Text Example
Text Example
White with #E207E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207E9; }
p { color: rgb(226,7,233); }
H1.HeaderClassName
{
color: #E207E9;
}
.AnyTagClassName
{
color: #E207E9;
}
</style>
background-color css
<style>
a { background-color: #E207E9; }
a { background-color: rgb(226,7,233); }
div.DivClassName
{
background-color: #E207E9;
}
.BgClassName
{
background-color: #E207E9;
}
</style>
border-color css
<style>
span { border-color: #E207E9; }
span { border-color: rgb(226,7,233); }
td.TdClassName
{
border-color: #E207E9;
}
.TagClassName
{
border-color: #E207E9;
}
</style>