Shades of Psychedelic Purple #E220F3
Tints of Psychedelic Purple #E220F3
RGB
CMYK
RGB Variations
Color information
#E220F3 (or 0xE220F3) is known color: Psychedelic Purple. HEX triplet: E2, 20 and F3. RGB value is (226,32,243). Sum of RGB (Red+Green+Blue) = 226+32+243=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #E220F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220F3 is #1DDF0C. Grayscale: #717171. Windows color (decimal): -1957645 or 15933666. OLE color: 15933666.
HSL color Cylindrical-coordinate representation of color #E220F3: hue angle of 295.17º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E220F3 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 32 | 243 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.05 |
| HSL | 295.17º | 0.9% | 0.54% | - |
| HSV(B) | 295.17º | 0.87% | 0.95% | - |
| XYZ | 48.06 | 23.67 | 86.83 | - |
| YUV | 114.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 243 | 0.07 | 0.87 | 0 | 0.05 | 295.17 | 0.9 | 0.54 |
| Hex | E2 | 20 | F3 | 7 | 57 | 0 | 5 | 127 | 5A | 36 |
| Octal | 342 | 40 | 363 | 7 | 127 | 0 | 5 | 447 | 132 | 66 |
| Binary | 11100010 | 100000 | 11110011 | 111 | 1010111 | 0 | 101 | 100100111 | 1011010 | 110110 |
Color Harmonies of #E220F3
Complementary color
Monochromatic Colors of #E220F3
Black with #E220F3
Text Example
Text Example
White with #E220F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220F3; }
p { color: rgb(226,32,243); }
H1.HeaderClassName
{
color: #E220F3;
}
.AnyTagClassName
{
color: #E220F3;
}
</style>
background-color css
<style>
a { background-color: #E220F3; }
a { background-color: rgb(226,32,243); }
div.DivClassName
{
background-color: #E220F3;
}
.BgClassName
{
background-color: #E220F3;
}
</style>
border-color css
<style>
span { border-color: #E220F3; }
span { border-color: rgb(226,32,243); }
td.TdClassName
{
border-color: #E220F3;
}
.TagClassName
{
border-color: #E220F3;
}
</style>