Shades of Psychedelic Purple #E70BE6
Tints of Psychedelic Purple #E70BE6
RGB
CMYK
RGB Variations
Color information
#E70BE6 (or 0xE70BE6) is known color: Psychedelic Purple. HEX triplet: E7, 0B and E6. RGB value is (231,11,230). Sum of RGB (Red+Green+Blue) = 231+11+230=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70BE6 is #18F419. Grayscale: #656565. Windows color (decimal): -1635354 or 15076327. OLE color: 15076327.
HSL color Cylindrical-coordinate representation of color #E70BE6: hue angle of 300.27º 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 #E70BE6 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 230 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.09 |
| HSL | 300.27º | 0.91% | 0.47% | - |
| HSV(B) | 300.27º | 0.95% | 0.91% | - |
| XYZ | 47.36 | 22.94 | 76.8 | - |
| YUV | 101.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 230 | 0 | 0.95 | 0.00 | 0.09 | 300.27 | 0.91 | 0.47 |
| Hex | E7 | B | E6 | 0 | 5F | 0 | 9 | 12C | 5B | 2F |
| Octal | 347 | 13 | 346 | 0 | 137 | 0 | 11 | 454 | 133 | 57 |
| Binary | 11100111 | 1011 | 11100110 | 0 | 1011111 | 0 | 1001 | 100101100 | 1011011 | 101111 |
Color Harmonies of #E70BE6
Complementary color
Monochromatic Colors of #E70BE6
Black with #E70BE6
Text Example
Text Example
White with #E70BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BE6; }
p { color: rgb(231,11,230); }
H1.HeaderClassName
{
color: #E70BE6;
}
.AnyTagClassName
{
color: #E70BE6;
}
</style>
background-color css
<style>
a { background-color: #E70BE6; }
a { background-color: rgb(231,11,230); }
div.DivClassName
{
background-color: #E70BE6;
}
.BgClassName
{
background-color: #E70BE6;
}
</style>
border-color css
<style>
span { border-color: #E70BE6; }
span { border-color: rgb(231,11,230); }
td.TdClassName
{
border-color: #E70BE6;
}
.TagClassName
{
border-color: #E70BE6;
}
</style>