Shades of Psychedelic Purple #E30BEC
Tints of Psychedelic Purple #E30BEC
RGB
CMYK
RGB Variations
Color information
#E30BEC (or 0xE30BEC) is known color: Psychedelic Purple. HEX triplet: E3, 0B and EC. RGB value is (227,11,236). Sum of RGB (Red+Green+Blue) = 227+11+236=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #E30BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BEC is #1CF413. Grayscale: #646464. Windows color (decimal): -1897492 or 15469539. OLE color: 15469539.
HSL color Cylindrical-coordinate representation of color #E30BEC: hue angle of 297.6º 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 #E30BEC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 11 | 236 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.07 |
| HSL | 297.6º | 0.91% | 0.48% | - |
| HSV(B) | 297.6º | 0.95% | 0.93% | - |
| XYZ | 46.94 | 22.63 | 81.25 | - |
| YUV | 101.23 | 204.06 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 236 | 0.04 | 0.95 | 0 | 0.07 | 297.6 | 0.91 | 0.48 |
| Hex | E3 | B | EC | 4 | 5F | 0 | 7 | 12A | 5B | 30 |
| Octal | 343 | 13 | 354 | 4 | 137 | 0 | 7 | 452 | 133 | 60 |
| Binary | 11100011 | 1011 | 11101100 | 100 | 1011111 | 0 | 111 | 100101010 | 1011011 | 110000 |
Color Harmonies of #E30BEC
Complementary color
Monochromatic Colors of #E30BEC
Black with #E30BEC
Text Example
Text Example
White with #E30BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BEC; }
p { color: rgb(227,11,236); }
H1.HeaderClassName
{
color: #E30BEC;
}
.AnyTagClassName
{
color: #E30BEC;
}
</style>
background-color css
<style>
a { background-color: #E30BEC; }
a { background-color: rgb(227,11,236); }
div.DivClassName
{
background-color: #E30BEC;
}
.BgClassName
{
background-color: #E30BEC;
}
</style>
border-color css
<style>
span { border-color: #E30BEC; }
span { border-color: rgb(227,11,236); }
td.TdClassName
{
border-color: #E30BEC;
}
.TagClassName
{
border-color: #E30BEC;
}
</style>