Shades of Psychedelic Purple #E20EEB
Tints of Psychedelic Purple #E20EEB
RGB
CMYK
RGB Variations
Color information
#E20EEB (or 0xE20EEB) is known color: Psychedelic Purple. HEX triplet: E2, 0E and EB. RGB value is (226,14,235). Sum of RGB (Red+Green+Blue) = 226+14+235=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #E20EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EEB is #1DF114. Grayscale: #656565. Windows color (decimal): -1962261 or 15404770. OLE color: 15404770.
HSL color Cylindrical-coordinate representation of color #E20EEB: hue angle of 297.56º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EEB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 14 | 235 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.08 |
| HSL | 297.56º | 0.89% | 0.49% | - |
| HSV(B) | 297.56º | 0.94% | 0.92% | - |
| XYZ | 46.52 | 22.48 | 80.48 | - |
| YUV | 102.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 235 | 0.04 | 0.94 | 0 | 0.08 | 297.56 | 0.89 | 0.49 |
| Hex | E2 | E | EB | 4 | 5E | 0 | 8 | 12A | 59 | 31 |
| Octal | 342 | 16 | 353 | 4 | 136 | 0 | 10 | 452 | 131 | 61 |
| Binary | 11100010 | 1110 | 11101011 | 100 | 1011110 | 0 | 1000 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E20EEB
Complementary color
Monochromatic Colors of #E20EEB
Black with #E20EEB
Text Example
Text Example
White with #E20EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EEB; }
p { color: rgb(226,14,235); }
H1.HeaderClassName
{
color: #E20EEB;
}
.AnyTagClassName
{
color: #E20EEB;
}
</style>
background-color css
<style>
a { background-color: #E20EEB; }
a { background-color: rgb(226,14,235); }
div.DivClassName
{
background-color: #E20EEB;
}
.BgClassName
{
background-color: #E20EEB;
}
</style>
border-color css
<style>
span { border-color: #E20EEB; }
span { border-color: rgb(226,14,235); }
td.TdClassName
{
border-color: #E20EEB;
}
.TagClassName
{
border-color: #E20EEB;
}
</style>