Shades of Psychedelic Purple #E30FE9
Tints of Psychedelic Purple #E30FE9
RGB
CMYK
RGB Variations
Color information
#E30FE9 (or 0xE30FE9) is known color: Psychedelic Purple. HEX triplet: E3, 0F and E9. RGB value is (227,15,233). Sum of RGB (Red+Green+Blue) = 227+15+233=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #E30FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FE9 is #1CF016. Grayscale: #666666. Windows color (decimal): -1896471 or 15273955. OLE color: 15273955.
HSL color Cylindrical-coordinate representation of color #E30FE9: hue angle of 298.35º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FE9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 15 | 233 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.09 |
| HSL | 298.35º | 0.88% | 0.49% | - |
| HSV(B) | 298.35º | 0.94% | 0.91% | - |
| XYZ | 46.56 | 22.56 | 78.99 | - |
| YUV | 103.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 233 | 0.03 | 0.94 | 0 | 0.09 | 298.35 | 0.88 | 0.49 |
| Hex | E3 | F | E9 | 3 | 5E | 0 | 9 | 12A | 58 | 31 |
| Octal | 343 | 17 | 351 | 3 | 136 | 0 | 11 | 452 | 130 | 61 |
| Binary | 11100011 | 1111 | 11101001 | 11 | 1011110 | 0 | 1001 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E30FE9
Complementary color
Monochromatic Colors of #E30FE9
Black with #E30FE9
Text Example
Text Example
White with #E30FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FE9; }
p { color: rgb(227,15,233); }
H1.HeaderClassName
{
color: #E30FE9;
}
.AnyTagClassName
{
color: #E30FE9;
}
</style>
background-color css
<style>
a { background-color: #E30FE9; }
a { background-color: rgb(227,15,233); }
div.DivClassName
{
background-color: #E30FE9;
}
.BgClassName
{
background-color: #E30FE9;
}
</style>
border-color css
<style>
span { border-color: #E30FE9; }
span { border-color: rgb(227,15,233); }
td.TdClassName
{
border-color: #E30FE9;
}
.TagClassName
{
border-color: #E30FE9;
}
</style>