Shades of Psychedelic Purple #E62BEE
Tints of Psychedelic Purple #E62BEE
RGB
CMYK
RGB Variations
Color information
#E62BEE (or 0xE62BEE) is known color: Psychedelic Purple. HEX triplet: E6, 2B and EE. RGB value is (230,43,238). Sum of RGB (Red+Green+Blue) = 230+43+238=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 43 (17.19% from 255 or 8.41% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #E62BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62BEE is #19D411. Grayscale: #787878. Windows color (decimal): -1692690 or 15608806. OLE color: 15608806.
HSL color Cylindrical-coordinate representation of color #E62BEE: hue angle of 297.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62BEE is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 43 | 238 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.07 |
| HSL | 297.54º | 0.85% | 0.55% | - |
| HSV(B) | 297.54º | 0.82% | 0.93% | - |
| XYZ | 48.93 | 24.72 | 83.08 | - |
| YUV | 121.14 | 193.95 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 238 | 0.03 | 0.82 | 0 | 0.07 | 297.54 | 0.85 | 0.55 |
| Hex | E6 | 2B | EE | 3 | 52 | 0 | 7 | 12A | 55 | 37 |
| Octal | 346 | 53 | 356 | 3 | 122 | 0 | 7 | 452 | 125 | 67 |
| Binary | 11100110 | 101011 | 11101110 | 11 | 1010010 | 0 | 111 | 100101010 | 1010101 | 110111 |
Color Harmonies of #E62BEE
Complementary color
Monochromatic Colors of #E62BEE
Black with #E62BEE
Text Example
Text Example
White with #E62BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BEE; }
p { color: rgb(230,43,238); }
H1.HeaderClassName
{
color: #E62BEE;
}
.AnyTagClassName
{
color: #E62BEE;
}
</style>
background-color css
<style>
a { background-color: #E62BEE; }
a { background-color: rgb(230,43,238); }
div.DivClassName
{
background-color: #E62BEE;
}
.BgClassName
{
background-color: #E62BEE;
}
</style>
border-color css
<style>
span { border-color: #E62BEE; }
span { border-color: rgb(230,43,238); }
td.TdClassName
{
border-color: #E62BEE;
}
.TagClassName
{
border-color: #E62BEE;
}
</style>