Shades of Psychedelic Purple #E70FED
Tints of Psychedelic Purple #E70FED
RGB
CMYK
RGB Variations
Color information
#E70FED (or 0xE70FED) is known color: Psychedelic Purple. HEX triplet: E7, 0F and ED. RGB value is (231,15,237). Sum of RGB (Red+Green+Blue) = 231+15+237=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E70FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FED is #18F012. Grayscale: #686868. Windows color (decimal): -1634323 or 15536103. OLE color: 15536103.
HSL color Cylindrical-coordinate representation of color #E70FED: hue angle of 298.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FED is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 15 | 237 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.07 |
| HSL | 298.38º | 0.88% | 0.49% | - |
| HSV(B) | 298.38º | 0.94% | 0.93% | - |
| XYZ | 48.41 | 23.45 | 82.09 | - |
| YUV | 104.89 | 202.56 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 237 | 0.03 | 0.94 | 0 | 0.07 | 298.38 | 0.88 | 0.49 |
| Hex | E7 | F | ED | 3 | 5E | 0 | 7 | 12A | 58 | 31 |
| Octal | 347 | 17 | 355 | 3 | 136 | 0 | 7 | 452 | 130 | 61 |
| Binary | 11100111 | 1111 | 11101101 | 11 | 1011110 | 0 | 111 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E70FED
Complementary color
Monochromatic Colors of #E70FED
Black with #E70FED
Text Example
Text Example
White with #E70FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FED; }
p { color: rgb(231,15,237); }
H1.HeaderClassName
{
color: #E70FED;
}
.AnyTagClassName
{
color: #E70FED;
}
</style>
background-color css
<style>
a { background-color: #E70FED; }
a { background-color: rgb(231,15,237); }
div.DivClassName
{
background-color: #E70FED;
}
.BgClassName
{
background-color: #E70FED;
}
</style>
border-color css
<style>
span { border-color: #E70FED; }
span { border-color: rgb(231,15,237); }
td.TdClassName
{
border-color: #E70FED;
}
.TagClassName
{
border-color: #E70FED;
}
</style>