Shades of Persian Rose #EC2CAD
Tints of Persian Rose #EC2CAD
RGB
CMYK
RGB Variations
Color information
#EC2CAD (or 0xEC2CAD) is known color: Persian Rose. HEX triplet: EC, 2C and AD. RGB value is (236,44,173). Sum of RGB (Red+Green+Blue) = 236+44+173=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2CAD is #13D352. Grayscale: #737373. Windows color (decimal): -1299283 or 11349228. OLE color: 11349228.
HSL color Cylindrical-coordinate representation of color #EC2CAD: hue angle of 319.69º 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 #EC2CAD is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 173 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.07 |
| HSL | 319.69º | 0.83% | 0.55% | - |
| HSV(B) | 319.69º | 0.81% | 0.93% | - |
| XYZ | 43.04 | 22.65 | 41.64 | - |
| YUV | 116.11 | 160.11 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 173 | 0 | 0.81 | 0.27 | 0.07 | 319.69 | 0.83 | 0.55 |
| Hex | EC | 2C | AD | 0 | 51 | 1B | 7 | 140 | 53 | 37 |
| Octal | 354 | 54 | 255 | 0 | 121 | 33 | 7 | 500 | 123 | 67 |
| Binary | 11101100 | 101100 | 10101101 | 0 | 1010001 | 11011 | 111 | 101000000 | 1010011 | 110111 |
Color Harmonies of #EC2CAD
Complementary color
Monochromatic Colors of #EC2CAD
Black with #EC2CAD
Text Example
Text Example
White with #EC2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CAD; }
p { color: rgb(236,44,173); }
H1.HeaderClassName
{
color: #EC2CAD;
}
.AnyTagClassName
{
color: #EC2CAD;
}
</style>
background-color css
<style>
a { background-color: #EC2CAD; }
a { background-color: rgb(236,44,173); }
div.DivClassName
{
background-color: #EC2CAD;
}
.BgClassName
{
background-color: #EC2CAD;
}
</style>
border-color css
<style>
span { border-color: #EC2CAD; }
span { border-color: rgb(236,44,173); }
td.TdClassName
{
border-color: #EC2CAD;
}
.TagClassName
{
border-color: #EC2CAD;
}
</style>