Shades of Psychedelic Purple #E708EE
Tints of Psychedelic Purple #E708EE
RGB
CMYK
RGB Variations
Color information
#E708EE (or 0xE708EE) is known color: Psychedelic Purple. HEX triplet: E7, 08 and EE. RGB value is (231,8,238). Sum of RGB (Red+Green+Blue) = 231+8+238=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 8 (3.52% from 255 or 1.68% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E708EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E708EE is #18F711. Grayscale: #646464. Windows color (decimal): -1636114 or 15599847. OLE color: 15599847.
HSL color Cylindrical-coordinate representation of color #E708EE: hue angle of 298.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708EE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 8 | 238 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.07 |
| HSL | 298.17º | 0.93% | 0.48% | - |
| HSV(B) | 298.17º | 0.97% | 0.93% | - |
| XYZ | 48.47 | 23.34 | 82.84 | - |
| YUV | 100.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 238 | 0.03 | 0.97 | 0 | 0.07 | 298.17 | 0.93 | 0.48 |
| Hex | E7 | 8 | EE | 3 | 61 | 0 | 7 | 12A | 5D | 30 |
| Octal | 347 | 10 | 356 | 3 | 141 | 0 | 7 | 452 | 135 | 60 |
| Binary | 11100111 | 1000 | 11101110 | 11 | 1100001 | 0 | 111 | 100101010 | 1011101 | 110000 |
Color Harmonies of #E708EE
Complementary color
Monochromatic Colors of #E708EE
Black with #E708EE
Text Example
Text Example
White with #E708EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708EE; }
p { color: rgb(231,8,238); }
H1.HeaderClassName
{
color: #E708EE;
}
.AnyTagClassName
{
color: #E708EE;
}
</style>
background-color css
<style>
a { background-color: #E708EE; }
a { background-color: rgb(231,8,238); }
div.DivClassName
{
background-color: #E708EE;
}
.BgClassName
{
background-color: #E708EE;
}
</style>
border-color css
<style>
span { border-color: #E708EE; }
span { border-color: rgb(231,8,238); }
td.TdClassName
{
border-color: #E708EE;
}
.TagClassName
{
border-color: #E708EE;
}
</style>