Shades of Psychedelic Purple #E40EEB
Tints of Psychedelic Purple #E40EEB
RGB
CMYK
RGB Variations
Color information
#E40EEB (or 0xE40EEB) is known color: Psychedelic Purple. HEX triplet: E4, 0E and EB. RGB value is (228,14,235). Sum of RGB (Red+Green+Blue) = 228+14+235=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #E40EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EEB is #1BF114. Grayscale: #666666. Windows color (decimal): -1831189 or 15404772. OLE color: 15404772.
HSL color Cylindrical-coordinate representation of color #E40EEB: hue angle of 298.1º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EEB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 14 | 235 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 298.1º | 0.89% | 0.49% | - |
| HSV(B) | 298.1º | 0.94% | 0.92% | - |
| XYZ | 47.15 | 22.81 | 80.51 | - |
| YUV | 103.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 235 | 0.03 | 0.94 | 0 | 0.08 | 298.1 | 0.89 | 0.49 |
| Hex | E4 | E | EB | 3 | 5E | 0 | 8 | 12A | 59 | 31 |
| Octal | 344 | 16 | 353 | 3 | 136 | 0 | 10 | 452 | 131 | 61 |
| Binary | 11100100 | 1110 | 11101011 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E40EEB
Complementary color
Monochromatic Colors of #E40EEB
Black with #E40EEB
Text Example
Text Example
White with #E40EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EEB; }
p { color: rgb(228,14,235); }
H1.HeaderClassName
{
color: #E40EEB;
}
.AnyTagClassName
{
color: #E40EEB;
}
</style>
background-color css
<style>
a { background-color: #E40EEB; }
a { background-color: rgb(228,14,235); }
div.DivClassName
{
background-color: #E40EEB;
}
.BgClassName
{
background-color: #E40EEB;
}
</style>
border-color css
<style>
span { border-color: #E40EEB; }
span { border-color: rgb(228,14,235); }
td.TdClassName
{
border-color: #E40EEB;
}
.TagClassName
{
border-color: #E40EEB;
}
</style>