Shades of Psychedelic Purple #E60BEB
Tints of Psychedelic Purple #E60BEB
RGB
CMYK
RGB Variations
Color information
#E60BEB (or 0xE60BEB) is known color: Psychedelic Purple. HEX triplet: E6, 0B and EB. RGB value is (230,11,235). Sum of RGB (Red+Green+Blue) = 230+11+235=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #E60BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BEB is #19F414. Grayscale: #656565. Windows color (decimal): -1700885 or 15404006. OLE color: 15404006.
HSL color Cylindrical-coordinate representation of color #E60BEB: hue angle of 298.66º 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 #E60BEB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 11 | 235 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.08 |
| HSL | 298.66º | 0.91% | 0.48% | - |
| HSV(B) | 298.66º | 0.95% | 0.92% | - |
| XYZ | 47.75 | 23.06 | 80.53 | - |
| YUV | 102.02 | 203.05 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 235 | 0.02 | 0.95 | 0 | 0.08 | 298.66 | 0.91 | 0.48 |
| Hex | E6 | B | EB | 2 | 5F | 0 | 8 | 12B | 5B | 30 |
| Octal | 346 | 13 | 353 | 2 | 137 | 0 | 10 | 453 | 133 | 60 |
| Binary | 11100110 | 1011 | 11101011 | 10 | 1011111 | 0 | 1000 | 100101011 | 1011011 | 110000 |
Color Harmonies of #E60BEB
Complementary color
Monochromatic Colors of #E60BEB
Black with #E60BEB
Text Example
Text Example
White with #E60BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BEB; }
p { color: rgb(230,11,235); }
H1.HeaderClassName
{
color: #E60BEB;
}
.AnyTagClassName
{
color: #E60BEB;
}
</style>
background-color css
<style>
a { background-color: #E60BEB; }
a { background-color: rgb(230,11,235); }
div.DivClassName
{
background-color: #E60BEB;
}
.BgClassName
{
background-color: #E60BEB;
}
</style>
border-color css
<style>
span { border-color: #E60BEB; }
span { border-color: rgb(230,11,235); }
td.TdClassName
{
border-color: #E60BEB;
}
.TagClassName
{
border-color: #E60BEB;
}
</style>