Shades of Psychedelic Purple #E202FC
Tints of Psychedelic Purple #E202FC
RGB
CMYK
RGB Variations
Color information
#E202FC (or 0xE202FC) is known color: Psychedelic Purple. HEX triplet: E2, 02 and FC. RGB value is (226,2,252). Sum of RGB (Red+Green+Blue) = 226+2+252=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 2 (1.17% from 255 or 0.42% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #E202FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202FC is #1DFD03. Grayscale: #606060. Windows color (decimal): -1965316 or 16515810. OLE color: 16515810.
HSL color Cylindrical-coordinate representation of color #E202FC: hue angle of 293.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202FC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 2 | 252 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.01 |
| HSL | 293.76º | 0.98% | 0.5% | - |
| HSV(B) | 293.76º | 0.99% | 0.99% | - |
| XYZ | 48.96 | 23.24 | 94 | - |
| YUV | 97.48 | 215.21 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 252 | 0.10 | 0.99 | 0 | 0.01 | 293.76 | 0.98 | 0.5 |
| Hex | E2 | 2 | FC | A | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 342 | 2 | 374 | 12 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100010 | 10 | 11111100 | 1010 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E202FC
Complementary color
Monochromatic Colors of #E202FC
Black with #E202FC
Text Example
Text Example
White with #E202FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202FC; }
p { color: rgb(226,2,252); }
H1.HeaderClassName
{
color: #E202FC;
}
.AnyTagClassName
{
color: #E202FC;
}
</style>
background-color css
<style>
a { background-color: #E202FC; }
a { background-color: rgb(226,2,252); }
div.DivClassName
{
background-color: #E202FC;
}
.BgClassName
{
background-color: #E202FC;
}
</style>
border-color css
<style>
span { border-color: #E202FC; }
span { border-color: rgb(226,2,252); }
td.TdClassName
{
border-color: #E202FC;
}
.TagClassName
{
border-color: #E202FC;
}
</style>