Shades of Psychedelic Purple #E810ED
Tints of Psychedelic Purple #E810ED
RGB
CMYK
RGB Variations
Color information
#E810ED (or 0xE810ED) is known color: Psychedelic Purple. HEX triplet: E8, 10 and ED. RGB value is (232,16,237). Sum of RGB (Red+Green+Blue) = 232+16+237=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E810ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810ED is #17EF12. Grayscale: #696969. Windows color (decimal): -1568531 or 15536360. OLE color: 15536360.
HSL color Cylindrical-coordinate representation of color #E810ED: hue angle of 298.64º 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 #E810ED is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 16 | 237 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.07 |
| HSL | 298.64º | 0.87% | 0.5% | - |
| HSV(B) | 298.64º | 0.93% | 0.93% | - |
| XYZ | 48.75 | 23.64 | 82.11 | - |
| YUV | 105.78 | 202.06 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 237 | 0.02 | 0.93 | 0 | 0.07 | 298.64 | 0.87 | 0.5 |
| Hex | E8 | 10 | ED | 2 | 5D | 0 | 7 | 12B | 57 | 32 |
| Octal | 350 | 20 | 355 | 2 | 135 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101000 | 10000 | 11101101 | 10 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #E810ED
Complementary color
Monochromatic Colors of #E810ED
Black with #E810ED
Text Example
Text Example
White with #E810ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810ED; }
p { color: rgb(232,16,237); }
H1.HeaderClassName
{
color: #E810ED;
}
.AnyTagClassName
{
color: #E810ED;
}
</style>
background-color css
<style>
a { background-color: #E810ED; }
a { background-color: rgb(232,16,237); }
div.DivClassName
{
background-color: #E810ED;
}
.BgClassName
{
background-color: #E810ED;
}
</style>
border-color css
<style>
span { border-color: #E810ED; }
span { border-color: rgb(232,16,237); }
td.TdClassName
{
border-color: #E810ED;
}
.TagClassName
{
border-color: #E810ED;
}
</style>