Shades of Psychedelic Purple #E61BE3
Tints of Psychedelic Purple #E61BE3
RGB
CMYK
RGB Variations
Color information
#E61BE3 (or 0xE61BE3) is known color: Psychedelic Purple. HEX triplet: E6, 1B and E3. RGB value is (230,27,227). Sum of RGB (Red+Green+Blue) = 230+27+227=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BE3 is #19E41C. Grayscale: #6D6D6D. Windows color (decimal): -1696797 or 14883814. OLE color: 14883814.
HSL color Cylindrical-coordinate representation of color #E61BE3: hue angle of 300.89º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BE3 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 227 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.10 |
| HSL | 300.89º | 0.8% | 0.5% | - |
| HSV(B) | 300.89º | 0.88% | 0.9% | - |
| XYZ | 46.89 | 23.15 | 74.67 | - |
| YUV | 110.5 | 193.75 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 227 | 0 | 0.88 | 0.01 | 0.10 | 300.89 | 0.8 | 0.5 |
| Hex | E6 | 1B | E3 | 0 | 58 | 1 | A | 12D | 50 | 32 |
| Octal | 346 | 33 | 343 | 0 | 130 | 1 | 12 | 455 | 120 | 62 |
| Binary | 11100110 | 11011 | 11100011 | 0 | 1011000 | 1 | 1010 | 100101101 | 1010000 | 110010 |
Color Harmonies of #E61BE3
Complementary color
Monochromatic Colors of #E61BE3
Black with #E61BE3
Text Example
Text Example
White with #E61BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BE3; }
p { color: rgb(230,27,227); }
H1.HeaderClassName
{
color: #E61BE3;
}
.AnyTagClassName
{
color: #E61BE3;
}
</style>
background-color css
<style>
a { background-color: #E61BE3; }
a { background-color: rgb(230,27,227); }
div.DivClassName
{
background-color: #E61BE3;
}
.BgClassName
{
background-color: #E61BE3;
}
</style>
border-color css
<style>
span { border-color: #E61BE3; }
span { border-color: rgb(230,27,227); }
td.TdClassName
{
border-color: #E61BE3;
}
.TagClassName
{
border-color: #E61BE3;
}
</style>