Shades of Psychedelic Purple #E92BEF
Tints of Psychedelic Purple #E92BEF
RGB
CMYK
RGB Variations
Color information
#E92BEF (or 0xE92BEF) is known color: Psychedelic Purple. HEX triplet: E9, 2B and EF. RGB value is (233,43,239). Sum of RGB (Red+Green+Blue) = 233+43+239=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 43 (17.19% from 255 or 8.35% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #E92BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E92BEF is #16D410. Grayscale: #797979. Windows color (decimal): -1496081 or 15674345. OLE color: 15674345.
HSL color Cylindrical-coordinate representation of color #E92BEF: hue angle of 298.16º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92BEF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 43 | 239 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.06 |
| HSL | 298.16º | 0.86% | 0.55% | - |
| HSV(B) | 298.16º | 0.82% | 0.94% | - |
| XYZ | 50.05 | 25.28 | 83.9 | - |
| YUV | 122.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 239 | 0.03 | 0.82 | 0 | 0.06 | 298.16 | 0.86 | 0.55 |
| Hex | E9 | 2B | EF | 3 | 52 | 0 | 6 | 12A | 56 | 37 |
| Octal | 351 | 53 | 357 | 3 | 122 | 0 | 6 | 452 | 126 | 67 |
| Binary | 11101001 | 101011 | 11101111 | 11 | 1010010 | 0 | 110 | 100101010 | 1010110 | 110111 |
Color Harmonies of #E92BEF
Complementary color
Monochromatic Colors of #E92BEF
Black with #E92BEF
Text Example
Text Example
White with #E92BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92BEF; }
p { color: rgb(233,43,239); }
H1.HeaderClassName
{
color: #E92BEF;
}
.AnyTagClassName
{
color: #E92BEF;
}
</style>
background-color css
<style>
a { background-color: #E92BEF; }
a { background-color: rgb(233,43,239); }
div.DivClassName
{
background-color: #E92BEF;
}
.BgClassName
{
background-color: #E92BEF;
}
</style>
border-color css
<style>
span { border-color: #E92BEF; }
span { border-color: rgb(233,43,239); }
td.TdClassName
{
border-color: #E92BEF;
}
.TagClassName
{
border-color: #E92BEF;
}
</style>