Shades of Psychedelic Purple #E70FFF
Tints of Psychedelic Purple #E70FFF
RGB
CMYK
RGB Variations
Color information
#E70FFF (or 0xE70FFF) is known color: Psychedelic Purple. HEX triplet: E7, 0F and FF. RGB value is (231,15,255). Sum of RGB (Red+Green+Blue) = 231+15+255=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E70FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FFF is #18F000. Grayscale: #6A6A6A. Windows color (decimal): -1634305 or 16715751. OLE color: 16715751.
HSL color Cylindrical-coordinate representation of color #E70FFF: hue angle of 294º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FFF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 15 | 255 | - |
| CMYK | 0.09 | 0.94 | 0 | 0 |
| HSL | 294º | 1% | 0.53% | - |
| HSV(B) | 294º | 0.94% | 1% | - |
| XYZ | 51.18 | 24.55 | 96.65 | - |
| YUV | 106.94 | 211.56 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 255 | 0.09 | 0.94 | 0 | 0 | 294 | 1 | 0.53 |
| Hex | E7 | F | FF | 9 | 5E | 0 | 0 | 126 | 64 | 35 |
| Octal | 347 | 17 | 377 | 11 | 136 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11100111 | 1111 | 11111111 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E70FFF
Complementary color
Monochromatic Colors of #E70FFF
Black with #E70FFF
Text Example
Text Example
White with #E70FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FFF; }
p { color: rgb(231,15,255); }
H1.HeaderClassName
{
color: #E70FFF;
}
.AnyTagClassName
{
color: #E70FFF;
}
</style>
background-color css
<style>
a { background-color: #E70FFF; }
a { background-color: rgb(231,15,255); }
div.DivClassName
{
background-color: #E70FFF;
}
.BgClassName
{
background-color: #E70FFF;
}
</style>
border-color css
<style>
span { border-color: #E70FFF; }
span { border-color: rgb(231,15,255); }
td.TdClassName
{
border-color: #E70FFF;
}
.TagClassName
{
border-color: #E70FFF;
}
</style>