Shades of Psychedelic Purple #E80DEE
Tints of Psychedelic Purple #E80DEE
RGB
CMYK
RGB Variations
Color information
#E80DEE (or 0xE80DEE) is known color: Psychedelic Purple. HEX triplet: E8, 0D and EE. RGB value is (232,13,238). Sum of RGB (Red+Green+Blue) = 232+13+238=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #E80DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DEE is #17F211. Grayscale: #676767. Windows color (decimal): -1569298 or 15601128. OLE color: 15601128.
HSL color Cylindrical-coordinate representation of color #E80DEE: hue angle of 298.4º 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 #E80DEE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 13 | 238 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 298.4º | 0.9% | 0.49% | - |
| HSV(B) | 298.4º | 0.95% | 0.93% | - |
| XYZ | 48.86 | 23.62 | 82.87 | - |
| YUV | 104.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 238 | 0.03 | 0.95 | 0 | 0.07 | 298.4 | 0.9 | 0.49 |
| Hex | E8 | D | EE | 3 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 350 | 15 | 356 | 3 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11101000 | 1101 | 11101110 | 11 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E80DEE
Complementary color
Monochromatic Colors of #E80DEE
Black with #E80DEE
Text Example
Text Example
White with #E80DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DEE; }
p { color: rgb(232,13,238); }
H1.HeaderClassName
{
color: #E80DEE;
}
.AnyTagClassName
{
color: #E80DEE;
}
</style>
background-color css
<style>
a { background-color: #E80DEE; }
a { background-color: rgb(232,13,238); }
div.DivClassName
{
background-color: #E80DEE;
}
.BgClassName
{
background-color: #E80DEE;
}
</style>
border-color css
<style>
span { border-color: #E80DEE; }
span { border-color: rgb(232,13,238); }
td.TdClassName
{
border-color: #E80DEE;
}
.TagClassName
{
border-color: #E80DEE;
}
</style>