Shades of Psychedelic Purple #E41DFB
Tints of Psychedelic Purple #E41DFB
RGB
CMYK
RGB Variations
Color information
#E41DFB (or 0xE41DFB) is known color: Psychedelic Purple. HEX triplet: E4, 1D and FB. RGB value is (228,29,251). Sum of RGB (Red+Green+Blue) = 228+29+251=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 29 (11.72% from 255 or 5.71% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #E41DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DFB is #1BE204. Grayscale: #717171. Windows color (decimal): -1827333 or 16457188. OLE color: 16457188.
HSL color Cylindrical-coordinate representation of color #E41DFB: hue angle of 293.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41DFB is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 29 | 251 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.02 |
| HSL | 293.78º | 0.97% | 0.55% | - |
| HSV(B) | 293.78º | 0.88% | 0.98% | - |
| XYZ | 49.85 | 24.34 | 93.34 | - |
| YUV | 113.81 | 205.43 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 251 | 0.09 | 0.88 | 0 | 0.02 | 293.78 | 0.97 | 0.55 |
| Hex | E4 | 1D | FB | 9 | 58 | 0 | 2 | 126 | 61 | 37 |
| Octal | 344 | 35 | 373 | 11 | 130 | 0 | 2 | 446 | 141 | 67 |
| Binary | 11100100 | 11101 | 11111011 | 1001 | 1011000 | 0 | 10 | 100100110 | 1100001 | 110111 |
Color Harmonies of #E41DFB
Complementary color
Monochromatic Colors of #E41DFB
Black with #E41DFB
Text Example
Text Example
White with #E41DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41DFB; }
p { color: rgb(228,29,251); }
H1.HeaderClassName
{
color: #E41DFB;
}
.AnyTagClassName
{
color: #E41DFB;
}
</style>
background-color css
<style>
a { background-color: #E41DFB; }
a { background-color: rgb(228,29,251); }
div.DivClassName
{
background-color: #E41DFB;
}
.BgClassName
{
background-color: #E41DFB;
}
</style>
border-color css
<style>
span { border-color: #E41DFB; }
span { border-color: rgb(228,29,251); }
td.TdClassName
{
border-color: #E41DFB;
}
.TagClassName
{
border-color: #E41DFB;
}
</style>