Shades of Psychedelic Purple #E31CEF
Tints of Psychedelic Purple #E31CEF
RGB
CMYK
RGB Variations
Color information
#E31CEF (or 0xE31CEF) is known color: Psychedelic Purple. HEX triplet: E3, 1C and EF. RGB value is (227,28,239). Sum of RGB (Red+Green+Blue) = 227+28+239=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #E31CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CEF is #1CE310. Grayscale: #6E6E6E. Windows color (decimal): -1893137 or 15670499. OLE color: 15670499.
HSL color Cylindrical-coordinate representation of color #E31CEF: hue angle of 296.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31CEF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 28 | 239 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.06 |
| HSL | 296.59º | 0.87% | 0.52% | - |
| HSV(B) | 296.59º | 0.88% | 0.94% | - |
| XYZ | 47.67 | 23.39 | 83.66 | - |
| YUV | 111.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 239 | 0.05 | 0.88 | 0 | 0.06 | 296.59 | 0.87 | 0.52 |
| Hex | E3 | 1C | EF | 5 | 58 | 0 | 6 | 129 | 57 | 34 |
| Octal | 343 | 34 | 357 | 5 | 130 | 0 | 6 | 451 | 127 | 64 |
| Binary | 11100011 | 11100 | 11101111 | 101 | 1011000 | 0 | 110 | 100101001 | 1010111 | 110100 |
Color Harmonies of #E31CEF
Complementary color
Monochromatic Colors of #E31CEF
Black with #E31CEF
Text Example
Text Example
White with #E31CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CEF; }
p { color: rgb(227,28,239); }
H1.HeaderClassName
{
color: #E31CEF;
}
.AnyTagClassName
{
color: #E31CEF;
}
</style>
background-color css
<style>
a { background-color: #E31CEF; }
a { background-color: rgb(227,28,239); }
div.DivClassName
{
background-color: #E31CEF;
}
.BgClassName
{
background-color: #E31CEF;
}
</style>
border-color css
<style>
span { border-color: #E31CEF; }
span { border-color: rgb(227,28,239); }
td.TdClassName
{
border-color: #E31CEF;
}
.TagClassName
{
border-color: #E31CEF;
}
</style>