Shades of Psychedelic Purple #E70AF2
Tints of Psychedelic Purple #E70AF2
RGB
CMYK
RGB Variations
Color information
#E70AF2 (or 0xE70AF2) is known color: Psychedelic Purple. HEX triplet: E7, 0A and F2. RGB value is (231,10,242). Sum of RGB (Red+Green+Blue) = 231+10+242=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #E70AF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AF2 is #18F50D. Grayscale: #656565. Windows color (decimal): -1635598 or 15862503. OLE color: 15862503.
HSL color Cylindrical-coordinate representation of color #E70AF2: hue angle of 297.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AF2 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 10 | 242 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.05 |
| HSL | 297.16º | 0.92% | 0.49% | - |
| HSV(B) | 297.16º | 0.96% | 0.95% | - |
| XYZ | 49.09 | 23.62 | 85.98 | - |
| YUV | 102.53 | 206.72 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 242 | 0.05 | 0.96 | 0 | 0.05 | 297.16 | 0.92 | 0.49 |
| Hex | E7 | A | F2 | 5 | 60 | 0 | 5 | 129 | 5C | 31 |
| Octal | 347 | 12 | 362 | 5 | 140 | 0 | 5 | 451 | 134 | 61 |
| Binary | 11100111 | 1010 | 11110010 | 101 | 1100000 | 0 | 101 | 100101001 | 1011100 | 110001 |
Color Harmonies of #E70AF2
Complementary color
Monochromatic Colors of #E70AF2
Black with #E70AF2
Text Example
Text Example
White with #E70AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70AF2; }
p { color: rgb(231,10,242); }
H1.HeaderClassName
{
color: #E70AF2;
}
.AnyTagClassName
{
color: #E70AF2;
}
</style>
background-color css
<style>
a { background-color: #E70AF2; }
a { background-color: rgb(231,10,242); }
div.DivClassName
{
background-color: #E70AF2;
}
.BgClassName
{
background-color: #E70AF2;
}
</style>
border-color css
<style>
span { border-color: #E70AF2; }
span { border-color: rgb(231,10,242); }
td.TdClassName
{
border-color: #E70AF2;
}
.TagClassName
{
border-color: #E70AF2;
}
</style>