Shades of Psychedelic Purple #E403EB
Tints of Psychedelic Purple #E403EB
RGB
CMYK
RGB Variations
Color information
#E403EB (or 0xE403EB) is known color: Psychedelic Purple. HEX triplet: E4, 03 and EB. RGB value is (228,3,235). Sum of RGB (Red+Green+Blue) = 228+3+235=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #E403EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403EB is #1BFC14. Grayscale: #606060. Windows color (decimal): -1834005 or 15401956. OLE color: 15401956.
HSL color Cylindrical-coordinate representation of color #E403EB: hue angle of 298.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403EB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 3 | 235 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.08 |
| HSL | 298.19º | 0.97% | 0.47% | - |
| HSV(B) | 298.19º | 0.99% | 0.92% | - |
| XYZ | 47.02 | 22.56 | 80.47 | - |
| YUV | 96.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 235 | 0.03 | 0.99 | 0 | 0.08 | 298.19 | 0.97 | 0.47 |
| Hex | E4 | 3 | EB | 3 | 63 | 0 | 8 | 12A | 61 | 2F |
| Octal | 344 | 3 | 353 | 3 | 143 | 0 | 10 | 452 | 141 | 57 |
| Binary | 11100100 | 11 | 11101011 | 11 | 1100011 | 0 | 1000 | 100101010 | 1100001 | 101111 |
Color Harmonies of #E403EB
Complementary color
Monochromatic Colors of #E403EB
Black with #E403EB
Text Example
Text Example
White with #E403EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403EB; }
p { color: rgb(228,3,235); }
H1.HeaderClassName
{
color: #E403EB;
}
.AnyTagClassName
{
color: #E403EB;
}
</style>
background-color css
<style>
a { background-color: #E403EB; }
a { background-color: rgb(228,3,235); }
div.DivClassName
{
background-color: #E403EB;
}
.BgClassName
{
background-color: #E403EB;
}
</style>
border-color css
<style>
span { border-color: #E403EB; }
span { border-color: rgb(228,3,235); }
td.TdClassName
{
border-color: #E403EB;
}
.TagClassName
{
border-color: #E403EB;
}
</style>