Shades of Persian Rose #EC29A0
Tints of Persian Rose #EC29A0
RGB
CMYK
RGB Variations
Color information
#EC29A0 (or 0xEC29A0) is known color: Persian Rose. HEX triplet: EC, 29 and A0. RGB value is (236,41,160). Sum of RGB (Red+Green+Blue) = 236+41+160=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29A0 is #13D65F. Grayscale: #707070. Windows color (decimal): -1300064 or 10496492. OLE color: 10496492.
HSL color Cylindrical-coordinate representation of color #EC29A0: hue angle of 323.38º 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 #EC29A0 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 160 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.07 |
| HSL | 323.38º | 0.84% | 0.54% | - |
| HSV(B) | 323.38º | 0.83% | 0.93% | - |
| XYZ | 41.73 | 21.96 | 35.3 | - |
| YUV | 112.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 160 | 0 | 0.83 | 0.32 | 0.07 | 323.38 | 0.84 | 0.54 |
| Hex | EC | 29 | A0 | 0 | 53 | 20 | 7 | 143 | 54 | 36 |
| Octal | 354 | 51 | 240 | 0 | 123 | 40 | 7 | 503 | 124 | 66 |
| Binary | 11101100 | 101001 | 10100000 | 0 | 1010011 | 100000 | 111 | 101000011 | 1010100 | 110110 |
Color Harmonies of #EC29A0
Complementary color
Monochromatic Colors of #EC29A0
Black with #EC29A0
Text Example
Text Example
White with #EC29A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29A0; }
p { color: rgb(236,41,160); }
H1.HeaderClassName
{
color: #EC29A0;
}
.AnyTagClassName
{
color: #EC29A0;
}
</style>
background-color css
<style>
a { background-color: #EC29A0; }
a { background-color: rgb(236,41,160); }
div.DivClassName
{
background-color: #EC29A0;
}
.BgClassName
{
background-color: #EC29A0;
}
</style>
border-color css
<style>
span { border-color: #EC29A0; }
span { border-color: rgb(236,41,160); }
td.TdClassName
{
border-color: #EC29A0;
}
.TagClassName
{
border-color: #EC29A0;
}
</style>