Shades of Psychedelic Purple #E92FFB
Tints of Psychedelic Purple #E92FFB
RGB
CMYK
RGB Variations
Color information
#E92FFB (or 0xE92FFB) is known color: Psychedelic Purple. HEX triplet: E9, 2F and FB. RGB value is (233,47,251). Sum of RGB (Red+Green+Blue) = 233+47+251=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #E92FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E92FFB is #16D004. Grayscale: #7D7D7D. Windows color (decimal): -1495045 or 16461801. OLE color: 16461801.
HSL color Cylindrical-coordinate representation of color #E92FFB: hue angle of 294.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92FFB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 47 | 251 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.02 |
| HSL | 294.71º | 0.96% | 0.58% | - |
| HSV(B) | 294.71º | 0.81% | 0.98% | - |
| XYZ | 52.03 | 26.32 | 93.6 | - |
| YUV | 125.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 251 | 0.07 | 0.81 | 0 | 0.02 | 294.71 | 0.96 | 0.58 |
| Hex | E9 | 2F | FB | 7 | 51 | 0 | 2 | 127 | 60 | 3A |
| Octal | 351 | 57 | 373 | 7 | 121 | 0 | 2 | 447 | 140 | 72 |
| Binary | 11101001 | 101111 | 11111011 | 111 | 1010001 | 0 | 10 | 100100111 | 1100000 | 111010 |
Color Harmonies of #E92FFB
Complementary color
Monochromatic Colors of #E92FFB
Black with #E92FFB
Text Example
Text Example
White with #E92FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92FFB; }
p { color: rgb(233,47,251); }
H1.HeaderClassName
{
color: #E92FFB;
}
.AnyTagClassName
{
color: #E92FFB;
}
</style>
background-color css
<style>
a { background-color: #E92FFB; }
a { background-color: rgb(233,47,251); }
div.DivClassName
{
background-color: #E92FFB;
}
.BgClassName
{
background-color: #E92FFB;
}
</style>
border-color css
<style>
span { border-color: #E92FFB; }
span { border-color: rgb(233,47,251); }
td.TdClassName
{
border-color: #E92FFB;
}
.TagClassName
{
border-color: #E92FFB;
}
</style>