Shades of Psychedelic Purple #E413EE
Tints of Psychedelic Purple #E413EE
RGB
CMYK
RGB Variations
Color information
#E413EE (or 0xE413EE) is known color: Psychedelic Purple. HEX triplet: E4, 13 and EE. RGB value is (228,19,238). Sum of RGB (Red+Green+Blue) = 228+19+238=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #E413EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413EE is #1BEC11. Grayscale: #696969. Windows color (decimal): -1829906 or 15602660. OLE color: 15602660.
HSL color Cylindrical-coordinate representation of color #E413EE: hue angle of 297.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413EE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 19 | 238 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.07 |
| HSL | 297.26º | 0.87% | 0.5% | - |
| HSV(B) | 297.26º | 0.92% | 0.93% | - |
| XYZ | 47.66 | 23.13 | 82.84 | - |
| YUV | 106.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 238 | 0.04 | 0.92 | 0 | 0.07 | 297.26 | 0.87 | 0.5 |
| Hex | E4 | 13 | EE | 4 | 5C | 0 | 7 | 129 | 57 | 32 |
| Octal | 344 | 23 | 356 | 4 | 134 | 0 | 7 | 451 | 127 | 62 |
| Binary | 11100100 | 10011 | 11101110 | 100 | 1011100 | 0 | 111 | 100101001 | 1010111 | 110010 |
Color Harmonies of #E413EE
Complementary color
Monochromatic Colors of #E413EE
Black with #E413EE
Text Example
Text Example
White with #E413EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413EE; }
p { color: rgb(228,19,238); }
H1.HeaderClassName
{
color: #E413EE;
}
.AnyTagClassName
{
color: #E413EE;
}
</style>
background-color css
<style>
a { background-color: #E413EE; }
a { background-color: rgb(228,19,238); }
div.DivClassName
{
background-color: #E413EE;
}
.BgClassName
{
background-color: #E413EE;
}
</style>
border-color css
<style>
span { border-color: #E413EE; }
span { border-color: rgb(228,19,238); }
td.TdClassName
{
border-color: #E413EE;
}
.TagClassName
{
border-color: #E413EE;
}
</style>