Shades of Psychedelic Purple #E70FE3
Tints of Psychedelic Purple #E70FE3
RGB
CMYK
RGB Variations
Color information
#E70FE3 (or 0xE70FE3) is known color: Psychedelic Purple. HEX triplet: E7, 0F and E3. RGB value is (231,15,227). Sum of RGB (Red+Green+Blue) = 231+15+227=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FE3 is #18F01C. Grayscale: #676767. Windows color (decimal): -1634333 or 14880743. OLE color: 14880743.
HSL color Cylindrical-coordinate representation of color #E70FE3: hue angle of 301.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FE3 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 227 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.09 |
| HSL | 301.11º | 0.88% | 0.48% | - |
| HSV(B) | 301.11º | 0.94% | 0.91% | - |
| XYZ | 46.99 | 22.88 | 74.61 | - |
| YUV | 103.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 227 | 0 | 0.94 | 0.02 | 0.09 | 301.11 | 0.88 | 0.48 |
| Hex | E7 | F | E3 | 0 | 5E | 2 | 9 | 12D | 58 | 30 |
| Octal | 347 | 17 | 343 | 0 | 136 | 2 | 11 | 455 | 130 | 60 |
| Binary | 11100111 | 1111 | 11100011 | 0 | 1011110 | 10 | 1001 | 100101101 | 1011000 | 110000 |
Color Harmonies of #E70FE3
Complementary color
Monochromatic Colors of #E70FE3
Black with #E70FE3
Text Example
Text Example
White with #E70FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FE3; }
p { color: rgb(231,15,227); }
H1.HeaderClassName
{
color: #E70FE3;
}
.AnyTagClassName
{
color: #E70FE3;
}
</style>
background-color css
<style>
a { background-color: #E70FE3; }
a { background-color: rgb(231,15,227); }
div.DivClassName
{
background-color: #E70FE3;
}
.BgClassName
{
background-color: #E70FE3;
}
</style>
border-color css
<style>
span { border-color: #E70FE3; }
span { border-color: rgb(231,15,227); }
td.TdClassName
{
border-color: #E70FE3;
}
.TagClassName
{
border-color: #E70FE3;
}
</style>