Shades of Psychedelic Purple #E919FB
Tints of Psychedelic Purple #E919FB
RGB
CMYK
RGB Variations
Color information
#E919FB (or 0xE919FB) is known color: Psychedelic Purple. HEX triplet: E9, 19 and FB. RGB value is (233,25,251). Sum of RGB (Red+Green+Blue) = 233+25+251=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #E919FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919FB is #16E604. Grayscale: #707070. Windows color (decimal): -1500677 or 16456169. OLE color: 16456169.
HSL color Cylindrical-coordinate representation of color #E919FB: hue angle of 295.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E919FB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 25 | 251 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.02 |
| HSL | 295.22º | 0.97% | 0.54% | - |
| HSV(B) | 295.22º | 0.9% | 0.98% | - |
| XYZ | 51.36 | 24.98 | 93.38 | - |
| YUV | 112.96 | 205.91 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 251 | 0.07 | 0.90 | 0 | 0.02 | 295.22 | 0.97 | 0.54 |
| Hex | E9 | 19 | FB | 7 | 5A | 0 | 2 | 127 | 61 | 36 |
| Octal | 351 | 31 | 373 | 7 | 132 | 0 | 2 | 447 | 141 | 66 |
| Binary | 11101001 | 11001 | 11111011 | 111 | 1011010 | 0 | 10 | 100100111 | 1100001 | 110110 |
Color Harmonies of #E919FB
Complementary color
Monochromatic Colors of #E919FB
Black with #E919FB
Text Example
Text Example
White with #E919FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919FB; }
p { color: rgb(233,25,251); }
H1.HeaderClassName
{
color: #E919FB;
}
.AnyTagClassName
{
color: #E919FB;
}
</style>
background-color css
<style>
a { background-color: #E919FB; }
a { background-color: rgb(233,25,251); }
div.DivClassName
{
background-color: #E919FB;
}
.BgClassName
{
background-color: #E919FB;
}
</style>
border-color css
<style>
span { border-color: #E919FB; }
span { border-color: rgb(233,25,251); }
td.TdClassName
{
border-color: #E919FB;
}
.TagClassName
{
border-color: #E919FB;
}
</style>