Shades of Psychedelic Purple #E310FF
Tints of Psychedelic Purple #E310FF
RGB
CMYK
RGB Variations
Color information
#E310FF (or 0xE310FF) is known color: Psychedelic Purple. HEX triplet: E3, 10 and FF. RGB value is (227,16,255). Sum of RGB (Red+Green+Blue) = 227+16+255=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #E310FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310FF is #1CEF00. Grayscale: #696969. Windows color (decimal): -1896193 or 16716003. OLE color: 16716003.
HSL color Cylindrical-coordinate representation of color #E310FF: hue angle of 292.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E310FF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 16 | 255 | - |
| CMYK | 0.11 | 0.94 | 0 | 0 |
| HSL | 292.97º | 1% | 0.53% | - |
| HSV(B) | 292.97º | 0.94% | 1% | - |
| XYZ | 49.91 | 23.92 | 96.59 | - |
| YUV | 106.34 | 211.9 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 255 | 0.11 | 0.94 | 0 | 0 | 292.97 | 1 | 0.53 |
| Hex | E3 | 10 | FF | B | 5E | 0 | 0 | 125 | 64 | 35 |
| Octal | 343 | 20 | 377 | 13 | 136 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100011 | 10000 | 11111111 | 1011 | 1011110 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E310FF
Complementary color
Monochromatic Colors of #E310FF
Black with #E310FF
Text Example
Text Example
White with #E310FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310FF; }
p { color: rgb(227,16,255); }
H1.HeaderClassName
{
color: #E310FF;
}
.AnyTagClassName
{
color: #E310FF;
}
</style>
background-color css
<style>
a { background-color: #E310FF; }
a { background-color: rgb(227,16,255); }
div.DivClassName
{
background-color: #E310FF;
}
.BgClassName
{
background-color: #E310FF;
}
</style>
border-color css
<style>
span { border-color: #E310FF; }
span { border-color: rgb(227,16,255); }
td.TdClassName
{
border-color: #E310FF;
}
.TagClassName
{
border-color: #E310FF;
}
</style>