Shades of Psychedelic Purple #E10BEC
Tints of Psychedelic Purple #E10BEC
RGB
CMYK
RGB Variations
Color information
#E10BEC (or 0xE10BEC) is known color: Psychedelic Purple. HEX triplet: E1, 0B and EC. RGB value is (225,11,236). Sum of RGB (Red+Green+Blue) = 225+11+236=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #E10BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10BEC is #1EF413. Grayscale: #636363. Windows color (decimal): -2028564 or 15469537. OLE color: 15469537.
HSL color Cylindrical-coordinate representation of color #E10BEC: hue angle of 297.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BEC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 11 | 236 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 297.07º | 0.91% | 0.48% | - |
| HSV(B) | 297.07º | 0.95% | 0.93% | - |
| XYZ | 46.31 | 22.3 | 81.22 | - |
| YUV | 100.64 | 204.4 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 236 | 0.05 | 0.95 | 0 | 0.07 | 297.07 | 0.91 | 0.48 |
| Hex | E1 | B | EC | 5 | 5F | 0 | 7 | 129 | 5B | 30 |
| Octal | 341 | 13 | 354 | 5 | 137 | 0 | 7 | 451 | 133 | 60 |
| Binary | 11100001 | 1011 | 11101100 | 101 | 1011111 | 0 | 111 | 100101001 | 1011011 | 110000 |
Color Harmonies of #E10BEC
Complementary color
Monochromatic Colors of #E10BEC
Black with #E10BEC
Text Example
Text Example
White with #E10BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BEC; }
p { color: rgb(225,11,236); }
H1.HeaderClassName
{
color: #E10BEC;
}
.AnyTagClassName
{
color: #E10BEC;
}
</style>
background-color css
<style>
a { background-color: #E10BEC; }
a { background-color: rgb(225,11,236); }
div.DivClassName
{
background-color: #E10BEC;
}
.BgClassName
{
background-color: #E10BEC;
}
</style>
border-color css
<style>
span { border-color: #E10BEC; }
span { border-color: rgb(225,11,236); }
td.TdClassName
{
border-color: #E10BEC;
}
.TagClassName
{
border-color: #E10BEC;
}
</style>