Shades of Pale Violet Red #EC729B
Tints of Pale Violet Red #EC729B
RGB
CMYK
RGB Variations
Color information
#EC729B (or 0xEC729B) is known color: Pale Violet Red. HEX triplet: EC, 72 and 9B. RGB value is (236,114,155). Sum of RGB (Red+Green+Blue) = 236+114+155=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC729B is #138D64. Grayscale: #9B9B9B. Windows color (decimal): -1281381 or 10187500. OLE color: 10187500.
HSL color Cylindrical-coordinate representation of color #EC729B: hue angle of 339.84º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC729B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 155 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.07 |
| HSL | 339.84º | 0.76% | 0.69% | - |
| HSV(B) | 339.84º | 0.52% | 0.93% | - |
| XYZ | 46.53 | 32.23 | 34.78 | - |
| YUV | 155.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 155 | 0 | 0.52 | 0.34 | 0.07 | 339.84 | 0.76 | 0.69 |
| Hex | EC | 72 | 9B | 0 | 34 | 22 | 7 | 154 | 4C | 45 |
| Octal | 354 | 162 | 233 | 0 | 64 | 42 | 7 | 524 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10011011 | 0 | 110100 | 100010 | 111 | 101010100 | 1001100 | 1000101 |
Color Harmonies of #EC729B
Complementary color
Monochromatic Colors of #EC729B
Black with #EC729B
Text Example
Text Example
White with #EC729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC729B; }
p { color: rgb(236,114,155); }
H1.HeaderClassName
{
color: #EC729B;
}
.AnyTagClassName
{
color: #EC729B;
}
</style>
background-color css
<style>
a { background-color: #EC729B; }
a { background-color: rgb(236,114,155); }
div.DivClassName
{
background-color: #EC729B;
}
.BgClassName
{
background-color: #EC729B;
}
</style>
border-color css
<style>
span { border-color: #EC729B; }
span { border-color: rgb(236,114,155); }
td.TdClassName
{
border-color: #EC729B;
}
.TagClassName
{
border-color: #EC729B;
}
</style>