Shades of Psychedelic Purple #E90DFB
Tints of Psychedelic Purple #E90DFB
RGB
CMYK
RGB Variations
Color information
#E90DFB (or 0xE90DFB) is known color: Psychedelic Purple. HEX triplet: E9, 0D and FB. RGB value is (233,13,251). Sum of RGB (Red+Green+Blue) = 233+13+251=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E90DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DFB is #16F204. Grayscale: #696969. Windows color (decimal): -1503749 or 16453097. OLE color: 16453097.
HSL color Cylindrical-coordinate representation of color #E90DFB: hue angle of 295.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90DFB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 13 | 251 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.02 |
| HSL | 295.46º | 0.97% | 0.52% | - |
| HSV(B) | 295.46º | 0.95% | 0.98% | - |
| XYZ | 51.16 | 24.58 | 93.31 | - |
| YUV | 105.91 | 209.89 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 251 | 0.07 | 0.95 | 0 | 0.02 | 295.46 | 0.97 | 0.52 |
| Hex | E9 | D | FB | 7 | 5F | 0 | 2 | 127 | 61 | 34 |
| Octal | 351 | 15 | 373 | 7 | 137 | 0 | 2 | 447 | 141 | 64 |
| Binary | 11101001 | 1101 | 11111011 | 111 | 1011111 | 0 | 10 | 100100111 | 1100001 | 110100 |
Color Harmonies of #E90DFB
Complementary color
Monochromatic Colors of #E90DFB
Black with #E90DFB
Text Example
Text Example
White with #E90DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DFB; }
p { color: rgb(233,13,251); }
H1.HeaderClassName
{
color: #E90DFB;
}
.AnyTagClassName
{
color: #E90DFB;
}
</style>
background-color css
<style>
a { background-color: #E90DFB; }
a { background-color: rgb(233,13,251); }
div.DivClassName
{
background-color: #E90DFB;
}
.BgClassName
{
background-color: #E90DFB;
}
</style>
border-color css
<style>
span { border-color: #E90DFB; }
span { border-color: rgb(233,13,251); }
td.TdClassName
{
border-color: #E90DFB;
}
.TagClassName
{
border-color: #E90DFB;
}
</style>