Shades of Psychedelic Purple #E70CED
Tints of Psychedelic Purple #E70CED
RGB
CMYK
RGB Variations
Color information
#E70CED (or 0xE70CED) is known color: Psychedelic Purple. HEX triplet: E7, 0C and ED. RGB value is (231,12,237). Sum of RGB (Red+Green+Blue) = 231+12+237=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #E70CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CED is #18F312. Grayscale: #666666. Windows color (decimal): -1635091 or 15535335. OLE color: 15535335.
HSL color Cylindrical-coordinate representation of color #E70CED: hue angle of 298.4º 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 #E70CED is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 12 | 237 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 298.4º | 0.9% | 0.49% | - |
| HSV(B) | 298.4º | 0.95% | 0.93% | - |
| XYZ | 48.37 | 23.37 | 82.08 | - |
| YUV | 103.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 237 | 0.03 | 0.95 | 0 | 0.07 | 298.4 | 0.9 | 0.49 |
| Hex | E7 | C | ED | 3 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 347 | 14 | 355 | 3 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100111 | 1100 | 11101101 | 11 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E70CED
Complementary color
Monochromatic Colors of #E70CED
Black with #E70CED
Text Example
Text Example
White with #E70CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CED; }
p { color: rgb(231,12,237); }
H1.HeaderClassName
{
color: #E70CED;
}
.AnyTagClassName
{
color: #E70CED;
}
</style>
background-color css
<style>
a { background-color: #E70CED; }
a { background-color: rgb(231,12,237); }
div.DivClassName
{
background-color: #E70CED;
}
.BgClassName
{
background-color: #E70CED;
}
</style>
border-color css
<style>
span { border-color: #E70CED; }
span { border-color: rgb(231,12,237); }
td.TdClassName
{
border-color: #E70CED;
}
.TagClassName
{
border-color: #E70CED;
}
</style>