Shades of Psychedelic Purple #E90CEB
Tints of Psychedelic Purple #E90CEB
RGB
CMYK
RGB Variations
Color information
#E90CEB (or 0xE90CEB) is known color: Psychedelic Purple. HEX triplet: E9, 0C and EB. RGB value is (233,12,235). Sum of RGB (Red+Green+Blue) = 233+12+235=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #E90CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90CEB is #16F314. Grayscale: #666666. Windows color (decimal): -1504021 or 15404265. OLE color: 15404265.
HSL color Cylindrical-coordinate representation of color #E90CEB: hue angle of 299.46º degrees, saturation: 0.9, 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 #E90CEB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 12 | 235 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.08 |
| HSL | 299.46º | 0.9% | 0.48% | - |
| HSV(B) | 299.46º | 0.95% | 0.92% | - |
| XYZ | 48.73 | 23.58 | 80.58 | - |
| YUV | 103.5 | 202.22 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 235 | 0.01 | 0.95 | 0 | 0.08 | 299.46 | 0.9 | 0.48 |
| Hex | E9 | C | EB | 1 | 5F | 0 | 8 | 12B | 5A | 30 |
| Octal | 351 | 14 | 353 | 1 | 137 | 0 | 10 | 453 | 132 | 60 |
| Binary | 11101001 | 1100 | 11101011 | 1 | 1011111 | 0 | 1000 | 100101011 | 1011010 | 110000 |
Color Harmonies of #E90CEB
Complementary color
Monochromatic Colors of #E90CEB
Black with #E90CEB
Text Example
Text Example
White with #E90CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CEB; }
p { color: rgb(233,12,235); }
H1.HeaderClassName
{
color: #E90CEB;
}
.AnyTagClassName
{
color: #E90CEB;
}
</style>
background-color css
<style>
a { background-color: #E90CEB; }
a { background-color: rgb(233,12,235); }
div.DivClassName
{
background-color: #E90CEB;
}
.BgClassName
{
background-color: #E90CEB;
}
</style>
border-color css
<style>
span { border-color: #E90CEB; }
span { border-color: rgb(233,12,235); }
td.TdClassName
{
border-color: #E90CEB;
}
.TagClassName
{
border-color: #E90CEB;
}
</style>