Shades of Psychedelic Purple #E810EE
Tints of Psychedelic Purple #E810EE
RGB
CMYK
RGB Variations
Color information
#E810EE (or 0xE810EE) is known color: Psychedelic Purple. HEX triplet: E8, 10 and EE. RGB value is (232,16,238). Sum of RGB (Red+Green+Blue) = 232+16+238=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #E810EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810EE is #17EF11. Grayscale: #696969. Windows color (decimal): -1568530 or 15601896. OLE color: 15601896.
HSL color Cylindrical-coordinate representation of color #E810EE: hue angle of 298.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E810EE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 16 | 238 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.07 |
| HSL | 298.38º | 0.87% | 0.5% | - |
| HSV(B) | 298.38º | 0.93% | 0.93% | - |
| XYZ | 48.9 | 23.7 | 82.89 | - |
| YUV | 105.89 | 202.56 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 238 | 0.03 | 0.93 | 0 | 0.07 | 298.38 | 0.87 | 0.5 |
| Hex | E8 | 10 | EE | 3 | 5D | 0 | 7 | 12A | 57 | 32 |
| Octal | 350 | 20 | 356 | 3 | 135 | 0 | 7 | 452 | 127 | 62 |
| Binary | 11101000 | 10000 | 11101110 | 11 | 1011101 | 0 | 111 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E810EE
Complementary color
Monochromatic Colors of #E810EE
Black with #E810EE
Text Example
Text Example
White with #E810EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810EE; }
p { color: rgb(232,16,238); }
H1.HeaderClassName
{
color: #E810EE;
}
.AnyTagClassName
{
color: #E810EE;
}
</style>
background-color css
<style>
a { background-color: #E810EE; }
a { background-color: rgb(232,16,238); }
div.DivClassName
{
background-color: #E810EE;
}
.BgClassName
{
background-color: #E810EE;
}
</style>
border-color css
<style>
span { border-color: #E810EE; }
span { border-color: rgb(232,16,238); }
td.TdClassName
{
border-color: #E810EE;
}
.TagClassName
{
border-color: #E810EE;
}
</style>