Shades of Psychedelic Purple #E708F2
Tints of Psychedelic Purple #E708F2
RGB
CMYK
RGB Variations
Color information
#E708F2 (or 0xE708F2) is known color: Psychedelic Purple. HEX triplet: E7, 08 and F2. RGB value is (231,8,242). Sum of RGB (Red+Green+Blue) = 231+8+242=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #E708F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E708F2 is #18F70D. Grayscale: #646464. Windows color (decimal): -1636110 or 15861991. OLE color: 15861991.
HSL color Cylindrical-coordinate representation of color #E708F2: hue angle of 297.18º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708F2 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 8 | 242 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.05 |
| HSL | 297.18º | 0.94% | 0.49% | - |
| HSV(B) | 297.18º | 0.97% | 0.95% | - |
| XYZ | 49.07 | 23.57 | 85.97 | - |
| YUV | 101.35 | 207.38 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 242 | 0.05 | 0.97 | 0 | 0.05 | 297.18 | 0.94 | 0.49 |
| Hex | E7 | 8 | F2 | 5 | 61 | 0 | 5 | 129 | 5E | 31 |
| Octal | 347 | 10 | 362 | 5 | 141 | 0 | 5 | 451 | 136 | 61 |
| Binary | 11100111 | 1000 | 11110010 | 101 | 1100001 | 0 | 101 | 100101001 | 1011110 | 110001 |
Color Harmonies of #E708F2
Complementary color
Monochromatic Colors of #E708F2
Black with #E708F2
Text Example
Text Example
White with #E708F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708F2; }
p { color: rgb(231,8,242); }
H1.HeaderClassName
{
color: #E708F2;
}
.AnyTagClassName
{
color: #E708F2;
}
</style>
background-color css
<style>
a { background-color: #E708F2; }
a { background-color: rgb(231,8,242); }
div.DivClassName
{
background-color: #E708F2;
}
.BgClassName
{
background-color: #E708F2;
}
</style>
border-color css
<style>
span { border-color: #E708F2; }
span { border-color: rgb(231,8,242); }
td.TdClassName
{
border-color: #E708F2;
}
.TagClassName
{
border-color: #E708F2;
}
</style>