Shades of Pale Violet Red #E16593
Tints of Pale Violet Red #E16593
RGB
CMYK
RGB Variations
Color information
#E16593 (or 0xE16593) is known color: Pale Violet Red. HEX triplet: E1, 65 and 93. RGB value is (225,101,147). Sum of RGB (Red+Green+Blue) = 225+101+147=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16593 is #1E9A6C. Grayscale: #8F8F8F. Windows color (decimal): -2005613 or 9659873. OLE color: 9659873.
HSL color Cylindrical-coordinate representation of color #E16593: hue angle of 337.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16593 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 147 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.12 |
| HSL | 337.74º | 0.67% | 0.64% | - |
| HSV(B) | 337.74º | 0.55% | 0.88% | - |
| XYZ | 40.97 | 27.42 | 30.74 | - |
| YUV | 143.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 147 | 0 | 0.55 | 0.35 | 0.12 | 337.74 | 0.67 | 0.64 |
| Hex | E1 | 65 | 93 | 0 | 37 | 23 | C | 152 | 43 | 40 |
| Octal | 341 | 145 | 223 | 0 | 67 | 43 | 14 | 522 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10010011 | 0 | 110111 | 100011 | 1100 | 101010010 | 1000011 | 1000000 |
Color Harmonies of #E16593
Complementary color
Monochromatic Colors of #E16593
Black with #E16593
Text Example
Text Example
White with #E16593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16593; }
p { color: rgb(225,101,147); }
H1.HeaderClassName
{
color: #E16593;
}
.AnyTagClassName
{
color: #E16593;
}
</style>
background-color css
<style>
a { background-color: #E16593; }
a { background-color: rgb(225,101,147); }
div.DivClassName
{
background-color: #E16593;
}
.BgClassName
{
background-color: #E16593;
}
</style>
border-color css
<style>
span { border-color: #E16593; }
span { border-color: rgb(225,101,147); }
td.TdClassName
{
border-color: #E16593;
}
.TagClassName
{
border-color: #E16593;
}
</style>