Shades of Psychedelic Purple #E312E4
Tints of Psychedelic Purple #E312E4
RGB
CMYK
RGB Variations
Color information
#E312E4 (or 0xE312E4) is known color: Psychedelic Purple. HEX triplet: E3, 12 and E4. RGB value is (227,18,228). Sum of RGB (Red+Green+Blue) = 227+18+228=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #E312E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312E4 is #1CED1B. Grayscale: #676767. Windows color (decimal): -1895708 or 14947043. OLE color: 14947043.
HSL color Cylindrical-coordinate representation of color #E312E4: hue angle of 299.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312E4 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 228 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.11 |
| HSL | 299.71º | 0.85% | 0.48% | - |
| HSV(B) | 299.71º | 0.92% | 0.89% | - |
| XYZ | 45.9 | 22.36 | 75.3 | - |
| YUV | 104.43 | 197.74 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 228 | 0.00 | 0.92 | 0 | 0.11 | 299.71 | 0.85 | 0.48 |
| Hex | E3 | 12 | E4 | 0 | 5C | 0 | B | 12C | 55 | 30 |
| Octal | 343 | 22 | 344 | 0 | 134 | 0 | 13 | 454 | 125 | 60 |
| Binary | 11100011 | 10010 | 11100100 | 0 | 1011100 | 0 | 1011 | 100101100 | 1010101 | 110000 |
Color Harmonies of #E312E4
Complementary color
Monochromatic Colors of #E312E4
Black with #E312E4
Text Example
Text Example
White with #E312E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312E4; }
p { color: rgb(227,18,228); }
H1.HeaderClassName
{
color: #E312E4;
}
.AnyTagClassName
{
color: #E312E4;
}
</style>
background-color css
<style>
a { background-color: #E312E4; }
a { background-color: rgb(227,18,228); }
div.DivClassName
{
background-color: #E312E4;
}
.BgClassName
{
background-color: #E312E4;
}
</style>
border-color css
<style>
span { border-color: #E312E4; }
span { border-color: rgb(227,18,228); }
td.TdClassName
{
border-color: #E312E4;
}
.TagClassName
{
border-color: #E312E4;
}
</style>