Shades of Psychedelic Purple #E310E8
Tints of Psychedelic Purple #E310E8
RGB
CMYK
RGB Variations
Color information
#E310E8 (or 0xE310E8) is known color: Psychedelic Purple. HEX triplet: E3, 10 and E8. RGB value is (227,16,232). Sum of RGB (Red+Green+Blue) = 227+16+232=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #E310E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310E8 is #1CEF17. Grayscale: #676767. Windows color (decimal): -1896216 or 15208675. OLE color: 15208675.
HSL color Cylindrical-coordinate representation of color #E310E8: hue angle of 298.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310E8 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 16 | 232 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.09 |
| HSL | 298.61º | 0.87% | 0.49% | - |
| HSV(B) | 298.61º | 0.93% | 0.91% | - |
| XYZ | 46.43 | 22.53 | 78.25 | - |
| YUV | 103.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 232 | 0.02 | 0.93 | 0 | 0.09 | 298.61 | 0.87 | 0.49 |
| Hex | E3 | 10 | E8 | 2 | 5D | 0 | 9 | 12B | 57 | 31 |
| Octal | 343 | 20 | 350 | 2 | 135 | 0 | 11 | 453 | 127 | 61 |
| Binary | 11100011 | 10000 | 11101000 | 10 | 1011101 | 0 | 1001 | 100101011 | 1010111 | 110001 |
Color Harmonies of #E310E8
Complementary color
Monochromatic Colors of #E310E8
Black with #E310E8
Text Example
Text Example
White with #E310E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310E8; }
p { color: rgb(227,16,232); }
H1.HeaderClassName
{
color: #E310E8;
}
.AnyTagClassName
{
color: #E310E8;
}
</style>
background-color css
<style>
a { background-color: #E310E8; }
a { background-color: rgb(227,16,232); }
div.DivClassName
{
background-color: #E310E8;
}
.BgClassName
{
background-color: #E310E8;
}
</style>
border-color css
<style>
span { border-color: #E310E8; }
span { border-color: rgb(227,16,232); }
td.TdClassName
{
border-color: #E310E8;
}
.TagClassName
{
border-color: #E310E8;
}
</style>