Shades of Psychedelic Purple #E70EFA
Tints of Psychedelic Purple #E70EFA
RGB
CMYK
RGB Variations
Color information
#E70EFA (or 0xE70EFA) is known color: Psychedelic Purple. HEX triplet: E7, 0E and FA. RGB value is (231,14,250). Sum of RGB (Red+Green+Blue) = 231+14+250=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #E70EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70EFA is #18F105. Grayscale: #696969. Windows color (decimal): -1634566 or 16387815. OLE color: 16387815.
HSL color Cylindrical-coordinate representation of color #E70EFA: hue angle of 295.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70EFA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 14 | 250 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.02 |
| HSL | 295.17º | 0.96% | 0.52% | - |
| HSV(B) | 295.17º | 0.94% | 0.98% | - |
| XYZ | 50.37 | 24.21 | 92.46 | - |
| YUV | 105.79 | 209.39 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 250 | 0.08 | 0.94 | 0 | 0.02 | 295.17 | 0.96 | 0.52 |
| Hex | E7 | E | FA | 8 | 5E | 0 | 2 | 127 | 60 | 34 |
| Octal | 347 | 16 | 372 | 10 | 136 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11100111 | 1110 | 11111010 | 1000 | 1011110 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E70EFA
Complementary color
Monochromatic Colors of #E70EFA
Black with #E70EFA
Text Example
Text Example
White with #E70EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EFA; }
p { color: rgb(231,14,250); }
H1.HeaderClassName
{
color: #E70EFA;
}
.AnyTagClassName
{
color: #E70EFA;
}
</style>
background-color css
<style>
a { background-color: #E70EFA; }
a { background-color: rgb(231,14,250); }
div.DivClassName
{
background-color: #E70EFA;
}
.BgClassName
{
background-color: #E70EFA;
}
</style>
border-color css
<style>
span { border-color: #E70EFA; }
span { border-color: rgb(231,14,250); }
td.TdClassName
{
border-color: #E70EFA;
}
.TagClassName
{
border-color: #E70EFA;
}
</style>