Shades of Psychedelic Purple #E220FB
Tints of Psychedelic Purple #E220FB
RGB
CMYK
RGB Variations
Color information
#E220FB (or 0xE220FB) is known color: Psychedelic Purple. HEX triplet: E2, 20 and FB. RGB value is (226,32,251). Sum of RGB (Red+Green+Blue) = 226+32+251=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #E220FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220FB is #1DDF04. Grayscale: #727272. Windows color (decimal): -1957637 or 16457954. OLE color: 16457954.
HSL color Cylindrical-coordinate representation of color #E220FB: hue angle of 293.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E220FB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 32 | 251 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.02 |
| HSL | 293.15º | 0.96% | 0.55% | - |
| HSV(B) | 293.15º | 0.87% | 0.98% | - |
| XYZ | 49.29 | 24.17 | 93.33 | - |
| YUV | 114.97 | 204.77 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 251 | 0.10 | 0.87 | 0 | 0.02 | 293.15 | 0.96 | 0.55 |
| Hex | E2 | 20 | FB | A | 57 | 0 | 2 | 125 | 60 | 37 |
| Octal | 342 | 40 | 373 | 12 | 127 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11100010 | 100000 | 11111011 | 1010 | 1010111 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #E220FB
Complementary color
Monochromatic Colors of #E220FB
Black with #E220FB
Text Example
Text Example
White with #E220FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220FB; }
p { color: rgb(226,32,251); }
H1.HeaderClassName
{
color: #E220FB;
}
.AnyTagClassName
{
color: #E220FB;
}
</style>
background-color css
<style>
a { background-color: #E220FB; }
a { background-color: rgb(226,32,251); }
div.DivClassName
{
background-color: #E220FB;
}
.BgClassName
{
background-color: #E220FB;
}
</style>
border-color css
<style>
span { border-color: #E220FB; }
span { border-color: rgb(226,32,251); }
td.TdClassName
{
border-color: #E220FB;
}
.TagClassName
{
border-color: #E220FB;
}
</style>