Shades of Psychedelic Purple #E70AFB
Tints of Psychedelic Purple #E70AFB
RGB
CMYK
RGB Variations
Color information
#E70AFB (or 0xE70AFB) is known color: Psychedelic Purple. HEX triplet: E7, 0A and FB. RGB value is (231,10,251). Sum of RGB (Red+Green+Blue) = 231+10+251=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 10 (4.30% from 255 or 2.03% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #E70AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AFB is #18F504. Grayscale: #666666. Windows color (decimal): -1635589 or 16452327. OLE color: 16452327.
HSL color Cylindrical-coordinate representation of color #E70AFB: hue angle of 295.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AFB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 10 | 251 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.02 |
| HSL | 295.02º | 0.97% | 0.51% | - |
| HSV(B) | 295.02º | 0.96% | 0.98% | - |
| XYZ | 50.48 | 24.17 | 93.27 | - |
| YUV | 103.55 | 211.22 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 251 | 0.08 | 0.96 | 0 | 0.02 | 295.02 | 0.97 | 0.51 |
| Hex | E7 | A | FB | 8 | 60 | 0 | 2 | 127 | 61 | 33 |
| Octal | 347 | 12 | 373 | 10 | 140 | 0 | 2 | 447 | 141 | 63 |
| Binary | 11100111 | 1010 | 11111011 | 1000 | 1100000 | 0 | 10 | 100100111 | 1100001 | 110011 |
Color Harmonies of #E70AFB
Complementary color
Monochromatic Colors of #E70AFB
Black with #E70AFB
Text Example
Text Example
White with #E70AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70AFB; }
p { color: rgb(231,10,251); }
H1.HeaderClassName
{
color: #E70AFB;
}
.AnyTagClassName
{
color: #E70AFB;
}
</style>
background-color css
<style>
a { background-color: #E70AFB; }
a { background-color: rgb(231,10,251); }
div.DivClassName
{
background-color: #E70AFB;
}
.BgClassName
{
background-color: #E70AFB;
}
</style>
border-color css
<style>
span { border-color: #E70AFB; }
span { border-color: rgb(231,10,251); }
td.TdClassName
{
border-color: #E70AFB;
}
.TagClassName
{
border-color: #E70AFB;
}
</style>