Shades of Psychedelic Purple #E90BFE
Tints of Psychedelic Purple #E90BFE
RGB
CMYK
RGB Variations
Color information
#E90BFE (or 0xE90BFE) is known color: Psychedelic Purple. HEX triplet: E9, 0B and FE. RGB value is (233,11,254). Sum of RGB (Red+Green+Blue) = 233+11+254=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 11 (4.69% from 255 or 2.21% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #E90BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90BFE is #16F401. Grayscale: #686868. Windows color (decimal): -1504258 or 16649193. OLE color: 16649193.
HSL color Cylindrical-coordinate representation of color #E90BFE: hue angle of 294.81º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90BFE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 11 | 254 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.00 |
| HSL | 294.81º | 0.99% | 0.52% | - |
| HSV(B) | 294.81º | 0.96% | 1% | - |
| XYZ | 51.61 | 24.72 | 95.82 | - |
| YUV | 105.08 | 212.05 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 254 | 0.08 | 0.96 | 0 | 0.00 | 294.81 | 0.99 | 0.52 |
| Hex | E9 | B | FE | 8 | 60 | 0 | 0 | 127 | 63 | 34 |
| Octal | 351 | 13 | 376 | 10 | 140 | 0 | 0 | 447 | 143 | 64 |
| Binary | 11101001 | 1011 | 11111110 | 1000 | 1100000 | 0 | 0 | 100100111 | 1100011 | 110100 |
Color Harmonies of #E90BFE
Complementary color
Monochromatic Colors of #E90BFE
Black with #E90BFE
Text Example
Text Example
White with #E90BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BFE; }
p { color: rgb(233,11,254); }
H1.HeaderClassName
{
color: #E90BFE;
}
.AnyTagClassName
{
color: #E90BFE;
}
</style>
background-color css
<style>
a { background-color: #E90BFE; }
a { background-color: rgb(233,11,254); }
div.DivClassName
{
background-color: #E90BFE;
}
.BgClassName
{
background-color: #E90BFE;
}
</style>
border-color css
<style>
span { border-color: #E90BFE; }
span { border-color: rgb(233,11,254); }
td.TdClassName
{
border-color: #E90BFE;
}
.TagClassName
{
border-color: #E90BFE;
}
</style>