Shades of Psychedelic Purple #E30AF2
Tints of Psychedelic Purple #E30AF2
RGB
CMYK
RGB Variations
Color information
#E30AF2 (or 0xE30AF2) is known color: Psychedelic Purple. HEX triplet: E3, 0A and F2. RGB value is (227,10,242). Sum of RGB (Red+Green+Blue) = 227+10+242=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #E30AF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30AF2 is #1CF50D. Grayscale: #646464. Windows color (decimal): -1897742 or 15862499. OLE color: 15862499.
HSL color Cylindrical-coordinate representation of color #E30AF2: hue angle of 296.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AF2 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 10 | 242 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.05 |
| HSL | 296.12º | 0.92% | 0.49% | - |
| HSV(B) | 296.12º | 0.96% | 0.95% | - |
| XYZ | 47.81 | 22.96 | 85.92 | - |
| YUV | 101.33 | 207.39 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 242 | 0.06 | 0.96 | 0 | 0.05 | 296.12 | 0.92 | 0.49 |
| Hex | E3 | A | F2 | 6 | 60 | 0 | 5 | 128 | 5C | 31 |
| Octal | 343 | 12 | 362 | 6 | 140 | 0 | 5 | 450 | 134 | 61 |
| Binary | 11100011 | 1010 | 11110010 | 110 | 1100000 | 0 | 101 | 100101000 | 1011100 | 110001 |
Color Harmonies of #E30AF2
Complementary color
Monochromatic Colors of #E30AF2
Black with #E30AF2
Text Example
Text Example
White with #E30AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AF2; }
p { color: rgb(227,10,242); }
H1.HeaderClassName
{
color: #E30AF2;
}
.AnyTagClassName
{
color: #E30AF2;
}
</style>
background-color css
<style>
a { background-color: #E30AF2; }
a { background-color: rgb(227,10,242); }
div.DivClassName
{
background-color: #E30AF2;
}
.BgClassName
{
background-color: #E30AF2;
}
</style>
border-color css
<style>
span { border-color: #E30AF2; }
span { border-color: rgb(227,10,242); }
td.TdClassName
{
border-color: #E30AF2;
}
.TagClassName
{
border-color: #E30AF2;
}
</style>