Shades of Psychedelic Purple #E716FB
Tints of Psychedelic Purple #E716FB
RGB
CMYK
RGB Variations
Color information
#E716FB (or 0xE716FB) is known color: Psychedelic Purple. HEX triplet: E7, 16 and FB. RGB value is (231,22,251). Sum of RGB (Red+Green+Blue) = 231+22+251=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #E716FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716FB is #18E904. Grayscale: #6D6D6D. Windows color (decimal): -1632517 or 16455399. OLE color: 16455399.
HSL color Cylindrical-coordinate representation of color #E716FB: hue angle of 294.76º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716FB is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 22 | 251 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.02 |
| HSL | 294.76º | 0.97% | 0.54% | - |
| HSV(B) | 294.76º | 0.91% | 0.98% | - |
| XYZ | 50.65 | 24.53 | 93.33 | - |
| YUV | 110.6 | 207.24 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 251 | 0.08 | 0.91 | 0 | 0.02 | 294.76 | 0.97 | 0.54 |
| Hex | E7 | 16 | FB | 8 | 5B | 0 | 2 | 127 | 61 | 36 |
| Octal | 347 | 26 | 373 | 10 | 133 | 0 | 2 | 447 | 141 | 66 |
| Binary | 11100111 | 10110 | 11111011 | 1000 | 1011011 | 0 | 10 | 100100111 | 1100001 | 110110 |
Color Harmonies of #E716FB
Complementary color
Monochromatic Colors of #E716FB
Black with #E716FB
Text Example
Text Example
White with #E716FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716FB; }
p { color: rgb(231,22,251); }
H1.HeaderClassName
{
color: #E716FB;
}
.AnyTagClassName
{
color: #E716FB;
}
</style>
background-color css
<style>
a { background-color: #E716FB; }
a { background-color: rgb(231,22,251); }
div.DivClassName
{
background-color: #E716FB;
}
.BgClassName
{
background-color: #E716FB;
}
</style>
border-color css
<style>
span { border-color: #E716FB; }
span { border-color: rgb(231,22,251); }
td.TdClassName
{
border-color: #E716FB;
}
.TagClassName
{
border-color: #E716FB;
}
</style>