Shades of Psychedelic Purple #E70BE3
Tints of Psychedelic Purple #E70BE3
RGB
CMYK
RGB Variations
Color information
#E70BE3 (or 0xE70BE3) is known color: Psychedelic Purple. HEX triplet: E7, 0B and E3. RGB value is (231,11,227). Sum of RGB (Red+Green+Blue) = 231+11+227=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BE3 is #18F41C. Grayscale: #646464. Windows color (decimal): -1635357 or 14879719. OLE color: 14879719.
HSL color Cylindrical-coordinate representation of color #E70BE3: hue angle of 301.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BE3 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 227 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.09 |
| HSL | 301.09º | 0.91% | 0.47% | - |
| HSV(B) | 301.09º | 0.95% | 0.91% | - |
| XYZ | 46.94 | 22.77 | 74.59 | - |
| YUV | 101.4 | 198.89 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 227 | 0 | 0.95 | 0.02 | 0.09 | 301.09 | 0.91 | 0.47 |
| Hex | E7 | B | E3 | 0 | 5F | 2 | 9 | 12D | 5B | 2F |
| Octal | 347 | 13 | 343 | 0 | 137 | 2 | 11 | 455 | 133 | 57 |
| Binary | 11100111 | 1011 | 11100011 | 0 | 1011111 | 10 | 1001 | 100101101 | 1011011 | 101111 |
Color Harmonies of #E70BE3
Complementary color
Monochromatic Colors of #E70BE3
Black with #E70BE3
Text Example
Text Example
White with #E70BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BE3; }
p { color: rgb(231,11,227); }
H1.HeaderClassName
{
color: #E70BE3;
}
.AnyTagClassName
{
color: #E70BE3;
}
</style>
background-color css
<style>
a { background-color: #E70BE3; }
a { background-color: rgb(231,11,227); }
div.DivClassName
{
background-color: #E70BE3;
}
.BgClassName
{
background-color: #E70BE3;
}
</style>
border-color css
<style>
span { border-color: #E70BE3; }
span { border-color: rgb(231,11,227); }
td.TdClassName
{
border-color: #E70BE3;
}
.TagClassName
{
border-color: #E70BE3;
}
</style>