Shades of Psychedelic Purple #E40DFC
Tints of Psychedelic Purple #E40DFC
RGB
CMYK
RGB Variations
Color information
#E40DFC (or 0xE40DFC) is known color: Psychedelic Purple. HEX triplet: E4, 0D and FC. RGB value is (228,13,252). Sum of RGB (Red+Green+Blue) = 228+13+252=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #E40DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DFC is #1BF203. Grayscale: #676767. Windows color (decimal): -1831428 or 16518628. OLE color: 16518628.
HSL color Cylindrical-coordinate representation of color #E40DFC: hue angle of 293.97º 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 #E40DFC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 13 | 252 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.01 |
| HSL | 293.97º | 0.98% | 0.52% | - |
| HSV(B) | 293.97º | 0.95% | 0.99% | - |
| XYZ | 49.71 | 23.81 | 94.07 | - |
| YUV | 104.53 | 211.23 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 252 | 0.10 | 0.95 | 0 | 0.01 | 293.97 | 0.98 | 0.52 |
| Hex | E4 | D | FC | A | 5F | 0 | 1 | 126 | 62 | 34 |
| Octal | 344 | 15 | 374 | 12 | 137 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100100 | 1101 | 11111100 | 1010 | 1011111 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E40DFC
Complementary color
Monochromatic Colors of #E40DFC
Black with #E40DFC
Text Example
Text Example
White with #E40DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DFC; }
p { color: rgb(228,13,252); }
H1.HeaderClassName
{
color: #E40DFC;
}
.AnyTagClassName
{
color: #E40DFC;
}
</style>
background-color css
<style>
a { background-color: #E40DFC; }
a { background-color: rgb(228,13,252); }
div.DivClassName
{
background-color: #E40DFC;
}
.BgClassName
{
background-color: #E40DFC;
}
</style>
border-color css
<style>
span { border-color: #E40DFC; }
span { border-color: rgb(228,13,252); }
td.TdClassName
{
border-color: #E40DFC;
}
.TagClassName
{
border-color: #E40DFC;
}
</style>