Shades of Pale Violet Red #E1729C
Tints of Pale Violet Red #E1729C
RGB
CMYK
RGB Variations
Color information
#E1729C (or 0xE1729C) is known color: Pale Violet Red. HEX triplet: E1, 72 and 9C. RGB value is (225,114,156). Sum of RGB (Red+Green+Blue) = 225+114+156=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1729C is #1E8D63. Grayscale: #979797. Windows color (decimal): -2002276 or 10253025. OLE color: 10253025.
HSL color Cylindrical-coordinate representation of color #E1729C: hue angle of 337.3º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1729C is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 156 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.12 |
| HSL | 337.3º | 0.65% | 0.66% | - |
| HSV(B) | 337.3º | 0.49% | 0.88% | - |
| XYZ | 43.07 | 30.44 | 35.06 | - |
| YUV | 151.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 156 | 0 | 0.49 | 0.31 | 0.12 | 337.3 | 0.65 | 0.66 |
| Hex | E1 | 72 | 9C | 0 | 31 | 1F | C | 151 | 41 | 42 |
| Octal | 341 | 162 | 234 | 0 | 61 | 37 | 14 | 521 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10011100 | 0 | 110001 | 11111 | 1100 | 101010001 | 1000001 | 1000010 |
Color Harmonies of #E1729C
Complementary color
Monochromatic Colors of #E1729C
Black with #E1729C
Text Example
Text Example
White with #E1729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1729C; }
p { color: rgb(225,114,156); }
H1.HeaderClassName
{
color: #E1729C;
}
.AnyTagClassName
{
color: #E1729C;
}
</style>
background-color css
<style>
a { background-color: #E1729C; }
a { background-color: rgb(225,114,156); }
div.DivClassName
{
background-color: #E1729C;
}
.BgClassName
{
background-color: #E1729C;
}
</style>
border-color css
<style>
span { border-color: #E1729C; }
span { border-color: rgb(225,114,156); }
td.TdClassName
{
border-color: #E1729C;
}
.TagClassName
{
border-color: #E1729C;
}
</style>