Shades of Psychedelic Purple #E431FB
Tints of Psychedelic Purple #E431FB
RGB
CMYK
RGB Variations
Color information
#E431FB (or 0xE431FB) is known color: Psychedelic Purple. HEX triplet: E4, 31 and FB. RGB value is (228,49,251). Sum of RGB (Red+Green+Blue) = 228+49+251=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #E431FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E431FB is #1BCE04. Grayscale: #7C7C7C. Windows color (decimal): -1822213 or 16462308. OLE color: 16462308.
HSL color Cylindrical-coordinate representation of color #E431FB: hue angle of 293.17º 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 #E431FB is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 49 | 251 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.02 |
| HSL | 293.17º | 0.96% | 0.59% | - |
| HSV(B) | 293.17º | 0.8% | 0.98% | - |
| XYZ | 50.51 | 25.66 | 93.56 | - |
| YUV | 125.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 251 | 0.09 | 0.80 | 0 | 0.02 | 293.17 | 0.96 | 0.59 |
| Hex | E4 | 31 | FB | 9 | 50 | 0 | 2 | 125 | 60 | 3B |
| Octal | 344 | 61 | 373 | 11 | 120 | 0 | 2 | 445 | 140 | 73 |
| Binary | 11100100 | 110001 | 11111011 | 1001 | 1010000 | 0 | 10 | 100100101 | 1100000 | 111011 |
Color Harmonies of #E431FB
Complementary color
Monochromatic Colors of #E431FB
Black with #E431FB
Text Example
Text Example
White with #E431FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E431FB; }
p { color: rgb(228,49,251); }
H1.HeaderClassName
{
color: #E431FB;
}
.AnyTagClassName
{
color: #E431FB;
}
</style>
background-color css
<style>
a { background-color: #E431FB; }
a { background-color: rgb(228,49,251); }
div.DivClassName
{
background-color: #E431FB;
}
.BgClassName
{
background-color: #E431FB;
}
</style>
border-color css
<style>
span { border-color: #E431FB; }
span { border-color: rgb(228,49,251); }
td.TdClassName
{
border-color: #E431FB;
}
.TagClassName
{
border-color: #E431FB;
}
</style>