Shades of Psychedelic Purple #E20DFC
Tints of Psychedelic Purple #E20DFC
RGB
CMYK
RGB Variations
Color information
#E20DFC (or 0xE20DFC) is known color: Psychedelic Purple. HEX triplet: E2, 0D and FC. RGB value is (226,13,252). Sum of RGB (Red+Green+Blue) = 226+13+252=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #E20DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DFC is #1DF203. Grayscale: #676767. Windows color (decimal): -1962500 or 16518626. OLE color: 16518626.
HSL color Cylindrical-coordinate representation of color #E20DFC: hue angle of 293.47º 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 #E20DFC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 13 | 252 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.01 |
| HSL | 293.47º | 0.98% | 0.52% | - |
| HSV(B) | 293.47º | 0.95% | 0.99% | - |
| XYZ | 49.08 | 23.48 | 94.04 | - |
| YUV | 103.93 | 211.57 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 252 | 0.10 | 0.95 | 0 | 0.01 | 293.47 | 0.98 | 0.52 |
| Hex | E2 | D | FC | A | 5F | 0 | 1 | 125 | 62 | 34 |
| Octal | 342 | 15 | 374 | 12 | 137 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100010 | 1101 | 11111100 | 1010 | 1011111 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E20DFC
Complementary color
Monochromatic Colors of #E20DFC
Black with #E20DFC
Text Example
Text Example
White with #E20DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DFC; }
p { color: rgb(226,13,252); }
H1.HeaderClassName
{
color: #E20DFC;
}
.AnyTagClassName
{
color: #E20DFC;
}
</style>
background-color css
<style>
a { background-color: #E20DFC; }
a { background-color: rgb(226,13,252); }
div.DivClassName
{
background-color: #E20DFC;
}
.BgClassName
{
background-color: #E20DFC;
}
</style>
border-color css
<style>
span { border-color: #E20DFC; }
span { border-color: rgb(226,13,252); }
td.TdClassName
{
border-color: #E20DFC;
}
.TagClassName
{
border-color: #E20DFC;
}
</style>