Shades of Psychedelic Purple #E731FB
Tints of Psychedelic Purple #E731FB
RGB
CMYK
RGB Variations
Color information
#E731FB (or 0xE731FB) is known color: Psychedelic Purple. HEX triplet: E7, 31 and FB. RGB value is (231,49,251). Sum of RGB (Red+Green+Blue) = 231+49+251=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 49 (19.53% from 255 or 9.23% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #E731FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731FB is #18CE04. Grayscale: #7D7D7D. Windows color (decimal): -1625605 or 16462311. OLE color: 16462311.
HSL color Cylindrical-coordinate representation of color #E731FB: hue angle of 294.06º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E731FB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 49 | 251 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 294.06º | 0.96% | 0.59% | - |
| HSV(B) | 294.06º | 0.8% | 0.98% | - |
| XYZ | 51.47 | 26.15 | 93.6 | - |
| YUV | 126.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 251 | 0.08 | 0.80 | 0 | 0.02 | 294.06 | 0.96 | 0.59 |
| Hex | E7 | 31 | FB | 8 | 50 | 0 | 2 | 126 | 60 | 3B |
| Octal | 347 | 61 | 373 | 10 | 120 | 0 | 2 | 446 | 140 | 73 |
| Binary | 11100111 | 110001 | 11111011 | 1000 | 1010000 | 0 | 10 | 100100110 | 1100000 | 111011 |
Color Harmonies of #E731FB
Complementary color
Monochromatic Colors of #E731FB
Black with #E731FB
Text Example
Text Example
White with #E731FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731FB; }
p { color: rgb(231,49,251); }
H1.HeaderClassName
{
color: #E731FB;
}
.AnyTagClassName
{
color: #E731FB;
}
</style>
background-color css
<style>
a { background-color: #E731FB; }
a { background-color: rgb(231,49,251); }
div.DivClassName
{
background-color: #E731FB;
}
.BgClassName
{
background-color: #E731FB;
}
</style>
border-color css
<style>
span { border-color: #E731FB; }
span { border-color: rgb(231,49,251); }
td.TdClassName
{
border-color: #E731FB;
}
.TagClassName
{
border-color: #E731FB;
}
</style>