Shades of Psychedelic Purple #E70BE4
Tints of Psychedelic Purple #E70BE4
RGB
CMYK
RGB Variations
Color information
#E70BE4 (or 0xE70BE4) is known color: Psychedelic Purple. HEX triplet: E7, 0B and E4. RGB value is (231,11,228). Sum of RGB (Red+Green+Blue) = 231+11+228=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BE4 is #18F41B. Grayscale: #646464. Windows color (decimal): -1635356 or 14945255. OLE color: 14945255.
HSL color Cylindrical-coordinate representation of color #E70BE4: hue angle of 300.82º 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 #E70BE4 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 228 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.09 |
| HSL | 300.82º | 0.91% | 0.47% | - |
| HSV(B) | 300.82º | 0.95% | 0.91% | - |
| XYZ | 47.08 | 22.83 | 75.32 | - |
| YUV | 101.52 | 199.39 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 228 | 0 | 0.95 | 0.01 | 0.09 | 300.82 | 0.91 | 0.47 |
| Hex | E7 | B | E4 | 0 | 5F | 1 | 9 | 12D | 5B | 2F |
| Octal | 347 | 13 | 344 | 0 | 137 | 1 | 11 | 455 | 133 | 57 |
| Binary | 11100111 | 1011 | 11100100 | 0 | 1011111 | 1 | 1001 | 100101101 | 1011011 | 101111 |
Color Harmonies of #E70BE4
Complementary color
Monochromatic Colors of #E70BE4
Black with #E70BE4
Text Example
Text Example
White with #E70BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BE4; }
p { color: rgb(231,11,228); }
H1.HeaderClassName
{
color: #E70BE4;
}
.AnyTagClassName
{
color: #E70BE4;
}
</style>
background-color css
<style>
a { background-color: #E70BE4; }
a { background-color: rgb(231,11,228); }
div.DivClassName
{
background-color: #E70BE4;
}
.BgClassName
{
background-color: #E70BE4;
}
</style>
border-color css
<style>
span { border-color: #E70BE4; }
span { border-color: rgb(231,11,228); }
td.TdClassName
{
border-color: #E70BE4;
}
.TagClassName
{
border-color: #E70BE4;
}
</style>