Shades of Psychedelic Purple #E10BED
Tints of Psychedelic Purple #E10BED
RGB
CMYK
RGB Variations
Color information
#E10BED (or 0xE10BED) is known color: Psychedelic Purple. HEX triplet: E1, 0B and ED. RGB value is (225,11,237). Sum of RGB (Red+Green+Blue) = 225+11+237=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #E10BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10BED is #1EF412. Grayscale: #646464. Windows color (decimal): -2028563 or 15535073. OLE color: 15535073.
HSL color Cylindrical-coordinate representation of color #E10BED: hue angle of 296.81º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BED is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 11 | 237 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 296.81º | 0.91% | 0.49% | - |
| HSV(B) | 296.81º | 0.95% | 0.93% | - |
| XYZ | 46.46 | 22.36 | 81.99 | - |
| YUV | 100.75 | 204.9 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 237 | 0.05 | 0.95 | 0 | 0.07 | 296.81 | 0.91 | 0.49 |
| Hex | E1 | B | ED | 5 | 5F | 0 | 7 | 129 | 5B | 31 |
| Octal | 341 | 13 | 355 | 5 | 137 | 0 | 7 | 451 | 133 | 61 |
| Binary | 11100001 | 1011 | 11101101 | 101 | 1011111 | 0 | 111 | 100101001 | 1011011 | 110001 |
Color Harmonies of #E10BED
Complementary color
Monochromatic Colors of #E10BED
Black with #E10BED
Text Example
Text Example
White with #E10BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BED; }
p { color: rgb(225,11,237); }
H1.HeaderClassName
{
color: #E10BED;
}
.AnyTagClassName
{
color: #E10BED;
}
</style>
background-color css
<style>
a { background-color: #E10BED; }
a { background-color: rgb(225,11,237); }
div.DivClassName
{
background-color: #E10BED;
}
.BgClassName
{
background-color: #E10BED;
}
</style>
border-color css
<style>
span { border-color: #E10BED; }
span { border-color: rgb(225,11,237); }
td.TdClassName
{
border-color: #E10BED;
}
.TagClassName
{
border-color: #E10BED;
}
</style>