Shades of Psychedelic Purple #E40BEB
Tints of Psychedelic Purple #E40BEB
RGB
CMYK
RGB Variations
Color information
#E40BEB (or 0xE40BEB) is known color: Psychedelic Purple. HEX triplet: E4, 0B and EB. RGB value is (228,11,235). Sum of RGB (Red+Green+Blue) = 228+11+235=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #E40BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40BEB is #1BF414. Grayscale: #646464. Windows color (decimal): -1831957 or 15404004. OLE color: 15404004.
HSL color Cylindrical-coordinate representation of color #E40BEB: hue angle of 298.12º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40BEB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 11 | 235 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.08 |
| HSL | 298.13º | 0.91% | 0.48% | - |
| HSV(B) | 298.13º | 0.95% | 0.92% | - |
| XYZ | 47.11 | 22.73 | 80.5 | - |
| YUV | 101.42 | 203.39 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 235 | 0.03 | 0.95 | 0 | 0.08 | 298.13 | 0.91 | 0.48 |
| Hex | E4 | B | EB | 3 | 5F | 0 | 8 | 12A | 5B | 30 |
| Octal | 344 | 13 | 353 | 3 | 137 | 0 | 10 | 452 | 133 | 60 |
| Binary | 11100100 | 1011 | 11101011 | 11 | 1011111 | 0 | 1000 | 100101010 | 1011011 | 110000 |
Color Harmonies of #E40BEB
Complementary color
Monochromatic Colors of #E40BEB
Black with #E40BEB
Text Example
Text Example
White with #E40BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BEB; }
p { color: rgb(228,11,235); }
H1.HeaderClassName
{
color: #E40BEB;
}
.AnyTagClassName
{
color: #E40BEB;
}
</style>
background-color css
<style>
a { background-color: #E40BEB; }
a { background-color: rgb(228,11,235); }
div.DivClassName
{
background-color: #E40BEB;
}
.BgClassName
{
background-color: #E40BEB;
}
</style>
border-color css
<style>
span { border-color: #E40BEB; }
span { border-color: rgb(228,11,235); }
td.TdClassName
{
border-color: #E40BEB;
}
.TagClassName
{
border-color: #E40BEB;
}
</style>