Shades of Psychedelic Purple #E42BFC
Tints of Psychedelic Purple #E42BFC
RGB
CMYK
RGB Variations
Color information
#E42BFC (or 0xE42BFC) is known color: Psychedelic Purple. HEX triplet: E4, 2B and FC. RGB value is (228,43,252). Sum of RGB (Red+Green+Blue) = 228+43+252=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 43 (17.19% from 255 or 8.22% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #E42BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42BFC is #1BD403. Grayscale: #797979. Windows color (decimal): -1823748 or 16526308. OLE color: 16526308.
HSL color Cylindrical-coordinate representation of color #E42BFC: hue angle of 293.11º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42BFC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 43 | 252 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.01 |
| HSL | 293.11º | 0.97% | 0.58% | - |
| HSV(B) | 293.11º | 0.83% | 0.99% | - |
| XYZ | 50.43 | 25.25 | 94.31 | - |
| YUV | 122.14 | 201.29 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 252 | 0.10 | 0.83 | 0 | 0.01 | 293.11 | 0.97 | 0.58 |
| Hex | E4 | 2B | FC | A | 53 | 0 | 1 | 125 | 61 | 3A |
| Octal | 344 | 53 | 374 | 12 | 123 | 0 | 1 | 445 | 141 | 72 |
| Binary | 11100100 | 101011 | 11111100 | 1010 | 1010011 | 0 | 1 | 100100101 | 1100001 | 111010 |
Color Harmonies of #E42BFC
Complementary color
Monochromatic Colors of #E42BFC
Black with #E42BFC
Text Example
Text Example
White with #E42BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42BFC; }
p { color: rgb(228,43,252); }
H1.HeaderClassName
{
color: #E42BFC;
}
.AnyTagClassName
{
color: #E42BFC;
}
</style>
background-color css
<style>
a { background-color: #E42BFC; }
a { background-color: rgb(228,43,252); }
div.DivClassName
{
background-color: #E42BFC;
}
.BgClassName
{
background-color: #E42BFC;
}
</style>
border-color css
<style>
span { border-color: #E42BFC; }
span { border-color: rgb(228,43,252); }
td.TdClassName
{
border-color: #E42BFC;
}
.TagClassName
{
border-color: #E42BFC;
}
</style>