Shades of Psychedelic Purple #E41BF2
Tints of Psychedelic Purple #E41BF2
RGB
CMYK
RGB Variations
Color information
#E41BF2 (or 0xE41BF2) is known color: Psychedelic Purple. HEX triplet: E4, 1B and F2. RGB value is (228,27,242). Sum of RGB (Red+Green+Blue) = 228+27+242=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #E41BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41BF2 is #1BE40D. Grayscale: #6E6E6E. Windows color (decimal): -1827854 or 15866852. OLE color: 15866852.
HSL color Cylindrical-coordinate representation of color #E41BF2: hue angle of 296.09º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41BF2 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 27 | 242 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.05 |
| HSL | 296.09º | 0.89% | 0.53% | - |
| HSV(B) | 296.09º | 0.89% | 0.95% | - |
| XYZ | 48.41 | 23.69 | 86.03 | - |
| YUV | 111.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 242 | 0.06 | 0.89 | 0 | 0.05 | 296.09 | 0.89 | 0.53 |
| Hex | E4 | 1B | F2 | 6 | 59 | 0 | 5 | 128 | 59 | 35 |
| Octal | 344 | 33 | 362 | 6 | 131 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100100 | 11011 | 11110010 | 110 | 1011001 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E41BF2
Complementary color
Monochromatic Colors of #E41BF2
Black with #E41BF2
Text Example
Text Example
White with #E41BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BF2; }
p { color: rgb(228,27,242); }
H1.HeaderClassName
{
color: #E41BF2;
}
.AnyTagClassName
{
color: #E41BF2;
}
</style>
background-color css
<style>
a { background-color: #E41BF2; }
a { background-color: rgb(228,27,242); }
div.DivClassName
{
background-color: #E41BF2;
}
.BgClassName
{
background-color: #E41BF2;
}
</style>
border-color css
<style>
span { border-color: #E41BF2; }
span { border-color: rgb(228,27,242); }
td.TdClassName
{
border-color: #E41BF2;
}
.TagClassName
{
border-color: #E41BF2;
}
</style>