Shades of Psychedelic Purple #E20CFD
Tints of Psychedelic Purple #E20CFD
RGB
CMYK
RGB Variations
Color information
#E20CFD (or 0xE20CFD) is known color: Psychedelic Purple. HEX triplet: E2, 0C and FD. RGB value is (226,12,253). Sum of RGB (Red+Green+Blue) = 226+12+253=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #E20CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CFD is #1DF302. Grayscale: #666666. Windows color (decimal): -1962755 or 16583906. OLE color: 16583906.
HSL color Cylindrical-coordinate representation of color #E20CFD: hue angle of 293.28º 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 #E20CFD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 12 | 253 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.01 |
| HSL | 293.28º | 0.98% | 0.52% | - |
| HSV(B) | 293.28º | 0.95% | 0.99% | - |
| XYZ | 49.23 | 23.52 | 94.87 | - |
| YUV | 103.46 | 212.4 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 253 | 0.11 | 0.95 | 0 | 0.01 | 293.28 | 0.98 | 0.52 |
| Hex | E2 | C | FD | B | 5F | 0 | 1 | 125 | 62 | 34 |
| Octal | 342 | 14 | 375 | 13 | 137 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100010 | 1100 | 11111101 | 1011 | 1011111 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E20CFD
Complementary color
Monochromatic Colors of #E20CFD
Black with #E20CFD
Text Example
Text Example
White with #E20CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CFD; }
p { color: rgb(226,12,253); }
H1.HeaderClassName
{
color: #E20CFD;
}
.AnyTagClassName
{
color: #E20CFD;
}
</style>
background-color css
<style>
a { background-color: #E20CFD; }
a { background-color: rgb(226,12,253); }
div.DivClassName
{
background-color: #E20CFD;
}
.BgClassName
{
background-color: #E20CFD;
}
</style>
border-color css
<style>
span { border-color: #E20CFD; }
span { border-color: rgb(226,12,253); }
td.TdClassName
{
border-color: #E20CFD;
}
.TagClassName
{
border-color: #E20CFD;
}
</style>