Shades of Psychedelic Purple #E70FF2
Tints of Psychedelic Purple #E70FF2
RGB
CMYK
RGB Variations
Color information
#E70FF2 (or 0xE70FF2) is known color: Psychedelic Purple. HEX triplet: E7, 0F and F2. RGB value is (231,15,242). Sum of RGB (Red+Green+Blue) = 231+15+242=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #E70FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FF2 is #18F00D. Grayscale: #686868. Windows color (decimal): -1634318 or 15863783. OLE color: 15863783.
HSL color Cylindrical-coordinate representation of color #E70FF2: hue angle of 297.09º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FF2 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 15 | 242 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.05 |
| HSL | 297.09º | 0.9% | 0.5% | - |
| HSV(B) | 297.09º | 0.94% | 0.95% | - |
| XYZ | 49.15 | 23.74 | 86 | - |
| YUV | 105.46 | 205.06 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 242 | 0.05 | 0.94 | 0 | 0.05 | 297.09 | 0.9 | 0.5 |
| Hex | E7 | F | F2 | 5 | 5E | 0 | 5 | 129 | 5A | 32 |
| Octal | 347 | 17 | 362 | 5 | 136 | 0 | 5 | 451 | 132 | 62 |
| Binary | 11100111 | 1111 | 11110010 | 101 | 1011110 | 0 | 101 | 100101001 | 1011010 | 110010 |
Color Harmonies of #E70FF2
Complementary color
Monochromatic Colors of #E70FF2
Black with #E70FF2
Text Example
Text Example
White with #E70FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FF2; }
p { color: rgb(231,15,242); }
H1.HeaderClassName
{
color: #E70FF2;
}
.AnyTagClassName
{
color: #E70FF2;
}
</style>
background-color css
<style>
a { background-color: #E70FF2; }
a { background-color: rgb(231,15,242); }
div.DivClassName
{
background-color: #E70FF2;
}
.BgClassName
{
background-color: #E70FF2;
}
</style>
border-color css
<style>
span { border-color: #E70FF2; }
span { border-color: rgb(231,15,242); }
td.TdClassName
{
border-color: #E70FF2;
}
.TagClassName
{
border-color: #E70FF2;
}
</style>