Shades of Psychedelic Purple #E40BFE
Tints of Psychedelic Purple #E40BFE
RGB
CMYK
RGB Variations
Color information
#E40BFE (or 0xE40BFE) is known color: Psychedelic Purple. HEX triplet: E4, 0B and FE. RGB value is (228,11,254). Sum of RGB (Red+Green+Blue) = 228+11+254=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #E40BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40BFE is #1BF401. Grayscale: #666666. Windows color (decimal): -1831938 or 16649188. OLE color: 16649188.
HSL color Cylindrical-coordinate representation of color #E40BFE: hue angle of 293.58º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40BFE is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 11 | 254 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.00 |
| HSL | 293.58º | 0.99% | 0.52% | - |
| HSV(B) | 293.58º | 0.96% | 1% | - |
| XYZ | 50 | 23.89 | 95.74 | - |
| YUV | 103.59 | 212.89 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 254 | 0.10 | 0.96 | 0 | 0.00 | 293.58 | 0.99 | 0.52 |
| Hex | E4 | B | FE | A | 60 | 0 | 0 | 126 | 63 | 34 |
| Octal | 344 | 13 | 376 | 12 | 140 | 0 | 0 | 446 | 143 | 64 |
| Binary | 11100100 | 1011 | 11111110 | 1010 | 1100000 | 0 | 0 | 100100110 | 1100011 | 110100 |
Color Harmonies of #E40BFE
Complementary color
Monochromatic Colors of #E40BFE
Black with #E40BFE
Text Example
Text Example
White with #E40BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BFE; }
p { color: rgb(228,11,254); }
H1.HeaderClassName
{
color: #E40BFE;
}
.AnyTagClassName
{
color: #E40BFE;
}
</style>
background-color css
<style>
a { background-color: #E40BFE; }
a { background-color: rgb(228,11,254); }
div.DivClassName
{
background-color: #E40BFE;
}
.BgClassName
{
background-color: #E40BFE;
}
</style>
border-color css
<style>
span { border-color: #E40BFE; }
span { border-color: rgb(228,11,254); }
td.TdClassName
{
border-color: #E40BFE;
}
.TagClassName
{
border-color: #E40BFE;
}
</style>