Shades of Psychedelic Purple #E10BE4
Tints of Psychedelic Purple #E10BE4
RGB
CMYK
RGB Variations
Color information
#E10BE4 (or 0xE10BE4) is known color: Psychedelic Purple. HEX triplet: E1, 0B and E4. RGB value is (225,11,228). Sum of RGB (Red+Green+Blue) = 225+11+228=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #E10BE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BE4 is #1EF41B. Grayscale: #636363. Windows color (decimal): -2028572 or 14945249. OLE color: 14945249.
HSL color Cylindrical-coordinate representation of color #E10BE4: hue angle of 299.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BE4 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 11 | 228 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.11 |
| HSL | 299.17º | 0.91% | 0.47% | - |
| HSV(B) | 299.17º | 0.95% | 0.89% | - |
| XYZ | 45.17 | 21.85 | 75.23 | - |
| YUV | 99.72 | 200.4 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 228 | 0.01 | 0.95 | 0 | 0.11 | 299.17 | 0.91 | 0.47 |
| Hex | E1 | B | E4 | 1 | 5F | 0 | B | 12B | 5B | 2F |
| Octal | 341 | 13 | 344 | 1 | 137 | 0 | 13 | 453 | 133 | 57 |
| Binary | 11100001 | 1011 | 11100100 | 1 | 1011111 | 0 | 1011 | 100101011 | 1011011 | 101111 |
Color Harmonies of #E10BE4
Complementary color
Monochromatic Colors of #E10BE4
Black with #E10BE4
Text Example
Text Example
White with #E10BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BE4; }
p { color: rgb(225,11,228); }
H1.HeaderClassName
{
color: #E10BE4;
}
.AnyTagClassName
{
color: #E10BE4;
}
</style>
background-color css
<style>
a { background-color: #E10BE4; }
a { background-color: rgb(225,11,228); }
div.DivClassName
{
background-color: #E10BE4;
}
.BgClassName
{
background-color: #E10BE4;
}
</style>
border-color css
<style>
span { border-color: #E10BE4; }
span { border-color: rgb(225,11,228); }
td.TdClassName
{
border-color: #E10BE4;
}
.TagClassName
{
border-color: #E10BE4;
}
</style>