Shades of Psychedelic Purple #E31DFF
Tints of Psychedelic Purple #E31DFF
RGB
CMYK
RGB Variations
Color information
#E31DFF (or 0xE31DFF) is known color: Psychedelic Purple. HEX triplet: E3, 1D and FF. RGB value is (227,29,255). Sum of RGB (Red+Green+Blue) = 227+29+255=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E31DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DFF is #1CE200. Grayscale: #717171. Windows color (decimal): -1892865 or 16719331. OLE color: 16719331.
HSL color Cylindrical-coordinate representation of color #E31DFF: hue angle of 292.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31DFF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 29 | 255 | - |
| CMYK | 0.11 | 0.89 | 0 | 0 |
| HSL | 292.57º | 1% | 0.56% | - |
| HSV(B) | 292.57º | 0.89% | 1% | - |
| XYZ | 50.17 | 24.43 | 96.68 | - |
| YUV | 113.97 | 207.6 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 255 | 0.11 | 0.89 | 0 | 0 | 292.57 | 1 | 0.56 |
| Hex | E3 | 1D | FF | B | 59 | 0 | 0 | 125 | 64 | 38 |
| Octal | 343 | 35 | 377 | 13 | 131 | 0 | 0 | 445 | 144 | 70 |
| Binary | 11100011 | 11101 | 11111111 | 1011 | 1011001 | 0 | 0 | 100100101 | 1100100 | 111000 |
Color Harmonies of #E31DFF
Complementary color
Monochromatic Colors of #E31DFF
Black with #E31DFF
Text Example
Text Example
White with #E31DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DFF; }
p { color: rgb(227,29,255); }
H1.HeaderClassName
{
color: #E31DFF;
}
.AnyTagClassName
{
color: #E31DFF;
}
</style>
background-color css
<style>
a { background-color: #E31DFF; }
a { background-color: rgb(227,29,255); }
div.DivClassName
{
background-color: #E31DFF;
}
.BgClassName
{
background-color: #E31DFF;
}
</style>
border-color css
<style>
span { border-color: #E31DFF; }
span { border-color: rgb(227,29,255); }
td.TdClassName
{
border-color: #E31DFF;
}
.TagClassName
{
border-color: #E31DFF;
}
</style>