Shades of Psychedelic Purple #E910EA
Tints of Psychedelic Purple #E910EA
RGB
CMYK
RGB Variations
Color information
#E910EA (or 0xE910EA) is known color: Psychedelic Purple. HEX triplet: E9, 10 and EA. RGB value is (233,16,234). Sum of RGB (Red+Green+Blue) = 233+16+234=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #E910EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E910EA is #16EF15. Grayscale: #696969. Windows color (decimal): -1502998 or 15339753. OLE color: 15339753.
HSL color Cylindrical-coordinate representation of color #E910EA: hue angle of 299.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910EA is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 16 | 234 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.08 |
| HSL | 299.72º | 0.87% | 0.49% | - |
| HSV(B) | 299.72º | 0.93% | 0.92% | - |
| XYZ | 48.64 | 23.63 | 79.84 | - |
| YUV | 105.74 | 200.39 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 234 | 0.00 | 0.93 | 0 | 0.08 | 299.72 | 0.87 | 0.49 |
| Hex | E9 | 10 | EA | 0 | 5D | 0 | 8 | 12C | 57 | 31 |
| Octal | 351 | 20 | 352 | 0 | 135 | 0 | 10 | 454 | 127 | 61 |
| Binary | 11101001 | 10000 | 11101010 | 0 | 1011101 | 0 | 1000 | 100101100 | 1010111 | 110001 |
Color Harmonies of #E910EA
Complementary color
Monochromatic Colors of #E910EA
Black with #E910EA
Text Example
Text Example
White with #E910EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910EA; }
p { color: rgb(233,16,234); }
H1.HeaderClassName
{
color: #E910EA;
}
.AnyTagClassName
{
color: #E910EA;
}
</style>
background-color css
<style>
a { background-color: #E910EA; }
a { background-color: rgb(233,16,234); }
div.DivClassName
{
background-color: #E910EA;
}
.BgClassName
{
background-color: #E910EA;
}
</style>
border-color css
<style>
span { border-color: #E910EA; }
span { border-color: rgb(233,16,234); }
td.TdClassName
{
border-color: #E910EA;
}
.TagClassName
{
border-color: #E910EA;
}
</style>