Shades of Psychedelic Purple #E914FB
Tints of Psychedelic Purple #E914FB
RGB
CMYK
RGB Variations
Color information
#E914FB (or 0xE914FB) is known color: Psychedelic Purple. HEX triplet: E9, 14 and FB. RGB value is (233,20,251). Sum of RGB (Red+Green+Blue) = 233+20+251=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 20 (8.20% from 255 or 3.97% 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 #E914FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914FB is #16EB04. Grayscale: #6D6D6D. Windows color (decimal): -1501957 or 16454889. OLE color: 16454889.
HSL color Cylindrical-coordinate representation of color #E914FB: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E914FB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 20 | 251 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.02 |
| HSL | 295.32º | 0.97% | 0.53% | - |
| HSV(B) | 295.32º | 0.92% | 0.98% | - |
| XYZ | 51.27 | 24.79 | 93.35 | - |
| YUV | 110.02 | 207.57 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 251 | 0.07 | 0.92 | 0 | 0.02 | 295.32 | 0.97 | 0.53 |
| Hex | E9 | 14 | FB | 7 | 5C | 0 | 2 | 127 | 61 | 35 |
| Octal | 351 | 24 | 373 | 7 | 134 | 0 | 2 | 447 | 141 | 65 |
| Binary | 11101001 | 10100 | 11111011 | 111 | 1011100 | 0 | 10 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E914FB
Complementary color
Monochromatic Colors of #E914FB
Black with #E914FB
Text Example
Text Example
White with #E914FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914FB; }
p { color: rgb(233,20,251); }
H1.HeaderClassName
{
color: #E914FB;
}
.AnyTagClassName
{
color: #E914FB;
}
</style>
background-color css
<style>
a { background-color: #E914FB; }
a { background-color: rgb(233,20,251); }
div.DivClassName
{
background-color: #E914FB;
}
.BgClassName
{
background-color: #E914FB;
}
</style>
border-color css
<style>
span { border-color: #E914FB; }
span { border-color: rgb(233,20,251); }
td.TdClassName
{
border-color: #E914FB;
}
.TagClassName
{
border-color: #E914FB;
}
</style>