Shades of Psychedelic Purple #E40BFD
Tints of Psychedelic Purple #E40BFD
RGB
CMYK
RGB Variations
Color information
#E40BFD (or 0xE40BFD) is known color: Psychedelic Purple. HEX triplet: E4, 0B and FD. RGB value is (228,11,253). Sum of RGB (Red+Green+Blue) = 228+11+253=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #E40BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40BFD is #1BF402. Grayscale: #666666. Windows color (decimal): -1831939 or 16583652. OLE color: 16583652.
HSL color Cylindrical-coordinate representation of color #E40BFD: hue angle of 293.8º 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 #E40BFD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 11 | 253 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.01 |
| HSL | 293.8º | 0.98% | 0.52% | - |
| HSV(B) | 293.8º | 0.96% | 0.99% | - |
| XYZ | 49.84 | 23.83 | 94.9 | - |
| YUV | 103.47 | 212.39 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 253 | 0.10 | 0.96 | 0 | 0.01 | 293.8 | 0.98 | 0.52 |
| Hex | E4 | B | FD | A | 60 | 0 | 1 | 126 | 62 | 34 |
| Octal | 344 | 13 | 375 | 12 | 140 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100100 | 1011 | 11111101 | 1010 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E40BFD
Complementary color
Monochromatic Colors of #E40BFD
Black with #E40BFD
Text Example
Text Example
White with #E40BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BFD; }
p { color: rgb(228,11,253); }
H1.HeaderClassName
{
color: #E40BFD;
}
.AnyTagClassName
{
color: #E40BFD;
}
</style>
background-color css
<style>
a { background-color: #E40BFD; }
a { background-color: rgb(228,11,253); }
div.DivClassName
{
background-color: #E40BFD;
}
.BgClassName
{
background-color: #E40BFD;
}
</style>
border-color css
<style>
span { border-color: #E40BFD; }
span { border-color: rgb(228,11,253); }
td.TdClassName
{
border-color: #E40BFD;
}
.TagClassName
{
border-color: #E40BFD;
}
</style>