Shades of Psychedelic Purple #E41BFD
Tints of Psychedelic Purple #E41BFD
RGB
CMYK
RGB Variations
Color information
#E41BFD (or 0xE41BFD) is known color: Psychedelic Purple. HEX triplet: E4, 1B and FD. RGB value is (228,27,253). Sum of RGB (Red+Green+Blue) = 228+27+253=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 27 (10.94% from 255 or 5.31% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #E41BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41BFD is #1BE402. Grayscale: #707070. Windows color (decimal): -1827843 or 16587748. OLE color: 16587748.
HSL color Cylindrical-coordinate representation of color #E41BFD: hue angle of 293.36º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41BFD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 27 | 253 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.01 |
| HSL | 293.36º | 0.98% | 0.55% | - |
| HSV(B) | 293.36º | 0.89% | 0.99% | - |
| XYZ | 50.12 | 24.37 | 94.99 | - |
| YUV | 112.86 | 207.09 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 253 | 0.10 | 0.89 | 0 | 0.01 | 293.36 | 0.98 | 0.55 |
| Hex | E4 | 1B | FD | A | 59 | 0 | 1 | 125 | 62 | 37 |
| Octal | 344 | 33 | 375 | 12 | 131 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100100 | 11011 | 11111101 | 1010 | 1011001 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E41BFD
Complementary color
Monochromatic Colors of #E41BFD
Black with #E41BFD
Text Example
Text Example
White with #E41BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BFD; }
p { color: rgb(228,27,253); }
H1.HeaderClassName
{
color: #E41BFD;
}
.AnyTagClassName
{
color: #E41BFD;
}
</style>
background-color css
<style>
a { background-color: #E41BFD; }
a { background-color: rgb(228,27,253); }
div.DivClassName
{
background-color: #E41BFD;
}
.BgClassName
{
background-color: #E41BFD;
}
</style>
border-color css
<style>
span { border-color: #E41BFD; }
span { border-color: rgb(228,27,253); }
td.TdClassName
{
border-color: #E41BFD;
}
.TagClassName
{
border-color: #E41BFD;
}
</style>