Shades of Pale Violet Red #E1749E
Tints of Pale Violet Red #E1749E
RGB
CMYK
RGB Variations
Color information
#E1749E (or 0xE1749E) is known color: Pale Violet Red. HEX triplet: E1, 74 and 9E. RGB value is (225,116,158). Sum of RGB (Red+Green+Blue) = 225+116+158=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1749E is #1E8B61. Grayscale: #999999. Windows color (decimal): -2001762 or 10384609. OLE color: 10384609.
HSL color Cylindrical-coordinate representation of color #E1749E: hue angle of 336.88º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1749E is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 158 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.12 |
| HSL | 336.88º | 0.64% | 0.67% | - |
| HSV(B) | 336.88º | 0.48% | 0.88% | - |
| XYZ | 43.47 | 30.97 | 36.03 | - |
| YUV | 153.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 158 | 0 | 0.48 | 0.30 | 0.12 | 336.88 | 0.64 | 0.67 |
| Hex | E1 | 74 | 9E | 0 | 30 | 1E | C | 151 | 40 | 43 |
| Octal | 341 | 164 | 236 | 0 | 60 | 36 | 14 | 521 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10011110 | 0 | 110000 | 11110 | 1100 | 101010001 | 1000000 | 1000011 |
Color Harmonies of #E1749E
Complementary color
Monochromatic Colors of #E1749E
Black with #E1749E
Text Example
Text Example
White with #E1749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1749E; }
p { color: rgb(225,116,158); }
H1.HeaderClassName
{
color: #E1749E;
}
.AnyTagClassName
{
color: #E1749E;
}
</style>
background-color css
<style>
a { background-color: #E1749E; }
a { background-color: rgb(225,116,158); }
div.DivClassName
{
background-color: #E1749E;
}
.BgClassName
{
background-color: #E1749E;
}
</style>
border-color css
<style>
span { border-color: #E1749E; }
span { border-color: rgb(225,116,158); }
td.TdClassName
{
border-color: #E1749E;
}
.TagClassName
{
border-color: #E1749E;
}
</style>