Shades of Psychedelic Purple #E41BFC
Tints of Psychedelic Purple #E41BFC
RGB
CMYK
RGB Variations
Color information
#E41BFC (or 0xE41BFC) is known color: Psychedelic Purple. HEX triplet: E4, 1B and FC. RGB value is (228,27,252). Sum of RGB (Red+Green+Blue) = 228+27+252=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 27 (10.94% from 255 or 5.33% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E41BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41BFC is #1BE403. Grayscale: #707070. Windows color (decimal): -1827844 or 16522212. OLE color: 16522212.
HSL color Cylindrical-coordinate representation of color #E41BFC: hue angle of 293.6º degrees, saturation: 0.97, 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 #E41BFC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 27 | 252 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.01 |
| HSL | 293.6º | 0.97% | 0.55% | - |
| HSV(B) | 293.6º | 0.89% | 0.99% | - |
| XYZ | 49.96 | 24.31 | 94.15 | - |
| YUV | 112.75 | 206.59 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 252 | 0.10 | 0.89 | 0 | 0.01 | 293.6 | 0.97 | 0.55 |
| Hex | E4 | 1B | FC | A | 59 | 0 | 1 | 126 | 61 | 37 |
| Octal | 344 | 33 | 374 | 12 | 131 | 0 | 1 | 446 | 141 | 67 |
| Binary | 11100100 | 11011 | 11111100 | 1010 | 1011001 | 0 | 1 | 100100110 | 1100001 | 110111 |
Color Harmonies of #E41BFC
Complementary color
Monochromatic Colors of #E41BFC
Black with #E41BFC
Text Example
Text Example
White with #E41BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BFC; }
p { color: rgb(228,27,252); }
H1.HeaderClassName
{
color: #E41BFC;
}
.AnyTagClassName
{
color: #E41BFC;
}
</style>
background-color css
<style>
a { background-color: #E41BFC; }
a { background-color: rgb(228,27,252); }
div.DivClassName
{
background-color: #E41BFC;
}
.BgClassName
{
background-color: #E41BFC;
}
</style>
border-color css
<style>
span { border-color: #E41BFC; }
span { border-color: rgb(228,27,252); }
td.TdClassName
{
border-color: #E41BFC;
}
.TagClassName
{
border-color: #E41BFC;
}
</style>