Shades of Psychedelic Purple #E70DF9
Tints of Psychedelic Purple #E70DF9
RGB
CMYK
RGB Variations
Color information
#E70DF9 (or 0xE70DF9) is known color: Psychedelic Purple. HEX triplet: E7, 0D and F9. RGB value is (231,13,249). Sum of RGB (Red+Green+Blue) = 231+13+249=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #E70DF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70DF9 is #18F206. Grayscale: #686868. Windows color (decimal): -1634823 or 16322023. OLE color: 16322023.
HSL color Cylindrical-coordinate representation of color #E70DF9: hue angle of 295.42º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70DF9 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 13 | 249 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.02 |
| HSL | 295.42º | 0.95% | 0.51% | - |
| HSV(B) | 295.42º | 0.95% | 0.98% | - |
| XYZ | 50.2 | 24.12 | 91.63 | - |
| YUV | 105.09 | 209.22 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 249 | 0.07 | 0.95 | 0 | 0.02 | 295.42 | 0.95 | 0.51 |
| Hex | E7 | D | F9 | 7 | 5F | 0 | 2 | 127 | 5F | 33 |
| Octal | 347 | 15 | 371 | 7 | 137 | 0 | 2 | 447 | 137 | 63 |
| Binary | 11100111 | 1101 | 11111001 | 111 | 1011111 | 0 | 10 | 100100111 | 1011111 | 110011 |
Color Harmonies of #E70DF9
Complementary color
Monochromatic Colors of #E70DF9
Black with #E70DF9
Text Example
Text Example
White with #E70DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DF9; }
p { color: rgb(231,13,249); }
H1.HeaderClassName
{
color: #E70DF9;
}
.AnyTagClassName
{
color: #E70DF9;
}
</style>
background-color css
<style>
a { background-color: #E70DF9; }
a { background-color: rgb(231,13,249); }
div.DivClassName
{
background-color: #E70DF9;
}
.BgClassName
{
background-color: #E70DF9;
}
</style>
border-color css
<style>
span { border-color: #E70DF9; }
span { border-color: rgb(231,13,249); }
td.TdClassName
{
border-color: #E70DF9;
}
.TagClassName
{
border-color: #E70DF9;
}
</style>