Shades of Psychedelic Purple #E911E4
Tints of Psychedelic Purple #E911E4
RGB
CMYK
RGB Variations
Color information
#E911E4 (or 0xE911E4) is known color: Psychedelic Purple. HEX triplet: E9, 11 and E4. RGB value is (233,17,228). Sum of RGB (Red+Green+Blue) = 233+17+228=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E911E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E911E4 is #16EE1B. Grayscale: #696969. Windows color (decimal): -1502748 or 14946793. OLE color: 14946793.
HSL color Cylindrical-coordinate representation of color #E911E4: hue angle of 301.39º degrees, saturation: 0.86, 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 #E911E4 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 228 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.09 |
| HSL | 301.39º | 0.86% | 0.49% | - |
| HSV(B) | 301.39º | 0.93% | 0.91% | - |
| XYZ | 47.81 | 23.33 | 75.38 | - |
| YUV | 105.64 | 197.06 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 228 | 0 | 0.93 | 0.02 | 0.09 | 301.39 | 0.86 | 0.49 |
| Hex | E9 | 11 | E4 | 0 | 5D | 2 | 9 | 12D | 56 | 31 |
| Octal | 351 | 21 | 344 | 0 | 135 | 2 | 11 | 455 | 126 | 61 |
| Binary | 11101001 | 10001 | 11100100 | 0 | 1011101 | 10 | 1001 | 100101101 | 1010110 | 110001 |
Color Harmonies of #E911E4
Complementary color
Monochromatic Colors of #E911E4
Black with #E911E4
Text Example
Text Example
White with #E911E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E911E4; }
p { color: rgb(233,17,228); }
H1.HeaderClassName
{
color: #E911E4;
}
.AnyTagClassName
{
color: #E911E4;
}
</style>
background-color css
<style>
a { background-color: #E911E4; }
a { background-color: rgb(233,17,228); }
div.DivClassName
{
background-color: #E911E4;
}
.BgClassName
{
background-color: #E911E4;
}
</style>
border-color css
<style>
span { border-color: #E911E4; }
span { border-color: rgb(233,17,228); }
td.TdClassName
{
border-color: #E911E4;
}
.TagClassName
{
border-color: #E911E4;
}
</style>