Shades of Pale Violet Red #EC729E
Tints of Pale Violet Red #EC729E
RGB
CMYK
RGB Variations
Color information
#EC729E (or 0xEC729E) is known color: Pale Violet Red. HEX triplet: EC, 72 and 9E. RGB value is (236,114,158). Sum of RGB (Red+Green+Blue) = 236+114+158=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC729E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC729E is #138D61. Grayscale: #9B9B9B. Windows color (decimal): -1281378 or 10384108. OLE color: 10384108.
HSL color Cylindrical-coordinate representation of color #EC729E: hue angle of 338.36º 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 #EC729E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 158 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.07 |
| HSL | 338.36º | 0.76% | 0.69% | - |
| HSV(B) | 338.36º | 0.52% | 0.93% | - |
| XYZ | 46.78 | 32.34 | 36.12 | - |
| YUV | 155.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 158 | 0 | 0.52 | 0.33 | 0.07 | 338.36 | 0.76 | 0.69 |
| Hex | EC | 72 | 9E | 0 | 34 | 21 | 7 | 152 | 4C | 45 |
| Octal | 354 | 162 | 236 | 0 | 64 | 41 | 7 | 522 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10011110 | 0 | 110100 | 100001 | 111 | 101010010 | 1001100 | 1000101 |
Color Harmonies of #EC729E
Complementary color
Monochromatic Colors of #EC729E
Black with #EC729E
Text Example
Text Example
White with #EC729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC729E; }
p { color: rgb(236,114,158); }
H1.HeaderClassName
{
color: #EC729E;
}
.AnyTagClassName
{
color: #EC729E;
}
</style>
background-color css
<style>
a { background-color: #EC729E; }
a { background-color: rgb(236,114,158); }
div.DivClassName
{
background-color: #EC729E;
}
.BgClassName
{
background-color: #EC729E;
}
</style>
border-color css
<style>
span { border-color: #EC729E; }
span { border-color: rgb(236,114,158); }
td.TdClassName
{
border-color: #EC729E;
}
.TagClassName
{
border-color: #EC729E;
}
</style>