Shades of Psychedelic Purple #E70EF0
Tints of Psychedelic Purple #E70EF0
RGB
CMYK
RGB Variations
Color information
#E70EF0 (or 0xE70EF0) is known color: Psychedelic Purple. HEX triplet: E7, 0E and F0. RGB value is (231,14,240). Sum of RGB (Red+Green+Blue) = 231+14+240=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #E70EF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70EF0 is #18F10F. Grayscale: #676767. Windows color (decimal): -1634576 or 15732455. OLE color: 15732455.
HSL color Cylindrical-coordinate representation of color #E70EF0: hue angle of 297.61º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70EF0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 14 | 240 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.06 |
| HSL | 297.61º | 0.89% | 0.5% | - |
| HSV(B) | 297.61º | 0.94% | 0.94% | - |
| XYZ | 48.84 | 23.59 | 84.42 | - |
| YUV | 104.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 240 | 0.04 | 0.94 | 0 | 0.06 | 297.61 | 0.89 | 0.5 |
| Hex | E7 | E | F0 | 4 | 5E | 0 | 6 | 12A | 59 | 32 |
| Octal | 347 | 16 | 360 | 4 | 136 | 0 | 6 | 452 | 131 | 62 |
| Binary | 11100111 | 1110 | 11110000 | 100 | 1011110 | 0 | 110 | 100101010 | 1011001 | 110010 |
Color Harmonies of #E70EF0
Complementary color
Monochromatic Colors of #E70EF0
Black with #E70EF0
Text Example
Text Example
White with #E70EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EF0; }
p { color: rgb(231,14,240); }
H1.HeaderClassName
{
color: #E70EF0;
}
.AnyTagClassName
{
color: #E70EF0;
}
</style>
background-color css
<style>
a { background-color: #E70EF0; }
a { background-color: rgb(231,14,240); }
div.DivClassName
{
background-color: #E70EF0;
}
.BgClassName
{
background-color: #E70EF0;
}
</style>
border-color css
<style>
span { border-color: #E70EF0; }
span { border-color: rgb(231,14,240); }
td.TdClassName
{
border-color: #E70EF0;
}
.TagClassName
{
border-color: #E70EF0;
}
</style>