Shades of Psychedelic Purple #E220FC
Tints of Psychedelic Purple #E220FC
RGB
CMYK
RGB Variations
Color information
#E220FC (or 0xE220FC) is known color: Psychedelic Purple. HEX triplet: E2, 20 and FC. RGB value is (226,32,252). Sum of RGB (Red+Green+Blue) = 226+32+252=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 32 (12.89% from 255 or 6.27% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #E220FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E220FC is #1DDF03. Grayscale: #727272. Windows color (decimal): -1957636 or 16523490. OLE color: 16523490.
HSL color Cylindrical-coordinate representation of color #E220FC: hue angle of 292.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E220FC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 32 | 252 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.01 |
| HSL | 292.91º | 0.97% | 0.56% | - |
| HSV(B) | 292.91º | 0.87% | 0.99% | - |
| XYZ | 49.45 | 24.23 | 94.17 | - |
| YUV | 115.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 252 | 0.10 | 0.87 | 0 | 0.01 | 292.91 | 0.97 | 0.56 |
| Hex | E2 | 20 | FC | A | 57 | 0 | 1 | 125 | 61 | 38 |
| Octal | 342 | 40 | 374 | 12 | 127 | 0 | 1 | 445 | 141 | 70 |
| Binary | 11100010 | 100000 | 11111100 | 1010 | 1010111 | 0 | 1 | 100100101 | 1100001 | 111000 |
Color Harmonies of #E220FC
Complementary color
Monochromatic Colors of #E220FC
Black with #E220FC
Text Example
Text Example
White with #E220FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220FC; }
p { color: rgb(226,32,252); }
H1.HeaderClassName
{
color: #E220FC;
}
.AnyTagClassName
{
color: #E220FC;
}
</style>
background-color css
<style>
a { background-color: #E220FC; }
a { background-color: rgb(226,32,252); }
div.DivClassName
{
background-color: #E220FC;
}
.BgClassName
{
background-color: #E220FC;
}
</style>
border-color css
<style>
span { border-color: #E220FC; }
span { border-color: rgb(226,32,252); }
td.TdClassName
{
border-color: #E220FC;
}
.TagClassName
{
border-color: #E220FC;
}
</style>