Shades of Psychedelic Purple #E708FF
Tints of Psychedelic Purple #E708FF
RGB
CMYK
RGB Variations
Color information
#E708FF (or 0xE708FF) is known color: Psychedelic Purple. HEX triplet: E7, 08 and FF. RGB value is (231,8,255). Sum of RGB (Red+Green+Blue) = 231+8+255=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 8 (3.52% from 255 or 1.62% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E708FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E708FF is #18F700. Grayscale: #666666. Windows color (decimal): -1636097 or 16713959. OLE color: 16713959.
HSL color Cylindrical-coordinate representation of color #E708FF: hue angle of 294.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708FF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 8 | 255 | - |
| CMYK | 0.09 | 0.97 | 0 | 0 |
| HSL | 294.17º | 1% | 0.52% | - |
| HSV(B) | 294.17º | 0.97% | 1% | - |
| XYZ | 51.09 | 24.38 | 96.62 | - |
| YUV | 102.84 | 213.88 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 255 | 0.09 | 0.97 | 0 | 0 | 294.17 | 1 | 0.52 |
| Hex | E7 | 8 | FF | 9 | 61 | 0 | 0 | 126 | 64 | 34 |
| Octal | 347 | 10 | 377 | 11 | 141 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11100111 | 1000 | 11111111 | 1001 | 1100001 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E708FF
Complementary color
Monochromatic Colors of #E708FF
Black with #E708FF
Text Example
Text Example
White with #E708FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708FF; }
p { color: rgb(231,8,255); }
H1.HeaderClassName
{
color: #E708FF;
}
.AnyTagClassName
{
color: #E708FF;
}
</style>
background-color css
<style>
a { background-color: #E708FF; }
a { background-color: rgb(231,8,255); }
div.DivClassName
{
background-color: #E708FF;
}
.BgClassName
{
background-color: #E708FF;
}
</style>
border-color css
<style>
span { border-color: #E708FF; }
span { border-color: rgb(231,8,255); }
td.TdClassName
{
border-color: #E708FF;
}
.TagClassName
{
border-color: #E708FF;
}
</style>