Shades of Psychedelic Purple #E414E4
Tints of Psychedelic Purple #E414E4
RGB
CMYK
RGB Variations
Color information
#E414E4 (or 0xE414E4) is known color: Psychedelic Purple. HEX triplet: E4, 14 and E4. RGB value is (228,20,228). Sum of RGB (Red+Green+Blue) = 228+20+228=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E414E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414E4 is #1BEB1B. Grayscale: #696969. Windows color (decimal): -1829660 or 14947556. OLE color: 14947556.
HSL color Cylindrical-coordinate representation of color #E414E4: hue angle of 300º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414E4 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 228 | - |
| CMYK | 0 | 0.91 | 0 | 0.11 |
| HSL | 300º | 0.84% | 0.49% | - |
| HSV(B) | 300º | 0.91% | 0.89% | - |
| XYZ | 46.25 | 22.6 | 75.32 | - |
| YUV | 105.9 | 196.91 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 228 | 0 | 0.91 | 0 | 0.11 | 300 | 0.84 | 0.49 |
| Hex | E4 | 14 | E4 | 0 | 5B | 0 | B | 12C | 54 | 31 |
| Octal | 344 | 24 | 344 | 0 | 133 | 0 | 13 | 454 | 124 | 61 |
| Binary | 11100100 | 10100 | 11100100 | 0 | 1011011 | 0 | 1011 | 100101100 | 1010100 | 110001 |
Color Harmonies of #E414E4
Complementary color
Monochromatic Colors of #E414E4
Black with #E414E4
Text Example
Text Example
White with #E414E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414E4; }
p { color: rgb(228,20,228); }
H1.HeaderClassName
{
color: #E414E4;
}
.AnyTagClassName
{
color: #E414E4;
}
</style>
background-color css
<style>
a { background-color: #E414E4; }
a { background-color: rgb(228,20,228); }
div.DivClassName
{
background-color: #E414E4;
}
.BgClassName
{
background-color: #E414E4;
}
</style>
border-color css
<style>
span { border-color: #E414E4; }
span { border-color: rgb(228,20,228); }
td.TdClassName
{
border-color: #E414E4;
}
.TagClassName
{
border-color: #E414E4;
}
</style>