Shades of Pale Violet Red #E16299
Tints of Pale Violet Red #E16299
RGB
CMYK
RGB Variations
Color information
#E16299 (or 0xE16299) is known color: Pale Violet Red. HEX triplet: E1, 62 and 99. RGB value is (225,98,153). Sum of RGB (Red+Green+Blue) = 225+98+153=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16299 is #1E9D66. Grayscale: #8E8E8E. Windows color (decimal): -2006375 or 10052321. OLE color: 10052321.
HSL color Cylindrical-coordinate representation of color #E16299: hue angle of 334.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16299 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 153 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.12 |
| HSL | 334.02º | 0.68% | 0.63% | - |
| HSV(B) | 334.02º | 0.56% | 0.88% | - |
| XYZ | 41.17 | 27.04 | 33.19 | - |
| YUV | 142.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 153 | 0 | 0.56 | 0.32 | 0.12 | 334.02 | 0.68 | 0.63 |
| Hex | E1 | 62 | 99 | 0 | 38 | 20 | C | 14E | 44 | 3F |
| Octal | 341 | 142 | 231 | 0 | 70 | 40 | 14 | 516 | 104 | 77 |
| Binary | 11100001 | 1100010 | 10011001 | 0 | 111000 | 100000 | 1100 | 101001110 | 1000100 | 111111 |
Color Harmonies of #E16299
Complementary color
Monochromatic Colors of #E16299
Black with #E16299
Text Example
Text Example
White with #E16299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16299; }
p { color: rgb(225,98,153); }
H1.HeaderClassName
{
color: #E16299;
}
.AnyTagClassName
{
color: #E16299;
}
</style>
background-color css
<style>
a { background-color: #E16299; }
a { background-color: rgb(225,98,153); }
div.DivClassName
{
background-color: #E16299;
}
.BgClassName
{
background-color: #E16299;
}
</style>
border-color css
<style>
span { border-color: #E16299; }
span { border-color: rgb(225,98,153); }
td.TdClassName
{
border-color: #E16299;
}
.TagClassName
{
border-color: #E16299;
}
</style>