Shades of Psychedelic Purple #E919E3
Tints of Psychedelic Purple #E919E3
RGB
CMYK
RGB Variations
Color information
#E919E3 (or 0xE919E3) is known color: Psychedelic Purple. HEX triplet: E9, 19 and E3. RGB value is (233,25,227). Sum of RGB (Red+Green+Blue) = 233+25+227=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E919E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919E3 is #16E61C. Grayscale: #6D6D6D. Windows color (decimal): -1500701 or 14883305. OLE color: 14883305.
HSL color Cylindrical-coordinate representation of color #E919E3: hue angle of 301.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E919E3 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 227 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.09 |
| HSL | 301.73º | 0.83% | 0.51% | - |
| HSV(B) | 301.73º | 0.89% | 0.91% | - |
| XYZ | 47.82 | 23.56 | 74.7 | - |
| YUV | 110.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 227 | 0 | 0.89 | 0.03 | 0.09 | 301.73 | 0.83 | 0.51 |
| Hex | E9 | 19 | E3 | 0 | 59 | 3 | 9 | 12E | 53 | 33 |
| Octal | 351 | 31 | 343 | 0 | 131 | 3 | 11 | 456 | 123 | 63 |
| Binary | 11101001 | 11001 | 11100011 | 0 | 1011001 | 11 | 1001 | 100101110 | 1010011 | 110011 |
Color Harmonies of #E919E3
Complementary color
Monochromatic Colors of #E919E3
Black with #E919E3
Text Example
Text Example
White with #E919E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919E3; }
p { color: rgb(233,25,227); }
H1.HeaderClassName
{
color: #E919E3;
}
.AnyTagClassName
{
color: #E919E3;
}
</style>
background-color css
<style>
a { background-color: #E919E3; }
a { background-color: rgb(233,25,227); }
div.DivClassName
{
background-color: #E919E3;
}
.BgClassName
{
background-color: #E919E3;
}
</style>
border-color css
<style>
span { border-color: #E919E3; }
span { border-color: rgb(233,25,227); }
td.TdClassName
{
border-color: #E919E3;
}
.TagClassName
{
border-color: #E919E3;
}
</style>