Shades of Psychedelic Purple #E200FC
Tints of Psychedelic Purple #E200FC
RGB
CMYK
RGB Variations
Color information
#E200FC (or 0xE200FC) is known color: Psychedelic Purple. HEX triplet: E2, 00 and FC. RGB value is (226,0,252). Sum of RGB (Red+Green+Blue) = 226+0+252=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #E200FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200FC is #1DFF03. Grayscale: #5F5F5F. Windows color (decimal): -1965828 or 16515298. OLE color: 16515298.
HSL color Cylindrical-coordinate representation of color #E200FC: hue angle of 293.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200FC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 0 | 252 | - |
| CMYK | 0.10 | 1 | 0 | 0.01 |
| HSL | 293.81º | 1% | 0.49% | - |
| HSV(B) | 293.81º | 1% | 0.99% | - |
| XYZ | 48.93 | 23.2 | 93.99 | - |
| YUV | 96.3 | 215.87 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 252 | 0.10 | 1 | 0 | 0.01 | 293.81 | 1 | 0.49 |
| Hex | E2 | 0 | FC | A | 64 | 0 | 1 | 126 | 64 | 31 |
| Octal | 342 | 0 | 374 | 12 | 144 | 0 | 1 | 446 | 144 | 61 |
| Binary | 11100010 | 0 | 11111100 | 1010 | 1100100 | 0 | 1 | 100100110 | 1100100 | 110001 |
Color Harmonies of #E200FC
Complementary color
Monochromatic Colors of #E200FC
Black with #E200FC
Text Example
Text Example
White with #E200FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200FC; }
p { color: rgb(226,0,252); }
H1.HeaderClassName
{
color: #E200FC;
}
.AnyTagClassName
{
color: #E200FC;
}
</style>
background-color css
<style>
a { background-color: #E200FC; }
a { background-color: rgb(226,0,252); }
div.DivClassName
{
background-color: #E200FC;
}
.BgClassName
{
background-color: #E200FC;
}
</style>
border-color css
<style>
span { border-color: #E200FC; }
span { border-color: rgb(226,0,252); }
td.TdClassName
{
border-color: #E200FC;
}
.TagClassName
{
border-color: #E200FC;
}
</style>