Shades of Psychedelic Purple #E90BEA
Tints of Psychedelic Purple #E90BEA
RGB
CMYK
RGB Variations
Color information
#E90BEA (or 0xE90BEA) is known color: Psychedelic Purple. HEX triplet: E9, 0B and EA. RGB value is (233,11,234). Sum of RGB (Red+Green+Blue) = 233+11+234=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #E90BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90BEA is #16F415. Grayscale: #666666. Windows color (decimal): -1504278 or 15338473. OLE color: 15338473.
HSL color Cylindrical-coordinate representation of color #E90BEA: hue angle of 299.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90BEA is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 11 | 234 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.08 |
| HSL | 299.73º | 0.91% | 0.48% | - |
| HSV(B) | 299.73º | 0.95% | 0.92% | - |
| XYZ | 48.58 | 23.5 | 79.82 | - |
| YUV | 102.8 | 202.05 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 234 | 0.00 | 0.95 | 0 | 0.08 | 299.73 | 0.91 | 0.48 |
| Hex | E9 | B | EA | 0 | 5F | 0 | 8 | 12C | 5B | 30 |
| Octal | 351 | 13 | 352 | 0 | 137 | 0 | 10 | 454 | 133 | 60 |
| Binary | 11101001 | 1011 | 11101010 | 0 | 1011111 | 0 | 1000 | 100101100 | 1011011 | 110000 |
Color Harmonies of #E90BEA
Complementary color
Monochromatic Colors of #E90BEA
Black with #E90BEA
Text Example
Text Example
White with #E90BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BEA; }
p { color: rgb(233,11,234); }
H1.HeaderClassName
{
color: #E90BEA;
}
.AnyTagClassName
{
color: #E90BEA;
}
</style>
background-color css
<style>
a { background-color: #E90BEA; }
a { background-color: rgb(233,11,234); }
div.DivClassName
{
background-color: #E90BEA;
}
.BgClassName
{
background-color: #E90BEA;
}
</style>
border-color css
<style>
span { border-color: #E90BEA; }
span { border-color: rgb(233,11,234); }
td.TdClassName
{
border-color: #E90BEA;
}
.TagClassName
{
border-color: #E90BEA;
}
</style>