Shades of Pale Violet Red #E16A98
Tints of Pale Violet Red #E16A98
RGB
CMYK
RGB Variations
Color information
#E16A98 (or 0xE16A98) is known color: Pale Violet Red. HEX triplet: E1, 6A and 98. RGB value is (225,106,152). Sum of RGB (Red+Green+Blue) = 225+106+152=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A98 is #1E9567. Grayscale: #929292. Windows color (decimal): -2004328 or 9988833. OLE color: 9988833.
HSL color Cylindrical-coordinate representation of color #E16A98: hue angle of 336.81º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16A98 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 152 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.12 |
| HSL | 336.81º | 0.66% | 0.65% | - |
| HSV(B) | 336.81º | 0.53% | 0.88% | - |
| XYZ | 41.87 | 28.58 | 33.02 | - |
| YUV | 146.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 152 | 0 | 0.53 | 0.32 | 0.12 | 336.81 | 0.66 | 0.65 |
| Hex | E1 | 6A | 98 | 0 | 35 | 20 | C | 151 | 42 | 41 |
| Octal | 341 | 152 | 230 | 0 | 65 | 40 | 14 | 521 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10011000 | 0 | 110101 | 100000 | 1100 | 101010001 | 1000010 | 1000001 |
Color Harmonies of #E16A98
Complementary color
Monochromatic Colors of #E16A98
Black with #E16A98
Text Example
Text Example
White with #E16A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A98; }
p { color: rgb(225,106,152); }
H1.HeaderClassName
{
color: #E16A98;
}
.AnyTagClassName
{
color: #E16A98;
}
</style>
background-color css
<style>
a { background-color: #E16A98; }
a { background-color: rgb(225,106,152); }
div.DivClassName
{
background-color: #E16A98;
}
.BgClassName
{
background-color: #E16A98;
}
</style>
border-color css
<style>
span { border-color: #E16A98; }
span { border-color: rgb(225,106,152); }
td.TdClassName
{
border-color: #E16A98;
}
.TagClassName
{
border-color: #E16A98;
}
</style>