Shades of Persian Rose #EC2CA9
Tints of Persian Rose #EC2CA9
RGB
CMYK
RGB Variations
Color information
#EC2CA9 (or 0xEC2CA9) is known color: Persian Rose. HEX triplet: EC, 2C and A9. RGB value is (236,44,169). Sum of RGB (Red+Green+Blue) = 236+44+169=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2CA9 is #13D356. Grayscale: #737373. Windows color (decimal): -1299287 or 11087084. OLE color: 11087084.
HSL color Cylindrical-coordinate representation of color #EC2CA9: hue angle of 320.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2CA9 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 169 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.07 |
| HSL | 320.94º | 0.83% | 0.55% | - |
| HSV(B) | 320.94º | 0.81% | 0.93% | - |
| XYZ | 42.65 | 22.5 | 39.63 | - |
| YUV | 115.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 169 | 0 | 0.81 | 0.28 | 0.07 | 320.94 | 0.83 | 0.55 |
| Hex | EC | 2C | A9 | 0 | 51 | 1C | 7 | 141 | 53 | 37 |
| Octal | 354 | 54 | 251 | 0 | 121 | 34 | 7 | 501 | 123 | 67 |
| Binary | 11101100 | 101100 | 10101001 | 0 | 1010001 | 11100 | 111 | 101000001 | 1010011 | 110111 |
Color Harmonies of #EC2CA9
Complementary color
Monochromatic Colors of #EC2CA9
Black with #EC2CA9
Text Example
Text Example
White with #EC2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CA9; }
p { color: rgb(236,44,169); }
H1.HeaderClassName
{
color: #EC2CA9;
}
.AnyTagClassName
{
color: #EC2CA9;
}
</style>
background-color css
<style>
a { background-color: #EC2CA9; }
a { background-color: rgb(236,44,169); }
div.DivClassName
{
background-color: #EC2CA9;
}
.BgClassName
{
background-color: #EC2CA9;
}
</style>
border-color css
<style>
span { border-color: #EC2CA9; }
span { border-color: rgb(236,44,169); }
td.TdClassName
{
border-color: #EC2CA9;
}
.TagClassName
{
border-color: #EC2CA9;
}
</style>