Shades of Pale Violet Red #E2729B
Tints of Pale Violet Red #E2729B
RGB
CMYK
RGB Variations
Color information
#E2729B (or 0xE2729B) is known color: Pale Violet Red. HEX triplet: E2, 72 and 9B. RGB value is (226,114,155). Sum of RGB (Red+Green+Blue) = 226+114+155=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2729B is #1D8D64. Grayscale: #989898. Windows color (decimal): -1936741 or 10187490. OLE color: 10187490.
HSL color Cylindrical-coordinate representation of color #E2729B: hue angle of 338.04º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2729B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 155 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.11 |
| HSL | 338.04º | 0.66% | 0.67% | - |
| HSV(B) | 338.04º | 0.5% | 0.89% | - |
| XYZ | 43.3 | 30.57 | 34.63 | - |
| YUV | 152.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 155 | 0 | 0.50 | 0.31 | 0.11 | 338.04 | 0.66 | 0.67 |
| Hex | E2 | 72 | 9B | 0 | 32 | 1F | B | 152 | 42 | 43 |
| Octal | 342 | 162 | 233 | 0 | 62 | 37 | 13 | 522 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10011011 | 0 | 110010 | 11111 | 1011 | 101010010 | 1000010 | 1000011 |
Color Harmonies of #E2729B
Complementary color
Monochromatic Colors of #E2729B
Black with #E2729B
Text Example
Text Example
White with #E2729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2729B; }
p { color: rgb(226,114,155); }
H1.HeaderClassName
{
color: #E2729B;
}
.AnyTagClassName
{
color: #E2729B;
}
</style>
background-color css
<style>
a { background-color: #E2729B; }
a { background-color: rgb(226,114,155); }
div.DivClassName
{
background-color: #E2729B;
}
.BgClassName
{
background-color: #E2729B;
}
</style>
border-color css
<style>
span { border-color: #E2729B; }
span { border-color: rgb(226,114,155); }
td.TdClassName
{
border-color: #E2729B;
}
.TagClassName
{
border-color: #E2729B;
}
</style>