Shades of Psychedelic Purple #E40DFB
Tints of Psychedelic Purple #E40DFB
RGB
CMYK
RGB Variations
Color information
#E40DFB (or 0xE40DFB) is known color: Psychedelic Purple. HEX triplet: E4, 0D and FB. RGB value is (228,13,251). Sum of RGB (Red+Green+Blue) = 228+13+251=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 13 (5.47% from 255 or 2.64% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #E40DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DFB is #1BF204. Grayscale: #676767. Windows color (decimal): -1831429 or 16453092. OLE color: 16453092.
HSL color Cylindrical-coordinate representation of color #E40DFB: hue angle of 294.2º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40DFB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 13 | 251 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.02 |
| HSL | 294.2º | 0.97% | 0.52% | - |
| HSV(B) | 294.2º | 0.95% | 0.98% | - |
| XYZ | 49.55 | 23.75 | 93.24 | - |
| YUV | 104.42 | 210.73 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 251 | 0.09 | 0.95 | 0 | 0.02 | 294.2 | 0.97 | 0.52 |
| Hex | E4 | D | FB | 9 | 5F | 0 | 2 | 126 | 61 | 34 |
| Octal | 344 | 15 | 373 | 11 | 137 | 0 | 2 | 446 | 141 | 64 |
| Binary | 11100100 | 1101 | 11111011 | 1001 | 1011111 | 0 | 10 | 100100110 | 1100001 | 110100 |
Color Harmonies of #E40DFB
Complementary color
Monochromatic Colors of #E40DFB
Black with #E40DFB
Text Example
Text Example
White with #E40DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DFB; }
p { color: rgb(228,13,251); }
H1.HeaderClassName
{
color: #E40DFB;
}
.AnyTagClassName
{
color: #E40DFB;
}
</style>
background-color css
<style>
a { background-color: #E40DFB; }
a { background-color: rgb(228,13,251); }
div.DivClassName
{
background-color: #E40DFB;
}
.BgClassName
{
background-color: #E40DFB;
}
</style>
border-color css
<style>
span { border-color: #E40DFB; }
span { border-color: rgb(228,13,251); }
td.TdClassName
{
border-color: #E40DFB;
}
.TagClassName
{
border-color: #E40DFB;
}
</style>