Shades of Psychedelic Purple #E207F3
Tints of Psychedelic Purple #E207F3
RGB
CMYK
RGB Variations
Color information
#E207F3 (or 0xE207F3) is known color: Psychedelic Purple. HEX triplet: E2, 07 and F3. RGB value is (226,7,243). Sum of RGB (Red+Green+Blue) = 226+7+243=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #E207F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E207F3 is #1DF80C. Grayscale: #626262. Windows color (decimal): -1964045 or 15927266. OLE color: 15927266.
HSL color Cylindrical-coordinate representation of color #E207F3: hue angle of 295.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207F3 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 7 | 243 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.05 |
| HSL | 295.68º | 0.94% | 0.49% | - |
| HSV(B) | 295.68º | 0.97% | 0.95% | - |
| XYZ | 47.62 | 22.79 | 86.68 | - |
| YUV | 99.39 | 209.05 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 243 | 0.07 | 0.97 | 0 | 0.05 | 295.68 | 0.94 | 0.49 |
| Hex | E2 | 7 | F3 | 7 | 61 | 0 | 5 | 128 | 5E | 31 |
| Octal | 342 | 7 | 363 | 7 | 141 | 0 | 5 | 450 | 136 | 61 |
| Binary | 11100010 | 111 | 11110011 | 111 | 1100001 | 0 | 101 | 100101000 | 1011110 | 110001 |
Color Harmonies of #E207F3
Complementary color
Monochromatic Colors of #E207F3
Black with #E207F3
Text Example
Text Example
White with #E207F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207F3; }
p { color: rgb(226,7,243); }
H1.HeaderClassName
{
color: #E207F3;
}
.AnyTagClassName
{
color: #E207F3;
}
</style>
background-color css
<style>
a { background-color: #E207F3; }
a { background-color: rgb(226,7,243); }
div.DivClassName
{
background-color: #E207F3;
}
.BgClassName
{
background-color: #E207F3;
}
</style>
border-color css
<style>
span { border-color: #E207F3; }
span { border-color: rgb(226,7,243); }
td.TdClassName
{
border-color: #E207F3;
}
.TagClassName
{
border-color: #E207F3;
}
</style>