Shades of Psychedelic Purple #E61BEB
Tints of Psychedelic Purple #E61BEB
RGB
CMYK
RGB Variations
Color information
#E61BEB (or 0xE61BEB) is known color: Psychedelic Purple. HEX triplet: E6, 1B and EB. RGB value is (230,27,235). Sum of RGB (Red+Green+Blue) = 230+27+235=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #E61BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61BEB is #19E414. Grayscale: #6E6E6E. Windows color (decimal): -1696789 or 15408102. OLE color: 15408102.
HSL color Cylindrical-coordinate representation of color #E61BEB: hue angle of 298.56º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61BEB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 27 | 235 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.08 |
| HSL | 298.56º | 0.84% | 0.51% | - |
| HSV(B) | 298.56º | 0.89% | 0.92% | - |
| XYZ | 48.02 | 23.61 | 80.62 | - |
| YUV | 111.41 | 197.75 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 235 | 0.02 | 0.89 | 0 | 0.08 | 298.56 | 0.84 | 0.51 |
| Hex | E6 | 1B | EB | 2 | 59 | 0 | 8 | 12B | 54 | 33 |
| Octal | 346 | 33 | 353 | 2 | 131 | 0 | 10 | 453 | 124 | 63 |
| Binary | 11100110 | 11011 | 11101011 | 10 | 1011001 | 0 | 1000 | 100101011 | 1010100 | 110011 |
Color Harmonies of #E61BEB
Complementary color
Monochromatic Colors of #E61BEB
Black with #E61BEB
Text Example
Text Example
White with #E61BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BEB; }
p { color: rgb(230,27,235); }
H1.HeaderClassName
{
color: #E61BEB;
}
.AnyTagClassName
{
color: #E61BEB;
}
</style>
background-color css
<style>
a { background-color: #E61BEB; }
a { background-color: rgb(230,27,235); }
div.DivClassName
{
background-color: #E61BEB;
}
.BgClassName
{
background-color: #E61BEB;
}
</style>
border-color css
<style>
span { border-color: #E61BEB; }
span { border-color: rgb(230,27,235); }
td.TdClassName
{
border-color: #E61BEB;
}
.TagClassName
{
border-color: #E61BEB;
}
</style>