Shades of Psychedelic Purple #E30FF6
Tints of Psychedelic Purple #E30FF6
RGB
CMYK
RGB Variations
Color information
#E30FF6 (or 0xE30FF6) is known color: Psychedelic Purple. HEX triplet: E3, 0F and F6. RGB value is (227,15,246). Sum of RGB (Red+Green+Blue) = 227+15+246=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #E30FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FF6 is #1CF009. Grayscale: #686868. Windows color (decimal): -1896458 or 16125923. OLE color: 16125923.
HSL color Cylindrical-coordinate representation of color #E30FF6: hue angle of 295.06º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FF6 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 15 | 246 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.04 |
| HSL | 295.06º | 0.93% | 0.51% | - |
| HSV(B) | 295.06º | 0.94% | 0.96% | - |
| XYZ | 48.48 | 23.33 | 89.14 | - |
| YUV | 104.72 | 207.74 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 246 | 0.08 | 0.94 | 0 | 0.04 | 295.06 | 0.93 | 0.51 |
| Hex | E3 | F | F6 | 8 | 5E | 0 | 4 | 127 | 5D | 33 |
| Octal | 343 | 17 | 366 | 10 | 136 | 0 | 4 | 447 | 135 | 63 |
| Binary | 11100011 | 1111 | 11110110 | 1000 | 1011110 | 0 | 100 | 100100111 | 1011101 | 110011 |
Color Harmonies of #E30FF6
Complementary color
Monochromatic Colors of #E30FF6
Black with #E30FF6
Text Example
Text Example
White with #E30FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FF6; }
p { color: rgb(227,15,246); }
H1.HeaderClassName
{
color: #E30FF6;
}
.AnyTagClassName
{
color: #E30FF6;
}
</style>
background-color css
<style>
a { background-color: #E30FF6; }
a { background-color: rgb(227,15,246); }
div.DivClassName
{
background-color: #E30FF6;
}
.BgClassName
{
background-color: #E30FF6;
}
</style>
border-color css
<style>
span { border-color: #E30FF6; }
span { border-color: rgb(227,15,246); }
td.TdClassName
{
border-color: #E30FF6;
}
.TagClassName
{
border-color: #E30FF6;
}
</style>