Shades of Psychedelic Purple #E917EA
Tints of Psychedelic Purple #E917EA
RGB
CMYK
RGB Variations
Color information
#E917EA (or 0xE917EA) is known color: Psychedelic Purple. HEX triplet: E9, 17 and EA. RGB value is (233,23,234). Sum of RGB (Red+Green+Blue) = 233+23+234=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #E917EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E917EA is #16E815. Grayscale: #6D6D6D. Windows color (decimal): -1501206 or 15341545. OLE color: 15341545.
HSL color Cylindrical-coordinate representation of color #E917EA: hue angle of 299.72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E917EA is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 23 | 234 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.08 |
| HSL | 299.72º | 0.83% | 0.5% | - |
| HSV(B) | 299.72º | 0.9% | 0.92% | - |
| XYZ | 48.76 | 23.88 | 79.88 | - |
| YUV | 109.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 234 | 0.00 | 0.90 | 0 | 0.08 | 299.72 | 0.83 | 0.5 |
| Hex | E9 | 17 | EA | 0 | 5A | 0 | 8 | 12C | 53 | 32 |
| Octal | 351 | 27 | 352 | 0 | 132 | 0 | 10 | 454 | 123 | 62 |
| Binary | 11101001 | 10111 | 11101010 | 0 | 1011010 | 0 | 1000 | 100101100 | 1010011 | 110010 |
Color Harmonies of #E917EA
Complementary color
Monochromatic Colors of #E917EA
Black with #E917EA
Text Example
Text Example
White with #E917EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917EA; }
p { color: rgb(233,23,234); }
H1.HeaderClassName
{
color: #E917EA;
}
.AnyTagClassName
{
color: #E917EA;
}
</style>
background-color css
<style>
a { background-color: #E917EA; }
a { background-color: rgb(233,23,234); }
div.DivClassName
{
background-color: #E917EA;
}
.BgClassName
{
background-color: #E917EA;
}
</style>
border-color css
<style>
span { border-color: #E917EA; }
span { border-color: rgb(233,23,234); }
td.TdClassName
{
border-color: #E917EA;
}
.TagClassName
{
border-color: #E917EA;
}
</style>