Shades of Psychedelic Purple #E210FC
Tints of Psychedelic Purple #E210FC
RGB
CMYK
RGB Variations
Color information
#E210FC (or 0xE210FC) is known color: Psychedelic Purple. HEX triplet: E2, 10 and FC. RGB value is (226,16,252). Sum of RGB (Red+Green+Blue) = 226+16+252=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #E210FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210FC is #1DEF03. Grayscale: #686868. Windows color (decimal): -1961732 or 16519394. OLE color: 16519394.
HSL color Cylindrical-coordinate representation of color #E210FC: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E210FC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 16 | 252 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.01 |
| HSL | 293.39º | 0.98% | 0.53% | - |
| HSV(B) | 293.39º | 0.94% | 0.99% | - |
| XYZ | 49.12 | 23.57 | 94.06 | - |
| YUV | 105.69 | 210.57 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 252 | 0.10 | 0.94 | 0 | 0.01 | 293.39 | 0.98 | 0.53 |
| Hex | E2 | 10 | FC | A | 5E | 0 | 1 | 125 | 62 | 35 |
| Octal | 342 | 20 | 374 | 12 | 136 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100010 | 10000 | 11111100 | 1010 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E210FC
Complementary color
Monochromatic Colors of #E210FC
Black with #E210FC
Text Example
Text Example
White with #E210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210FC; }
p { color: rgb(226,16,252); }
H1.HeaderClassName
{
color: #E210FC;
}
.AnyTagClassName
{
color: #E210FC;
}
</style>
background-color css
<style>
a { background-color: #E210FC; }
a { background-color: rgb(226,16,252); }
div.DivClassName
{
background-color: #E210FC;
}
.BgClassName
{
background-color: #E210FC;
}
</style>
border-color css
<style>
span { border-color: #E210FC; }
span { border-color: rgb(226,16,252); }
td.TdClassName
{
border-color: #E210FC;
}
.TagClassName
{
border-color: #E210FC;
}
</style>