Shades of Psychedelic Purple #E20CEB
Tints of Psychedelic Purple #E20CEB
RGB
CMYK
RGB Variations
Color information
#E20CEB (or 0xE20CEB) is known color: Psychedelic Purple. HEX triplet: E2, 0C and EB. RGB value is (226,12,235). Sum of RGB (Red+Green+Blue) = 226+12+235=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #E20CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CEB is #1DF314. Grayscale: #646464. Windows color (decimal): -1962773 or 15404258. OLE color: 15404258.
HSL color Cylindrical-coordinate representation of color #E20CEB: hue angle of 297.58º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CEB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 12 | 235 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.08 |
| HSL | 297.58º | 0.9% | 0.48% | - |
| HSV(B) | 297.58º | 0.95% | 0.92% | - |
| XYZ | 46.49 | 22.43 | 80.48 | - |
| YUV | 101.41 | 203.4 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 235 | 0.04 | 0.95 | 0 | 0.08 | 297.58 | 0.9 | 0.48 |
| Hex | E2 | C | EB | 4 | 5F | 0 | 8 | 12A | 5A | 30 |
| Octal | 342 | 14 | 353 | 4 | 137 | 0 | 10 | 452 | 132 | 60 |
| Binary | 11100010 | 1100 | 11101011 | 100 | 1011111 | 0 | 1000 | 100101010 | 1011010 | 110000 |
Color Harmonies of #E20CEB
Complementary color
Monochromatic Colors of #E20CEB
Black with #E20CEB
Text Example
Text Example
White with #E20CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CEB; }
p { color: rgb(226,12,235); }
H1.HeaderClassName
{
color: #E20CEB;
}
.AnyTagClassName
{
color: #E20CEB;
}
</style>
background-color css
<style>
a { background-color: #E20CEB; }
a { background-color: rgb(226,12,235); }
div.DivClassName
{
background-color: #E20CEB;
}
.BgClassName
{
background-color: #E20CEB;
}
</style>
border-color css
<style>
span { border-color: #E20CEB; }
span { border-color: rgb(226,12,235); }
td.TdClassName
{
border-color: #E20CEB;
}
.TagClassName
{
border-color: #E20CEB;
}
</style>