Shades of Psychedelic Purple #E70DED
Tints of Psychedelic Purple #E70DED
RGB
CMYK
RGB Variations
Color information
#E70DED (or 0xE70DED) is known color: Psychedelic Purple. HEX triplet: E7, 0D and ED. RGB value is (231,13,237). Sum of RGB (Red+Green+Blue) = 231+13+237=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #E70DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70DED is #18F212. Grayscale: #676767. Windows color (decimal): -1634835 or 15535591. OLE color: 15535591.
HSL color Cylindrical-coordinate representation of color #E70DED: hue angle of 298.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70DED is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 13 | 237 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 298.39º | 0.9% | 0.49% | - |
| HSV(B) | 298.39º | 0.95% | 0.93% | - |
| XYZ | 48.38 | 23.39 | 82.09 | - |
| YUV | 103.72 | 203.22 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 237 | 0.03 | 0.95 | 0 | 0.07 | 298.39 | 0.9 | 0.49 |
| Hex | E7 | D | ED | 3 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 347 | 15 | 355 | 3 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100111 | 1101 | 11101101 | 11 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E70DED
Complementary color
Monochromatic Colors of #E70DED
Black with #E70DED
Text Example
Text Example
White with #E70DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DED; }
p { color: rgb(231,13,237); }
H1.HeaderClassName
{
color: #E70DED;
}
.AnyTagClassName
{
color: #E70DED;
}
</style>
background-color css
<style>
a { background-color: #E70DED; }
a { background-color: rgb(231,13,237); }
div.DivClassName
{
background-color: #E70DED;
}
.BgClassName
{
background-color: #E70DED;
}
</style>
border-color css
<style>
span { border-color: #E70DED; }
span { border-color: rgb(231,13,237); }
td.TdClassName
{
border-color: #E70DED;
}
.TagClassName
{
border-color: #E70DED;
}
</style>