Shades of Psychedelic Purple #E207EE
Tints of Psychedelic Purple #E207EE
RGB
CMYK
RGB Variations
Color information
#E207EE (or 0xE207EE) is known color: Psychedelic Purple. HEX triplet: E2, 07 and EE. RGB value is (226,7,238). Sum of RGB (Red+Green+Blue) = 226+7+238=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #E207EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E207EE is #1DF811. Grayscale: #626262. Windows color (decimal): -1964050 or 15599586. OLE color: 15599586.
HSL color Cylindrical-coordinate representation of color #E207EE: hue angle of 296.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207EE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 7 | 238 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.07 |
| HSL | 296.88º | 0.94% | 0.48% | - |
| HSV(B) | 296.88º | 0.97% | 0.93% | - |
| XYZ | 46.87 | 22.49 | 82.76 | - |
| YUV | 98.82 | 206.55 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 238 | 0.05 | 0.97 | 0 | 0.07 | 296.88 | 0.94 | 0.48 |
| Hex | E2 | 7 | EE | 5 | 61 | 0 | 7 | 129 | 5E | 30 |
| Octal | 342 | 7 | 356 | 5 | 141 | 0 | 7 | 451 | 136 | 60 |
| Binary | 11100010 | 111 | 11101110 | 101 | 1100001 | 0 | 111 | 100101001 | 1011110 | 110000 |
Color Harmonies of #E207EE
Complementary color
Monochromatic Colors of #E207EE
Black with #E207EE
Text Example
Text Example
White with #E207EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207EE; }
p { color: rgb(226,7,238); }
H1.HeaderClassName
{
color: #E207EE;
}
.AnyTagClassName
{
color: #E207EE;
}
</style>
background-color css
<style>
a { background-color: #E207EE; }
a { background-color: rgb(226,7,238); }
div.DivClassName
{
background-color: #E207EE;
}
.BgClassName
{
background-color: #E207EE;
}
</style>
border-color css
<style>
span { border-color: #E207EE; }
span { border-color: rgb(226,7,238); }
td.TdClassName
{
border-color: #E207EE;
}
.TagClassName
{
border-color: #E207EE;
}
</style>