Shades of Psychedelic Purple #E30BEB
Tints of Psychedelic Purple #E30BEB
RGB
CMYK
RGB Variations
Color information
#E30BEB (or 0xE30BEB) is known color: Psychedelic Purple. HEX triplet: E3, 0B and EB. RGB value is (227,11,235). Sum of RGB (Red+Green+Blue) = 227+11+235=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #E30BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BEB is #1CF414. Grayscale: #646464. Windows color (decimal): -1897493 or 15404003. OLE color: 15404003.
HSL color Cylindrical-coordinate representation of color #E30BEB: hue angle of 297.86º 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 #E30BEB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 11 | 235 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.08 |
| HSL | 297.86º | 0.91% | 0.48% | - |
| HSV(B) | 297.86º | 0.95% | 0.92% | - |
| XYZ | 46.79 | 22.57 | 80.49 | - |
| YUV | 101.12 | 203.56 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 235 | 0.03 | 0.95 | 0 | 0.08 | 297.86 | 0.91 | 0.48 |
| Hex | E3 | B | EB | 3 | 5F | 0 | 8 | 12A | 5B | 30 |
| Octal | 343 | 13 | 353 | 3 | 137 | 0 | 10 | 452 | 133 | 60 |
| Binary | 11100011 | 1011 | 11101011 | 11 | 1011111 | 0 | 1000 | 100101010 | 1011011 | 110000 |
Color Harmonies of #E30BEB
Complementary color
Monochromatic Colors of #E30BEB
Black with #E30BEB
Text Example
Text Example
White with #E30BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BEB; }
p { color: rgb(227,11,235); }
H1.HeaderClassName
{
color: #E30BEB;
}
.AnyTagClassName
{
color: #E30BEB;
}
</style>
background-color css
<style>
a { background-color: #E30BEB; }
a { background-color: rgb(227,11,235); }
div.DivClassName
{
background-color: #E30BEB;
}
.BgClassName
{
background-color: #E30BEB;
}
</style>
border-color css
<style>
span { border-color: #E30BEB; }
span { border-color: rgb(227,11,235); }
td.TdClassName
{
border-color: #E30BEB;
}
.TagClassName
{
border-color: #E30BEB;
}
</style>