Shades of Persian Rose #EC29AC
Tints of Persian Rose #EC29AC
RGB
CMYK
RGB Variations
Color information
#EC29AC (or 0xEC29AC) is known color: Persian Rose. HEX triplet: EC, 29 and AC. RGB value is (236,41,172). Sum of RGB (Red+Green+Blue) = 236+41+172=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29AC is #13D653. Grayscale: #717171. Windows color (decimal): -1300052 or 11282924. OLE color: 11282924.
HSL color Cylindrical-coordinate representation of color #EC29AC: hue angle of 319.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC29AC is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 172 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.07 |
| HSL | 319.69º | 0.84% | 0.54% | - |
| HSV(B) | 319.69º | 0.83% | 0.93% | - |
| XYZ | 42.83 | 22.4 | 41.1 | - |
| YUV | 114.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 172 | 0 | 0.83 | 0.27 | 0.07 | 319.69 | 0.84 | 0.54 |
| Hex | EC | 29 | AC | 0 | 53 | 1B | 7 | 140 | 54 | 36 |
| Octal | 354 | 51 | 254 | 0 | 123 | 33 | 7 | 500 | 124 | 66 |
| Binary | 11101100 | 101001 | 10101100 | 0 | 1010011 | 11011 | 111 | 101000000 | 1010100 | 110110 |
Color Harmonies of #EC29AC
Complementary color
Monochromatic Colors of #EC29AC
Black with #EC29AC
Text Example
Text Example
White with #EC29AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29AC; }
p { color: rgb(236,41,172); }
H1.HeaderClassName
{
color: #EC29AC;
}
.AnyTagClassName
{
color: #EC29AC;
}
</style>
background-color css
<style>
a { background-color: #EC29AC; }
a { background-color: rgb(236,41,172); }
div.DivClassName
{
background-color: #EC29AC;
}
.BgClassName
{
background-color: #EC29AC;
}
</style>
border-color css
<style>
span { border-color: #EC29AC; }
span { border-color: rgb(236,41,172); }
td.TdClassName
{
border-color: #EC29AC;
}
.TagClassName
{
border-color: #EC29AC;
}
</style>