Shades of Psychedelic Purple #E631FB
Tints of Psychedelic Purple #E631FB
RGB
CMYK
RGB Variations
Color information
#E631FB (or 0xE631FB) is known color: Psychedelic Purple. HEX triplet: E6, 31 and FB. RGB value is (230,49,251). Sum of RGB (Red+Green+Blue) = 230+49+251=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 49 (19.53% from 255 or 9.25% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #E631FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E631FB is #19CE04. Grayscale: #7D7D7D. Windows color (decimal): -1691141 or 16462310. OLE color: 16462310.
HSL color Cylindrical-coordinate representation of color #E631FB: hue angle of 293.76º 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 #E631FB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 49 | 251 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.02 |
| HSL | 293.76º | 0.96% | 0.59% | - |
| HSV(B) | 293.76º | 0.8% | 0.98% | - |
| XYZ | 51.14 | 25.98 | 93.59 | - |
| YUV | 126.15 | 198.47 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 251 | 0.08 | 0.80 | 0 | 0.02 | 293.76 | 0.96 | 0.59 |
| Hex | E6 | 31 | FB | 8 | 50 | 0 | 2 | 126 | 60 | 3B |
| Octal | 346 | 61 | 373 | 10 | 120 | 0 | 2 | 446 | 140 | 73 |
| Binary | 11100110 | 110001 | 11111011 | 1000 | 1010000 | 0 | 10 | 100100110 | 1100000 | 111011 |
Color Harmonies of #E631FB
Complementary color
Monochromatic Colors of #E631FB
Black with #E631FB
Text Example
Text Example
White with #E631FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631FB; }
p { color: rgb(230,49,251); }
H1.HeaderClassName
{
color: #E631FB;
}
.AnyTagClassName
{
color: #E631FB;
}
</style>
background-color css
<style>
a { background-color: #E631FB; }
a { background-color: rgb(230,49,251); }
div.DivClassName
{
background-color: #E631FB;
}
.BgClassName
{
background-color: #E631FB;
}
</style>
border-color css
<style>
span { border-color: #E631FB; }
span { border-color: rgb(230,49,251); }
td.TdClassName
{
border-color: #E631FB;
}
.TagClassName
{
border-color: #E631FB;
}
</style>