Shades of Psychedelic Purple #E705F6
Tints of Psychedelic Purple #E705F6
RGB
CMYK
RGB Variations
Color information
#E705F6 (or 0xE705F6) is known color: Psychedelic Purple. HEX triplet: E7, 05 and F6. RGB value is (231,5,246). Sum of RGB (Red+Green+Blue) = 231+5+246=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #E705F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705F6 is #18FA09. Grayscale: #636363. Windows color (decimal): -1636874 or 16123367. OLE color: 16123367.
HSL color Cylindrical-coordinate representation of color #E705F6: hue angle of 296.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705F6 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 5 | 246 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.04 |
| HSL | 296.27º | 0.96% | 0.49% | - |
| HSV(B) | 296.27º | 0.98% | 0.96% | - |
| XYZ | 49.64 | 23.75 | 89.16 | - |
| YUV | 100.05 | 210.37 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 246 | 0.06 | 0.98 | 0 | 0.04 | 296.27 | 0.96 | 0.49 |
| Hex | E7 | 5 | F6 | 6 | 62 | 0 | 4 | 128 | 60 | 31 |
| Octal | 347 | 5 | 366 | 6 | 142 | 0 | 4 | 450 | 140 | 61 |
| Binary | 11100111 | 101 | 11110110 | 110 | 1100010 | 0 | 100 | 100101000 | 1100000 | 110001 |
Color Harmonies of #E705F6
Complementary color
Monochromatic Colors of #E705F6
Black with #E705F6
Text Example
Text Example
White with #E705F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705F6; }
p { color: rgb(231,5,246); }
H1.HeaderClassName
{
color: #E705F6;
}
.AnyTagClassName
{
color: #E705F6;
}
</style>
background-color css
<style>
a { background-color: #E705F6; }
a { background-color: rgb(231,5,246); }
div.DivClassName
{
background-color: #E705F6;
}
.BgClassName
{
background-color: #E705F6;
}
</style>
border-color css
<style>
span { border-color: #E705F6; }
span { border-color: rgb(231,5,246); }
td.TdClassName
{
border-color: #E705F6;
}
.TagClassName
{
border-color: #E705F6;
}
</style>