Shades of Psychedelic Purple #E70EE2
Tints of Psychedelic Purple #E70EE2
RGB
CMYK
RGB Variations
Color information
#E70EE2 (or 0xE70EE2) is known color: Psychedelic Purple. HEX triplet: E7, 0E and E2. RGB value is (231,14,226). Sum of RGB (Red+Green+Blue) = 231+14+226=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EE2 is #18F11D. Grayscale: #666666. Windows color (decimal): -1634590 or 14814951. OLE color: 14814951.
HSL color Cylindrical-coordinate representation of color #E70EE2: hue angle of 301.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70EE2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 226 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.09 |
| HSL | 301.38º | 0.89% | 0.48% | - |
| HSV(B) | 301.38º | 0.94% | 0.91% | - |
| XYZ | 46.84 | 22.79 | 73.88 | - |
| YUV | 103.05 | 197.39 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 226 | 0 | 0.94 | 0.02 | 0.09 | 301.38 | 0.89 | 0.48 |
| Hex | E7 | E | E2 | 0 | 5E | 2 | 9 | 12D | 59 | 30 |
| Octal | 347 | 16 | 342 | 0 | 136 | 2 | 11 | 455 | 131 | 60 |
| Binary | 11100111 | 1110 | 11100010 | 0 | 1011110 | 10 | 1001 | 100101101 | 1011001 | 110000 |
Color Harmonies of #E70EE2
Complementary color
Monochromatic Colors of #E70EE2
Black with #E70EE2
Text Example
Text Example
White with #E70EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70EE2; }
p { color: rgb(231,14,226); }
H1.HeaderClassName
{
color: #E70EE2;
}
.AnyTagClassName
{
color: #E70EE2;
}
</style>
background-color css
<style>
a { background-color: #E70EE2; }
a { background-color: rgb(231,14,226); }
div.DivClassName
{
background-color: #E70EE2;
}
.BgClassName
{
background-color: #E70EE2;
}
</style>
border-color css
<style>
span { border-color: #E70EE2; }
span { border-color: rgb(231,14,226); }
td.TdClassName
{
border-color: #E70EE2;
}
.TagClassName
{
border-color: #E70EE2;
}
</style>