Shades of Psychedelic Purple #E70BFF
Tints of Psychedelic Purple #E70BFF
RGB
CMYK
RGB Variations
Color information
#E70BFF (or 0xE70BFF) is known color: Psychedelic Purple. HEX triplet: E7, 0B and FF. RGB value is (231,11,255). Sum of RGB (Red+Green+Blue) = 231+11+255=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E70BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70BFF is #18F400. Grayscale: #676767. Windows color (decimal): -1635329 or 16714727. OLE color: 16714727.
HSL color Cylindrical-coordinate representation of color #E70BFF: hue angle of 294.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70BFF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 11 | 255 | - |
| CMYK | 0.09 | 0.96 | 0 | 0 |
| HSL | 294.1º | 1% | 0.52% | - |
| HSV(B) | 294.1º | 0.96% | 1% | - |
| XYZ | 51.12 | 24.45 | 96.63 | - |
| YUV | 104.6 | 212.89 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 255 | 0.09 | 0.96 | 0 | 0 | 294.1 | 1 | 0.52 |
| Hex | E7 | B | FF | 9 | 60 | 0 | 0 | 126 | 64 | 34 |
| Octal | 347 | 13 | 377 | 11 | 140 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11100111 | 1011 | 11111111 | 1001 | 1100000 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E70BFF
Complementary color
Monochromatic Colors of #E70BFF
Black with #E70BFF
Text Example
Text Example
White with #E70BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BFF; }
p { color: rgb(231,11,255); }
H1.HeaderClassName
{
color: #E70BFF;
}
.AnyTagClassName
{
color: #E70BFF;
}
</style>
background-color css
<style>
a { background-color: #E70BFF; }
a { background-color: rgb(231,11,255); }
div.DivClassName
{
background-color: #E70BFF;
}
.BgClassName
{
background-color: #E70BFF;
}
</style>
border-color css
<style>
span { border-color: #E70BFF; }
span { border-color: rgb(231,11,255); }
td.TdClassName
{
border-color: #E70BFF;
}
.TagClassName
{
border-color: #E70BFF;
}
</style>