Shades of Psychedelic Purple #E914E4
Tints of Psychedelic Purple #E914E4
RGB
CMYK
RGB Variations
Color information
#E914E4 (or 0xE914E4) is known color: Psychedelic Purple. HEX triplet: E9, 14 and E4. RGB value is (233,20,228). Sum of RGB (Red+Green+Blue) = 233+20+228=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E914E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914E4 is #16EB1B. Grayscale: #6A6A6A. Windows color (decimal): -1501980 or 14947561. OLE color: 14947561.
HSL color Cylindrical-coordinate representation of color #E914E4: hue angle of 301.41º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914E4 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 228 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.09 |
| HSL | 301.41º | 0.84% | 0.5% | - |
| HSV(B) | 301.41º | 0.91% | 0.91% | - |
| XYZ | 47.86 | 23.43 | 75.4 | - |
| YUV | 107.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 228 | 0 | 0.91 | 0.02 | 0.09 | 301.41 | 0.84 | 0.5 |
| Hex | E9 | 14 | E4 | 0 | 5B | 2 | 9 | 12D | 54 | 32 |
| Octal | 351 | 24 | 344 | 0 | 133 | 2 | 11 | 455 | 124 | 62 |
| Binary | 11101001 | 10100 | 11100100 | 0 | 1011011 | 10 | 1001 | 100101101 | 1010100 | 110010 |
Color Harmonies of #E914E4
Complementary color
Monochromatic Colors of #E914E4
Black with #E914E4
Text Example
Text Example
White with #E914E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914E4; }
p { color: rgb(233,20,228); }
H1.HeaderClassName
{
color: #E914E4;
}
.AnyTagClassName
{
color: #E914E4;
}
</style>
background-color css
<style>
a { background-color: #E914E4; }
a { background-color: rgb(233,20,228); }
div.DivClassName
{
background-color: #E914E4;
}
.BgClassName
{
background-color: #E914E4;
}
</style>
border-color css
<style>
span { border-color: #E914E4; }
span { border-color: rgb(233,20,228); }
td.TdClassName
{
border-color: #E914E4;
}
.TagClassName
{
border-color: #E914E4;
}
</style>