Shades of Psychedelic Purple #E70CEC
Tints of Psychedelic Purple #E70CEC
RGB
CMYK
RGB Variations
Color information
#E70CEC (or 0xE70CEC) is known color: Psychedelic Purple. HEX triplet: E7, 0C and EC. RGB value is (231,12,236). Sum of RGB (Red+Green+Blue) = 231+12+236=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #E70CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CEC is #18F313. Grayscale: #666666. Windows color (decimal): -1635092 or 15469799. OLE color: 15469799.
HSL color Cylindrical-coordinate representation of color #E70CEC: hue angle of 298.66º 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 #E70CEC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 12 | 236 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.07 |
| HSL | 298.66º | 0.9% | 0.49% | - |
| HSV(B) | 298.66º | 0.95% | 0.93% | - |
| XYZ | 48.23 | 23.31 | 81.31 | - |
| YUV | 103.02 | 203.05 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 236 | 0.02 | 0.95 | 0 | 0.07 | 298.66 | 0.9 | 0.49 |
| Hex | E7 | C | EC | 2 | 5F | 0 | 7 | 12B | 5A | 31 |
| Octal | 347 | 14 | 354 | 2 | 137 | 0 | 7 | 453 | 132 | 61 |
| Binary | 11100111 | 1100 | 11101100 | 10 | 1011111 | 0 | 111 | 100101011 | 1011010 | 110001 |
Color Harmonies of #E70CEC
Complementary color
Monochromatic Colors of #E70CEC
Black with #E70CEC
Text Example
Text Example
White with #E70CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CEC; }
p { color: rgb(231,12,236); }
H1.HeaderClassName
{
color: #E70CEC;
}
.AnyTagClassName
{
color: #E70CEC;
}
</style>
background-color css
<style>
a { background-color: #E70CEC; }
a { background-color: rgb(231,12,236); }
div.DivClassName
{
background-color: #E70CEC;
}
.BgClassName
{
background-color: #E70CEC;
}
</style>
border-color css
<style>
span { border-color: #E70CEC; }
span { border-color: rgb(231,12,236); }
td.TdClassName
{
border-color: #E70CEC;
}
.TagClassName
{
border-color: #E70CEC;
}
</style>