Shades of Psychedelic Purple #E113E5
Tints of Psychedelic Purple #E113E5
RGB
CMYK
RGB Variations
Color information
#E113E5 (or 0xE113E5) is known color: Psychedelic Purple. HEX triplet: E1, 13 and E5. RGB value is (225,19,229). Sum of RGB (Red+Green+Blue) = 225+19+229=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #E113E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113E5 is #1EEC1A. Grayscale: #676767. Windows color (decimal): -2026523 or 15012833. OLE color: 15012833.
HSL color Cylindrical-coordinate representation of color #E113E5: hue angle of 298.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113E5 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 19 | 229 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.10 |
| HSL | 298.86º | 0.85% | 0.49% | - |
| HSV(B) | 298.86º | 0.92% | 0.9% | - |
| XYZ | 45.43 | 22.13 | 76.01 | - |
| YUV | 104.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 229 | 0.02 | 0.92 | 0 | 0.10 | 298.86 | 0.85 | 0.49 |
| Hex | E1 | 13 | E5 | 2 | 5C | 0 | A | 12B | 55 | 31 |
| Octal | 341 | 23 | 345 | 2 | 134 | 0 | 12 | 453 | 125 | 61 |
| Binary | 11100001 | 10011 | 11100101 | 10 | 1011100 | 0 | 1010 | 100101011 | 1010101 | 110001 |
Color Harmonies of #E113E5
Complementary color
Monochromatic Colors of #E113E5
Black with #E113E5
Text Example
Text Example
White with #E113E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113E5; }
p { color: rgb(225,19,229); }
H1.HeaderClassName
{
color: #E113E5;
}
.AnyTagClassName
{
color: #E113E5;
}
</style>
background-color css
<style>
a { background-color: #E113E5; }
a { background-color: rgb(225,19,229); }
div.DivClassName
{
background-color: #E113E5;
}
.BgClassName
{
background-color: #E113E5;
}
</style>
border-color css
<style>
span { border-color: #E113E5; }
span { border-color: rgb(225,19,229); }
td.TdClassName
{
border-color: #E113E5;
}
.TagClassName
{
border-color: #E113E5;
}
</style>