Shades of Psychedelic Purple #E323E7
Tints of Psychedelic Purple #E323E7
RGB
CMYK
RGB Variations
Color information
#E323E7 (or 0xE323E7) is known color: Psychedelic Purple. HEX triplet: E3, 23 and E7. RGB value is (227,35,231). Sum of RGB (Red+Green+Blue) = 227+35+231=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #E323E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E323E7 is #1CDC18. Grayscale: #727272. Windows color (decimal): -1891353 or 15148003. OLE color: 15148003.
HSL color Cylindrical-coordinate representation of color #E323E7: hue angle of 298.78º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E323E7 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 35 | 231 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.09 |
| HSL | 298.78º | 0.8% | 0.52% | - |
| HSV(B) | 298.78º | 0.85% | 0.91% | - |
| XYZ | 46.7 | 23.3 | 77.64 | - |
| YUV | 114.75 | 193.61 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 231 | 0.02 | 0.85 | 0 | 0.09 | 298.78 | 0.8 | 0.52 |
| Hex | E3 | 23 | E7 | 2 | 55 | 0 | 9 | 12B | 50 | 34 |
| Octal | 343 | 43 | 347 | 2 | 125 | 0 | 11 | 453 | 120 | 64 |
| Binary | 11100011 | 100011 | 11100111 | 10 | 1010101 | 0 | 1001 | 100101011 | 1010000 | 110100 |
Color Harmonies of #E323E7
Complementary color
Monochromatic Colors of #E323E7
Black with #E323E7
Text Example
Text Example
White with #E323E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E323E7; }
p { color: rgb(227,35,231); }
H1.HeaderClassName
{
color: #E323E7;
}
.AnyTagClassName
{
color: #E323E7;
}
</style>
background-color css
<style>
a { background-color: #E323E7; }
a { background-color: rgb(227,35,231); }
div.DivClassName
{
background-color: #E323E7;
}
.BgClassName
{
background-color: #E323E7;
}
</style>
border-color css
<style>
span { border-color: #E323E7; }
span { border-color: rgb(227,35,231); }
td.TdClassName
{
border-color: #E323E7;
}
.TagClassName
{
border-color: #E323E7;
}
</style>