Shades of Psychedelic Purple #E705F8
Tints of Psychedelic Purple #E705F8
RGB
CMYK
RGB Variations
Color information
#E705F8 (or 0xE705F8) is known color: Psychedelic Purple. HEX triplet: E7, 05 and F8. RGB value is (231,5,248). Sum of RGB (Red+Green+Blue) = 231+5+248=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #E705F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705F8 is #18FA07. Grayscale: #636363. Windows color (decimal): -1636872 or 16254439. OLE color: 16254439.
HSL color Cylindrical-coordinate representation of color #E705F8: hue angle of 295.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705F8 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 5 | 248 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.03 |
| HSL | 295.8º | 0.96% | 0.5% | - |
| HSV(B) | 295.8º | 0.98% | 0.97% | - |
| XYZ | 49.95 | 23.87 | 90.78 | - |
| YUV | 100.28 | 211.37 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 248 | 0.07 | 0.98 | 0 | 0.03 | 295.8 | 0.96 | 0.5 |
| Hex | E7 | 5 | F8 | 7 | 62 | 0 | 3 | 128 | 60 | 32 |
| Octal | 347 | 5 | 370 | 7 | 142 | 0 | 3 | 450 | 140 | 62 |
| Binary | 11100111 | 101 | 11111000 | 111 | 1100010 | 0 | 11 | 100101000 | 1100000 | 110010 |
Color Harmonies of #E705F8
Complementary color
Monochromatic Colors of #E705F8
Black with #E705F8
Text Example
Text Example
White with #E705F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705F8; }
p { color: rgb(231,5,248); }
H1.HeaderClassName
{
color: #E705F8;
}
.AnyTagClassName
{
color: #E705F8;
}
</style>
background-color css
<style>
a { background-color: #E705F8; }
a { background-color: rgb(231,5,248); }
div.DivClassName
{
background-color: #E705F8;
}
.BgClassName
{
background-color: #E705F8;
}
</style>
border-color css
<style>
span { border-color: #E705F8; }
span { border-color: rgb(231,5,248); }
td.TdClassName
{
border-color: #E705F8;
}
.TagClassName
{
border-color: #E705F8;
}
</style>