Shades of Psychedelic Purple #E81EEB
Tints of Psychedelic Purple #E81EEB
RGB
CMYK
RGB Variations
Color information
#E81EEB (or 0xE81EEB) is known color: Psychedelic Purple. HEX triplet: E8, 1E and EB. RGB value is (232,30,235). Sum of RGB (Red+Green+Blue) = 232+30+235=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #E81EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81EEB is #17E114. Grayscale: #717171. Windows color (decimal): -1564949 or 15408872. OLE color: 15408872.
HSL color Cylindrical-coordinate representation of color #E81EEB: hue angle of 299.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81EEB is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 30 | 235 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.08 |
| HSL | 299.12º | 0.84% | 0.52% | - |
| HSV(B) | 299.12º | 0.87% | 0.92% | - |
| XYZ | 48.74 | 24.08 | 80.68 | - |
| YUV | 113.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 235 | 0.01 | 0.87 | 0 | 0.08 | 299.12 | 0.84 | 0.52 |
| Hex | E8 | 1E | EB | 1 | 57 | 0 | 8 | 12B | 54 | 34 |
| Octal | 350 | 36 | 353 | 1 | 127 | 0 | 10 | 453 | 124 | 64 |
| Binary | 11101000 | 11110 | 11101011 | 1 | 1010111 | 0 | 1000 | 100101011 | 1010100 | 110100 |
Color Harmonies of #E81EEB
Complementary color
Monochromatic Colors of #E81EEB
Black with #E81EEB
Text Example
Text Example
White with #E81EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EEB; }
p { color: rgb(232,30,235); }
H1.HeaderClassName
{
color: #E81EEB;
}
.AnyTagClassName
{
color: #E81EEB;
}
</style>
background-color css
<style>
a { background-color: #E81EEB; }
a { background-color: rgb(232,30,235); }
div.DivClassName
{
background-color: #E81EEB;
}
.BgClassName
{
background-color: #E81EEB;
}
</style>
border-color css
<style>
span { border-color: #E81EEB; }
span { border-color: rgb(232,30,235); }
td.TdClassName
{
border-color: #E81EEB;
}
.TagClassName
{
border-color: #E81EEB;
}
</style>