Shades of Psychedelic Purple #E40DEE
Tints of Psychedelic Purple #E40DEE
RGB
CMYK
RGB Variations
Color information
#E40DEE (or 0xE40DEE) is known color: Psychedelic Purple. HEX triplet: E4, 0D and EE. RGB value is (228,13,238). Sum of RGB (Red+Green+Blue) = 228+13+238=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #E40DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DEE is #1BF211. Grayscale: #666666. Windows color (decimal): -1831442 or 15601124. OLE color: 15601124.
HSL color Cylindrical-coordinate representation of color #E40DEE: hue angle of 297.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40DEE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 13 | 238 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.07 |
| HSL | 297.33º | 0.9% | 0.49% | - |
| HSV(B) | 297.33º | 0.95% | 0.93% | - |
| XYZ | 47.57 | 22.95 | 82.81 | - |
| YUV | 102.94 | 204.23 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 238 | 0.04 | 0.95 | 0 | 0.07 | 297.33 | 0.9 | 0.49 |
| Hex | E4 | D | EE | 4 | 5F | 0 | 7 | 129 | 5A | 31 |
| Octal | 344 | 15 | 356 | 4 | 137 | 0 | 7 | 451 | 132 | 61 |
| Binary | 11100100 | 1101 | 11101110 | 100 | 1011111 | 0 | 111 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E40DEE
Complementary color
Monochromatic Colors of #E40DEE
Black with #E40DEE
Text Example
Text Example
White with #E40DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DEE; }
p { color: rgb(228,13,238); }
H1.HeaderClassName
{
color: #E40DEE;
}
.AnyTagClassName
{
color: #E40DEE;
}
</style>
background-color css
<style>
a { background-color: #E40DEE; }
a { background-color: rgb(228,13,238); }
div.DivClassName
{
background-color: #E40DEE;
}
.BgClassName
{
background-color: #E40DEE;
}
</style>
border-color css
<style>
span { border-color: #E40DEE; }
span { border-color: rgb(228,13,238); }
td.TdClassName
{
border-color: #E40DEE;
}
.TagClassName
{
border-color: #E40DEE;
}
</style>