Shades of Psychedelic Purple #E40BFC
Tints of Psychedelic Purple #E40BFC
RGB
CMYK
RGB Variations
Color information
#E40BFC (or 0xE40BFC) is known color: Psychedelic Purple. HEX triplet: E4, 0B and FC. RGB value is (228,11,252). Sum of RGB (Red+Green+Blue) = 228+11+252=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #E40BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40BFC is #1BF403. Grayscale: #666666. Windows color (decimal): -1831940 or 16518116. OLE color: 16518116.
HSL color Cylindrical-coordinate representation of color #E40BFC: hue angle of 294.02º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40BFC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 11 | 252 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.01 |
| HSL | 294.02º | 0.98% | 0.52% | - |
| HSV(B) | 294.02º | 0.96% | 0.99% | - |
| XYZ | 49.69 | 23.76 | 94.06 | - |
| YUV | 103.36 | 211.89 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 252 | 0.10 | 0.96 | 0 | 0.01 | 294.02 | 0.98 | 0.52 |
| Hex | E4 | B | FC | A | 60 | 0 | 1 | 126 | 62 | 34 |
| Octal | 344 | 13 | 374 | 12 | 140 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100100 | 1011 | 11111100 | 1010 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E40BFC
Complementary color
Monochromatic Colors of #E40BFC
Black with #E40BFC
Text Example
Text Example
White with #E40BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BFC; }
p { color: rgb(228,11,252); }
H1.HeaderClassName
{
color: #E40BFC;
}
.AnyTagClassName
{
color: #E40BFC;
}
</style>
background-color css
<style>
a { background-color: #E40BFC; }
a { background-color: rgb(228,11,252); }
div.DivClassName
{
background-color: #E40BFC;
}
.BgClassName
{
background-color: #E40BFC;
}
</style>
border-color css
<style>
span { border-color: #E40BFC; }
span { border-color: rgb(228,11,252); }
td.TdClassName
{
border-color: #E40BFC;
}
.TagClassName
{
border-color: #E40BFC;
}
</style>