Shades of Psychedelic Purple #E917E3
Tints of Psychedelic Purple #E917E3
RGB
CMYK
RGB Variations
Color information
#E917E3 (or 0xE917E3) is known color: Psychedelic Purple. HEX triplet: E9, 17 and E3. RGB value is (233,23,227). Sum of RGB (Red+Green+Blue) = 233+23+227=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E917E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917E3 is #16E81C. Grayscale: #6C6C6C. Windows color (decimal): -1501213 or 14882793. OLE color: 14882793.
HSL color Cylindrical-coordinate representation of color #E917E3: hue angle of 301.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E917E3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 227 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.09 |
| HSL | 301.71º | 0.83% | 0.5% | - |
| HSV(B) | 301.71º | 0.9% | 0.91% | - |
| XYZ | 47.78 | 23.48 | 74.69 | - |
| YUV | 109.05 | 194.57 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 227 | 0 | 0.90 | 0.03 | 0.09 | 301.71 | 0.83 | 0.5 |
| Hex | E9 | 17 | E3 | 0 | 5A | 3 | 9 | 12E | 53 | 32 |
| Octal | 351 | 27 | 343 | 0 | 132 | 3 | 11 | 456 | 123 | 62 |
| Binary | 11101001 | 10111 | 11100011 | 0 | 1011010 | 11 | 1001 | 100101110 | 1010011 | 110010 |
Color Harmonies of #E917E3
Complementary color
Monochromatic Colors of #E917E3
Black with #E917E3
Text Example
Text Example
White with #E917E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917E3; }
p { color: rgb(233,23,227); }
H1.HeaderClassName
{
color: #E917E3;
}
.AnyTagClassName
{
color: #E917E3;
}
</style>
background-color css
<style>
a { background-color: #E917E3; }
a { background-color: rgb(233,23,227); }
div.DivClassName
{
background-color: #E917E3;
}
.BgClassName
{
background-color: #E917E3;
}
</style>
border-color css
<style>
span { border-color: #E917E3; }
span { border-color: rgb(233,23,227); }
td.TdClassName
{
border-color: #E917E3;
}
.TagClassName
{
border-color: #E917E3;
}
</style>