Shades of Psychedelic Purple #E910E4
Tints of Psychedelic Purple #E910E4
RGB
CMYK
RGB Variations
Color information
#E910E4 (or 0xE910E4) is known color: Psychedelic Purple. HEX triplet: E9, 10 and E4. RGB value is (233,16,228). Sum of RGB (Red+Green+Blue) = 233+16+228=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E910E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E910E4 is #16EF1B. Grayscale: #686868. Windows color (decimal): -1503004 or 14946537. OLE color: 14946537.
HSL color Cylindrical-coordinate representation of color #E910E4: hue angle of 301.38º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910E4 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 228 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.09 |
| HSL | 301.38º | 0.87% | 0.49% | - |
| HSV(B) | 301.38º | 0.93% | 0.91% | - |
| XYZ | 47.79 | 23.3 | 75.38 | - |
| YUV | 105.05 | 197.39 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 228 | 0 | 0.93 | 0.02 | 0.09 | 301.38 | 0.87 | 0.49 |
| Hex | E9 | 10 | E4 | 0 | 5D | 2 | 9 | 12D | 57 | 31 |
| Octal | 351 | 20 | 344 | 0 | 135 | 2 | 11 | 455 | 127 | 61 |
| Binary | 11101001 | 10000 | 11100100 | 0 | 1011101 | 10 | 1001 | 100101101 | 1010111 | 110001 |
Color Harmonies of #E910E4
Complementary color
Monochromatic Colors of #E910E4
Black with #E910E4
Text Example
Text Example
White with #E910E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910E4; }
p { color: rgb(233,16,228); }
H1.HeaderClassName
{
color: #E910E4;
}
.AnyTagClassName
{
color: #E910E4;
}
</style>
background-color css
<style>
a { background-color: #E910E4; }
a { background-color: rgb(233,16,228); }
div.DivClassName
{
background-color: #E910E4;
}
.BgClassName
{
background-color: #E910E4;
}
</style>
border-color css
<style>
span { border-color: #E910E4; }
span { border-color: rgb(233,16,228); }
td.TdClassName
{
border-color: #E910E4;
}
.TagClassName
{
border-color: #E910E4;
}
</style>