Shades of Psychedelic Purple #E20BE3
Tints of Psychedelic Purple #E20BE3
RGB
CMYK
RGB Variations
Color information
#E20BE3 (or 0xE20BE3) is known color: Psychedelic Purple. HEX triplet: E2, 0B and E3. RGB value is (226,11,227). Sum of RGB (Red+Green+Blue) = 226+11+227=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #E20BE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BE3 is #1DF41C. Grayscale: #636363. Windows color (decimal): -1963037 or 14879714. OLE color: 14879714.
HSL color Cylindrical-coordinate representation of color #E20BE3: hue angle of 299.72º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BE3 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 227 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.11 |
| HSL | 299.72º | 0.91% | 0.47% | - |
| HSV(B) | 299.72º | 0.95% | 0.89% | - |
| XYZ | 45.35 | 21.95 | 74.52 | - |
| YUV | 99.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 227 | 0.00 | 0.95 | 0 | 0.11 | 299.72 | 0.91 | 0.47 |
| Hex | E2 | B | E3 | 0 | 5F | 0 | B | 12C | 5B | 2F |
| Octal | 342 | 13 | 343 | 0 | 137 | 0 | 13 | 454 | 133 | 57 |
| Binary | 11100010 | 1011 | 11100011 | 0 | 1011111 | 0 | 1011 | 100101100 | 1011011 | 101111 |
Color Harmonies of #E20BE3
Complementary color
Monochromatic Colors of #E20BE3
Black with #E20BE3
Text Example
Text Example
White with #E20BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BE3; }
p { color: rgb(226,11,227); }
H1.HeaderClassName
{
color: #E20BE3;
}
.AnyTagClassName
{
color: #E20BE3;
}
</style>
background-color css
<style>
a { background-color: #E20BE3; }
a { background-color: rgb(226,11,227); }
div.DivClassName
{
background-color: #E20BE3;
}
.BgClassName
{
background-color: #E20BE3;
}
</style>
border-color css
<style>
span { border-color: #E20BE3; }
span { border-color: rgb(226,11,227); }
td.TdClassName
{
border-color: #E20BE3;
}
.TagClassName
{
border-color: #E20BE3;
}
</style>