Shades of Psychedelic Purple #E30DEB
Tints of Psychedelic Purple #E30DEB
RGB
CMYK
RGB Variations
Color information
#E30DEB (or 0xE30DEB) is known color: Psychedelic Purple. HEX triplet: E3, 0D and EB. RGB value is (227,13,235). Sum of RGB (Red+Green+Blue) = 227+13+235=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #E30DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DEB is #1CF214. Grayscale: #656565. Windows color (decimal): -1896981 or 15404515. OLE color: 15404515.
HSL color Cylindrical-coordinate representation of color #E30DEB: hue angle of 297.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DEB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 13 | 235 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.08 |
| HSL | 297.84º | 0.9% | 0.49% | - |
| HSV(B) | 297.84º | 0.94% | 0.92% | - |
| XYZ | 46.82 | 22.62 | 80.5 | - |
| YUV | 102.29 | 202.9 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 235 | 0.03 | 0.94 | 0 | 0.08 | 297.84 | 0.9 | 0.49 |
| Hex | E3 | D | EB | 3 | 5E | 0 | 8 | 12A | 5A | 31 |
| Octal | 343 | 15 | 353 | 3 | 136 | 0 | 10 | 452 | 132 | 61 |
| Binary | 11100011 | 1101 | 11101011 | 11 | 1011110 | 0 | 1000 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E30DEB
Complementary color
Monochromatic Colors of #E30DEB
Black with #E30DEB
Text Example
Text Example
White with #E30DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DEB; }
p { color: rgb(227,13,235); }
H1.HeaderClassName
{
color: #E30DEB;
}
.AnyTagClassName
{
color: #E30DEB;
}
</style>
background-color css
<style>
a { background-color: #E30DEB; }
a { background-color: rgb(227,13,235); }
div.DivClassName
{
background-color: #E30DEB;
}
.BgClassName
{
background-color: #E30DEB;
}
</style>
border-color css
<style>
span { border-color: #E30DEB; }
span { border-color: rgb(227,13,235); }
td.TdClassName
{
border-color: #E30DEB;
}
.TagClassName
{
border-color: #E30DEB;
}
</style>