Shades of Psychedelic Purple #E30AED
Tints of Psychedelic Purple #E30AED
RGB
CMYK
RGB Variations
Color information
#E30AED (or 0xE30AED) is known color: Psychedelic Purple. HEX triplet: E3, 0A and ED. RGB value is (227,10,237). Sum of RGB (Red+Green+Blue) = 227+10+237=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E30AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30AED is #1CF512. Grayscale: #646464. Windows color (decimal): -1897747 or 15534819. OLE color: 15534819.
HSL color Cylindrical-coordinate representation of color #E30AED: hue angle of 297.36º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AED is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 10 | 237 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.07 |
| HSL | 297.36º | 0.92% | 0.48% | - |
| HSV(B) | 297.36º | 0.96% | 0.93% | - |
| XYZ | 47.07 | 22.66 | 82.01 | - |
| YUV | 100.76 | 204.89 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 237 | 0.04 | 0.96 | 0 | 0.07 | 297.36 | 0.92 | 0.48 |
| Hex | E3 | A | ED | 4 | 60 | 0 | 7 | 129 | 5C | 30 |
| Octal | 343 | 12 | 355 | 4 | 140 | 0 | 7 | 451 | 134 | 60 |
| Binary | 11100011 | 1010 | 11101101 | 100 | 1100000 | 0 | 111 | 100101001 | 1011100 | 110000 |
Color Harmonies of #E30AED
Complementary color
Monochromatic Colors of #E30AED
Black with #E30AED
Text Example
Text Example
White with #E30AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AED; }
p { color: rgb(227,10,237); }
H1.HeaderClassName
{
color: #E30AED;
}
.AnyTagClassName
{
color: #E30AED;
}
</style>
background-color css
<style>
a { background-color: #E30AED; }
a { background-color: rgb(227,10,237); }
div.DivClassName
{
background-color: #E30AED;
}
.BgClassName
{
background-color: #E30AED;
}
</style>
border-color css
<style>
span { border-color: #E30AED; }
span { border-color: rgb(227,10,237); }
td.TdClassName
{
border-color: #E30AED;
}
.TagClassName
{
border-color: #E30AED;
}
</style>