Shades of Psychedelic Purple #E70EF3
Tints of Psychedelic Purple #E70EF3
RGB
CMYK
RGB Variations
Color information
#E70EF3 (or 0xE70EF3) is known color: Psychedelic Purple. HEX triplet: E7, 0E and F3. RGB value is (231,14,243). Sum of RGB (Red+Green+Blue) = 231+14+243=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #E70EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70EF3 is #18F10C. Grayscale: #686868. Windows color (decimal): -1634573 or 15929063. OLE color: 15929063.
HSL color Cylindrical-coordinate representation of color #E70EF3: hue angle of 296.86º degrees, saturation: 0.91, 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 #E70EF3 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 14 | 243 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.05 |
| HSL | 296.86º | 0.91% | 0.5% | - |
| HSV(B) | 296.86º | 0.94% | 0.95% | - |
| XYZ | 49.29 | 23.77 | 86.79 | - |
| YUV | 104.99 | 205.89 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 243 | 0.05 | 0.94 | 0 | 0.05 | 296.86 | 0.91 | 0.5 |
| Hex | E7 | E | F3 | 5 | 5E | 0 | 5 | 129 | 5B | 32 |
| Octal | 347 | 16 | 363 | 5 | 136 | 0 | 5 | 451 | 133 | 62 |
| Binary | 11100111 | 1110 | 11110011 | 101 | 1011110 | 0 | 101 | 100101001 | 1011011 | 110010 |
Color Harmonies of #E70EF3
Complementary color
Monochromatic Colors of #E70EF3
Black with #E70EF3
Text Example
Text Example
White with #E70EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EF3; }
p { color: rgb(231,14,243); }
H1.HeaderClassName
{
color: #E70EF3;
}
.AnyTagClassName
{
color: #E70EF3;
}
</style>
background-color css
<style>
a { background-color: #E70EF3; }
a { background-color: rgb(231,14,243); }
div.DivClassName
{
background-color: #E70EF3;
}
.BgClassName
{
background-color: #E70EF3;
}
</style>
border-color css
<style>
span { border-color: #E70EF3; }
span { border-color: rgb(231,14,243); }
td.TdClassName
{
border-color: #E70EF3;
}
.TagClassName
{
border-color: #E70EF3;
}
</style>