Shades of Psychedelic Purple #E00BEB
Tints of Psychedelic Purple #E00BEB
RGB
CMYK
RGB Variations
Color information
#E00BEB (or 0xE00BEB) is known color: Psychedelic Purple. HEX triplet: E0, 0B and EB. RGB value is (224,11,235). Sum of RGB (Red+Green+Blue) = 224+11+235=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #E00BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BEB is #1FF414. Grayscale: #636363. Windows color (decimal): -2094101 or 15404000. OLE color: 15404000.
HSL color Cylindrical-coordinate representation of color #E00BEB: hue angle of 297.05º 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 #E00BEB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 11 | 235 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.08 |
| HSL | 297.05º | 0.91% | 0.48% | - |
| HSV(B) | 297.05º | 0.95% | 0.92% | - |
| XYZ | 45.86 | 22.08 | 80.44 | - |
| YUV | 100.22 | 204.07 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 235 | 0.05 | 0.95 | 0 | 0.08 | 297.05 | 0.91 | 0.48 |
| Hex | E0 | B | EB | 5 | 5F | 0 | 8 | 129 | 5B | 30 |
| Octal | 340 | 13 | 353 | 5 | 137 | 0 | 10 | 451 | 133 | 60 |
| Binary | 11100000 | 1011 | 11101011 | 101 | 1011111 | 0 | 1000 | 100101001 | 1011011 | 110000 |
Color Harmonies of #E00BEB
Complementary color
Monochromatic Colors of #E00BEB
Black with #E00BEB
Text Example
Text Example
White with #E00BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BEB; }
p { color: rgb(224,11,235); }
H1.HeaderClassName
{
color: #E00BEB;
}
.AnyTagClassName
{
color: #E00BEB;
}
</style>
background-color css
<style>
a { background-color: #E00BEB; }
a { background-color: rgb(224,11,235); }
div.DivClassName
{
background-color: #E00BEB;
}
.BgClassName
{
background-color: #E00BEB;
}
</style>
border-color css
<style>
span { border-color: #E00BEB; }
span { border-color: rgb(224,11,235); }
td.TdClassName
{
border-color: #E00BEB;
}
.TagClassName
{
border-color: #E00BEB;
}
</style>