Shades of Psychedelic Purple #E20CFC
Tints of Psychedelic Purple #E20CFC
RGB
CMYK
RGB Variations
Color information
#E20CFC (or 0xE20CFC) is known color: Psychedelic Purple. HEX triplet: E2, 0C and FC. RGB value is (226,12,252). Sum of RGB (Red+Green+Blue) = 226+12+252=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #E20CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CFC is #1DF303. Grayscale: #666666. Windows color (decimal): -1962756 or 16518370. OLE color: 16518370.
HSL color Cylindrical-coordinate representation of color #E20CFC: hue angle of 293.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CFC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 12 | 252 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.01 |
| HSL | 293.5º | 0.98% | 0.52% | - |
| HSV(B) | 293.5º | 0.95% | 0.99% | - |
| XYZ | 49.07 | 23.46 | 94.04 | - |
| YUV | 103.35 | 211.9 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 252 | 0.10 | 0.95 | 0 | 0.01 | 293.5 | 0.98 | 0.52 |
| Hex | E2 | C | FC | A | 5F | 0 | 1 | 126 | 62 | 34 |
| Octal | 342 | 14 | 374 | 12 | 137 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100010 | 1100 | 11111100 | 1010 | 1011111 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E20CFC
Complementary color
Monochromatic Colors of #E20CFC
Black with #E20CFC
Text Example
Text Example
White with #E20CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CFC; }
p { color: rgb(226,12,252); }
H1.HeaderClassName
{
color: #E20CFC;
}
.AnyTagClassName
{
color: #E20CFC;
}
</style>
background-color css
<style>
a { background-color: #E20CFC; }
a { background-color: rgb(226,12,252); }
div.DivClassName
{
background-color: #E20CFC;
}
.BgClassName
{
background-color: #E20CFC;
}
</style>
border-color css
<style>
span { border-color: #E20CFC; }
span { border-color: rgb(226,12,252); }
td.TdClassName
{
border-color: #E20CFC;
}
.TagClassName
{
border-color: #E20CFC;
}
</style>