Shades of Psychedelic Purple #E708E4
Tints of Psychedelic Purple #E708E4
RGB
CMYK
RGB Variations
Color information
#E708E4 (or 0xE708E4) is known color: Psychedelic Purple. HEX triplet: E7, 08 and E4. RGB value is (231,8,228). Sum of RGB (Red+Green+Blue) = 231+8+228=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E708E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708E4 is #18F71B. Grayscale: #636363. Windows color (decimal): -1636124 or 14944487. OLE color: 14944487.
HSL color Cylindrical-coordinate representation of color #E708E4: hue angle of 300.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708E4 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 228 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.09 |
| HSL | 300.81º | 0.93% | 0.47% | - |
| HSV(B) | 300.81º | 0.97% | 0.91% | - |
| XYZ | 47.05 | 22.76 | 75.31 | - |
| YUV | 99.76 | 200.38 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 228 | 0 | 0.97 | 0.01 | 0.09 | 300.81 | 0.93 | 0.47 |
| Hex | E7 | 8 | E4 | 0 | 61 | 1 | 9 | 12D | 5D | 2F |
| Octal | 347 | 10 | 344 | 0 | 141 | 1 | 11 | 455 | 135 | 57 |
| Binary | 11100111 | 1000 | 11100100 | 0 | 1100001 | 1 | 1001 | 100101101 | 1011101 | 101111 |
Color Harmonies of #E708E4
Complementary color
Monochromatic Colors of #E708E4
Black with #E708E4
Text Example
Text Example
White with #E708E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708E4; }
p { color: rgb(231,8,228); }
H1.HeaderClassName
{
color: #E708E4;
}
.AnyTagClassName
{
color: #E708E4;
}
</style>
background-color css
<style>
a { background-color: #E708E4; }
a { background-color: rgb(231,8,228); }
div.DivClassName
{
background-color: #E708E4;
}
.BgClassName
{
background-color: #E708E4;
}
</style>
border-color css
<style>
span { border-color: #E708E4; }
span { border-color: rgb(231,8,228); }
td.TdClassName
{
border-color: #E708E4;
}
.TagClassName
{
border-color: #E708E4;
}
</style>