Shades of Psychedelic Purple #E10BEE
Tints of Psychedelic Purple #E10BEE
RGB
CMYK
RGB Variations
Color information
#E10BEE (or 0xE10BEE) is known color: Psychedelic Purple. HEX triplet: E1, 0B and EE. RGB value is (225,11,238). Sum of RGB (Red+Green+Blue) = 225+11+238=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #E10BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10BEE is #1EF411. Grayscale: #646464. Windows color (decimal): -2028562 or 15600609. OLE color: 15600609.
HSL color Cylindrical-coordinate representation of color #E10BEE: hue angle of 296.56º 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 #E10BEE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 11 | 238 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 296.56º | 0.91% | 0.49% | - |
| HSV(B) | 296.56º | 0.95% | 0.93% | - |
| XYZ | 46.6 | 22.42 | 82.76 | - |
| YUV | 100.86 | 205.4 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 238 | 0.05 | 0.95 | 0 | 0.07 | 296.56 | 0.91 | 0.49 |
| Hex | E1 | B | EE | 5 | 5F | 0 | 7 | 129 | 5B | 31 |
| Octal | 341 | 13 | 356 | 5 | 137 | 0 | 7 | 451 | 133 | 61 |
| Binary | 11100001 | 1011 | 11101110 | 101 | 1011111 | 0 | 111 | 100101001 | 1011011 | 110001 |
Color Harmonies of #E10BEE
Complementary color
Monochromatic Colors of #E10BEE
Black with #E10BEE
Text Example
Text Example
White with #E10BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BEE; }
p { color: rgb(225,11,238); }
H1.HeaderClassName
{
color: #E10BEE;
}
.AnyTagClassName
{
color: #E10BEE;
}
</style>
background-color css
<style>
a { background-color: #E10BEE; }
a { background-color: rgb(225,11,238); }
div.DivClassName
{
background-color: #E10BEE;
}
.BgClassName
{
background-color: #E10BEE;
}
</style>
border-color css
<style>
span { border-color: #E10BEE; }
span { border-color: rgb(225,11,238); }
td.TdClassName
{
border-color: #E10BEE;
}
.TagClassName
{
border-color: #E10BEE;
}
</style>