Shades of Psychedelic Purple #E62BED
Tints of Psychedelic Purple #E62BED
RGB
CMYK
RGB Variations
Color information
#E62BED (or 0xE62BED) is known color: Psychedelic Purple. HEX triplet: E6, 2B and ED. RGB value is (230,43,237). Sum of RGB (Red+Green+Blue) = 230+43+237=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 43 (17.19% from 255 or 8.43% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #E62BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62BED is #19D412. Grayscale: #787878. Windows color (decimal): -1692691 or 15543270. OLE color: 15543270.
HSL color Cylindrical-coordinate representation of color #E62BED: hue angle of 297.84º degrees, saturation: 0.84, 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 #E62BED is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 43 | 237 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.07 |
| HSL | 297.84º | 0.84% | 0.55% | - |
| HSV(B) | 297.84º | 0.82% | 0.93% | - |
| XYZ | 48.78 | 24.67 | 82.31 | - |
| YUV | 121.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 237 | 0.03 | 0.82 | 0 | 0.07 | 297.84 | 0.84 | 0.55 |
| Hex | E6 | 2B | ED | 3 | 52 | 0 | 7 | 12A | 54 | 37 |
| Octal | 346 | 53 | 355 | 3 | 122 | 0 | 7 | 452 | 124 | 67 |
| Binary | 11100110 | 101011 | 11101101 | 11 | 1010010 | 0 | 111 | 100101010 | 1010100 | 110111 |
Color Harmonies of #E62BED
Complementary color
Monochromatic Colors of #E62BED
Black with #E62BED
Text Example
Text Example
White with #E62BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BED; }
p { color: rgb(230,43,237); }
H1.HeaderClassName
{
color: #E62BED;
}
.AnyTagClassName
{
color: #E62BED;
}
</style>
background-color css
<style>
a { background-color: #E62BED; }
a { background-color: rgb(230,43,237); }
div.DivClassName
{
background-color: #E62BED;
}
.BgClassName
{
background-color: #E62BED;
}
</style>
border-color css
<style>
span { border-color: #E62BED; }
span { border-color: rgb(230,43,237); }
td.TdClassName
{
border-color: #E62BED;
}
.TagClassName
{
border-color: #E62BED;
}
</style>