Shades of Psychedelic Purple #E710EE
Tints of Psychedelic Purple #E710EE
RGB
CMYK
RGB Variations
Color information
#E710EE (or 0xE710EE) is known color: Psychedelic Purple. HEX triplet: E7, 10 and EE. RGB value is (231,16,238). Sum of RGB (Red+Green+Blue) = 231+16+238=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #E710EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710EE is #18EF11. Grayscale: #686868. Windows color (decimal): -1634066 or 15601895. OLE color: 15601895.
HSL color Cylindrical-coordinate representation of color #E710EE: hue angle of 298.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E710EE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 16 | 238 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.07 |
| HSL | 298.11º | 0.87% | 0.5% | - |
| HSV(B) | 298.11º | 0.93% | 0.93% | - |
| XYZ | 48.57 | 23.53 | 82.87 | - |
| YUV | 105.59 | 202.73 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 238 | 0.03 | 0.93 | 0 | 0.07 | 298.11 | 0.87 | 0.5 |
| Hex | E7 | 10 | EE | 3 | 5D | 0 | 7 | 12A | 57 | 32 |
| Octal | 347 | 20 | 356 | 3 | 135 | 0 | 7 | 452 | 127 | 62 |
| Binary | 11100111 | 10000 | 11101110 | 11 | 1011101 | 0 | 111 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E710EE
Complementary color
Monochromatic Colors of #E710EE
Black with #E710EE
Text Example
Text Example
White with #E710EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710EE; }
p { color: rgb(231,16,238); }
H1.HeaderClassName
{
color: #E710EE;
}
.AnyTagClassName
{
color: #E710EE;
}
</style>
background-color css
<style>
a { background-color: #E710EE; }
a { background-color: rgb(231,16,238); }
div.DivClassName
{
background-color: #E710EE;
}
.BgClassName
{
background-color: #E710EE;
}
</style>
border-color css
<style>
span { border-color: #E710EE; }
span { border-color: rgb(231,16,238); }
td.TdClassName
{
border-color: #E710EE;
}
.TagClassName
{
border-color: #E710EE;
}
</style>