Shades of Psychedelic Purple #E913EA
Tints of Psychedelic Purple #E913EA
RGB
CMYK
RGB Variations
Color information
#E913EA (or 0xE913EA) is known color: Psychedelic Purple. HEX triplet: E9, 13 and EA. RGB value is (233,19,234). Sum of RGB (Red+Green+Blue) = 233+19+234=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #E913EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E913EA is #16EC15. Grayscale: #6A6A6A. Windows color (decimal): -1502230 or 15340521. OLE color: 15340521.
HSL color Cylindrical-coordinate representation of color #E913EA: hue angle of 299.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E913EA is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 19 | 234 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.08 |
| HSL | 299.72º | 0.85% | 0.5% | - |
| HSV(B) | 299.72º | 0.92% | 0.92% | - |
| XYZ | 48.69 | 23.73 | 79.86 | - |
| YUV | 107.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 234 | 0.00 | 0.92 | 0 | 0.08 | 299.72 | 0.85 | 0.5 |
| Hex | E9 | 13 | EA | 0 | 5C | 0 | 8 | 12C | 55 | 32 |
| Octal | 351 | 23 | 352 | 0 | 134 | 0 | 10 | 454 | 125 | 62 |
| Binary | 11101001 | 10011 | 11101010 | 0 | 1011100 | 0 | 1000 | 100101100 | 1010101 | 110010 |
Color Harmonies of #E913EA
Complementary color
Monochromatic Colors of #E913EA
Black with #E913EA
Text Example
Text Example
White with #E913EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E913EA; }
p { color: rgb(233,19,234); }
H1.HeaderClassName
{
color: #E913EA;
}
.AnyTagClassName
{
color: #E913EA;
}
</style>
background-color css
<style>
a { background-color: #E913EA; }
a { background-color: rgb(233,19,234); }
div.DivClassName
{
background-color: #E913EA;
}
.BgClassName
{
background-color: #E913EA;
}
</style>
border-color css
<style>
span { border-color: #E913EA; }
span { border-color: rgb(233,19,234); }
td.TdClassName
{
border-color: #E913EA;
}
.TagClassName
{
border-color: #E913EA;
}
</style>