Shades of Psychedelic Purple #E30AF0
Tints of Psychedelic Purple #E30AF0
RGB
CMYK
RGB Variations
Color information
#E30AF0 (or 0xE30AF0) is known color: Psychedelic Purple. HEX triplet: E3, 0A and F0. RGB value is (227,10,240). Sum of RGB (Red+Green+Blue) = 227+10+240=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #E30AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30AF0 is #1CF50F. Grayscale: #646464. Windows color (decimal): -1897744 or 15731427. OLE color: 15731427.
HSL color Cylindrical-coordinate representation of color #E30AF0: hue angle of 296.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AF0 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 10 | 240 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.06 |
| HSL | 296.61º | 0.92% | 0.49% | - |
| HSV(B) | 296.61º | 0.96% | 0.94% | - |
| XYZ | 47.52 | 22.84 | 84.34 | - |
| YUV | 101.1 | 206.39 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 240 | 0.05 | 0.96 | 0 | 0.06 | 296.61 | 0.92 | 0.49 |
| Hex | E3 | A | F0 | 5 | 60 | 0 | 6 | 129 | 5C | 31 |
| Octal | 343 | 12 | 360 | 5 | 140 | 0 | 6 | 451 | 134 | 61 |
| Binary | 11100011 | 1010 | 11110000 | 101 | 1100000 | 0 | 110 | 100101001 | 1011100 | 110001 |
Color Harmonies of #E30AF0
Complementary color
Monochromatic Colors of #E30AF0
Black with #E30AF0
Text Example
Text Example
White with #E30AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AF0; }
p { color: rgb(227,10,240); }
H1.HeaderClassName
{
color: #E30AF0;
}
.AnyTagClassName
{
color: #E30AF0;
}
</style>
background-color css
<style>
a { background-color: #E30AF0; }
a { background-color: rgb(227,10,240); }
div.DivClassName
{
background-color: #E30AF0;
}
.BgClassName
{
background-color: #E30AF0;
}
</style>
border-color css
<style>
span { border-color: #E30AF0; }
span { border-color: rgb(227,10,240); }
td.TdClassName
{
border-color: #E30AF0;
}
.TagClassName
{
border-color: #E30AF0;
}
</style>