Shades of Persian Rose #EC29AB
Tints of Persian Rose #EC29AB
RGB
CMYK
RGB Variations
Color information
#EC29AB (or 0xEC29AB) is known color: Persian Rose. HEX triplet: EC, 29 and AB. RGB value is (236,41,171). Sum of RGB (Red+Green+Blue) = 236+41+171=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29AB is #13D654. Grayscale: #717171. Windows color (decimal): -1300053 or 11217388. OLE color: 11217388.
HSL color Cylindrical-coordinate representation of color #EC29AB: hue angle of 320º 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 #EC29AB is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 171 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.07 |
| HSL | 320º | 0.84% | 0.54% | - |
| HSV(B) | 320º | 0.83% | 0.93% | - |
| XYZ | 42.74 | 22.36 | 40.59 | - |
| YUV | 114.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 171 | 0 | 0.83 | 0.28 | 0.07 | 320 | 0.84 | 0.54 |
| Hex | EC | 29 | AB | 0 | 53 | 1C | 7 | 140 | 54 | 36 |
| Octal | 354 | 51 | 253 | 0 | 123 | 34 | 7 | 500 | 124 | 66 |
| Binary | 11101100 | 101001 | 10101011 | 0 | 1010011 | 11100 | 111 | 101000000 | 1010100 | 110110 |
Color Harmonies of #EC29AB
Complementary color
Monochromatic Colors of #EC29AB
Black with #EC29AB
Text Example
Text Example
White with #EC29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29AB; }
p { color: rgb(236,41,171); }
H1.HeaderClassName
{
color: #EC29AB;
}
.AnyTagClassName
{
color: #EC29AB;
}
</style>
background-color css
<style>
a { background-color: #EC29AB; }
a { background-color: rgb(236,41,171); }
div.DivClassName
{
background-color: #EC29AB;
}
.BgClassName
{
background-color: #EC29AB;
}
</style>
border-color css
<style>
span { border-color: #EC29AB; }
span { border-color: rgb(236,41,171); }
td.TdClassName
{
border-color: #EC29AB;
}
.TagClassName
{
border-color: #EC29AB;
}
</style>