Shades of Psychedelic Purple #E70BED
Tints of Psychedelic Purple #E70BED
RGB
CMYK
RGB Variations
Color information
#E70BED (or 0xE70BED) is known color: Psychedelic Purple. HEX triplet: E7, 0B and ED. RGB value is (231,11,237). Sum of RGB (Red+Green+Blue) = 231+11+237=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #E70BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70BED is #18F412. Grayscale: #656565. Windows color (decimal): -1635347 or 15535079. OLE color: 15535079.
HSL color Cylindrical-coordinate representation of color #E70BED: hue angle of 298.41º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BED is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 11 | 237 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 298.41º | 0.91% | 0.49% | - |
| HSV(B) | 298.41º | 0.95% | 0.93% | - |
| XYZ | 48.36 | 23.34 | 82.08 | - |
| YUV | 102.54 | 203.89 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 237 | 0.03 | 0.95 | 0 | 0.07 | 298.41 | 0.91 | 0.49 |
| Hex | E7 | B | ED | 3 | 5F | 0 | 7 | 12A | 5B | 31 |
| Octal | 347 | 13 | 355 | 3 | 137 | 0 | 7 | 452 | 133 | 61 |
| Binary | 11100111 | 1011 | 11101101 | 11 | 1011111 | 0 | 111 | 100101010 | 1011011 | 110001 |
Color Harmonies of #E70BED
Complementary color
Monochromatic Colors of #E70BED
Black with #E70BED
Text Example
Text Example
White with #E70BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BED; }
p { color: rgb(231,11,237); }
H1.HeaderClassName
{
color: #E70BED;
}
.AnyTagClassName
{
color: #E70BED;
}
</style>
background-color css
<style>
a { background-color: #E70BED; }
a { background-color: rgb(231,11,237); }
div.DivClassName
{
background-color: #E70BED;
}
.BgClassName
{
background-color: #E70BED;
}
</style>
border-color css
<style>
span { border-color: #E70BED; }
span { border-color: rgb(231,11,237); }
td.TdClassName
{
border-color: #E70BED;
}
.TagClassName
{
border-color: #E70BED;
}
</style>