Shades of Psychedelic Purple #E20AFC
Tints of Psychedelic Purple #E20AFC
RGB
CMYK
RGB Variations
Color information
#E20AFC (or 0xE20AFC) is known color: Psychedelic Purple. HEX triplet: E2, 0A and FC. RGB value is (226,10,252). Sum of RGB (Red+Green+Blue) = 226+10+252=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 10 (4.30% from 255 or 2.05% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #E20AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20AFC is #1DF503. Grayscale: #656565. Windows color (decimal): -1963268 or 16517858. OLE color: 16517858.
HSL color Cylindrical-coordinate representation of color #E20AFC: hue angle of 293.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20AFC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 10 | 252 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.01 |
| HSL | 293.55º | 0.98% | 0.51% | - |
| HSV(B) | 293.55º | 0.96% | 0.99% | - |
| XYZ | 49.04 | 23.41 | 94.03 | - |
| YUV | 102.17 | 212.56 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 252 | 0.10 | 0.96 | 0 | 0.01 | 293.55 | 0.98 | 0.51 |
| Hex | E2 | A | FC | A | 60 | 0 | 1 | 126 | 62 | 33 |
| Octal | 342 | 12 | 374 | 12 | 140 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100010 | 1010 | 11111100 | 1010 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E20AFC
Complementary color
Monochromatic Colors of #E20AFC
Black with #E20AFC
Text Example
Text Example
White with #E20AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20AFC; }
p { color: rgb(226,10,252); }
H1.HeaderClassName
{
color: #E20AFC;
}
.AnyTagClassName
{
color: #E20AFC;
}
</style>
background-color css
<style>
a { background-color: #E20AFC; }
a { background-color: rgb(226,10,252); }
div.DivClassName
{
background-color: #E20AFC;
}
.BgClassName
{
background-color: #E20AFC;
}
</style>
border-color css
<style>
span { border-color: #E20AFC; }
span { border-color: rgb(226,10,252); }
td.TdClassName
{
border-color: #E20AFC;
}
.TagClassName
{
border-color: #E20AFC;
}
</style>