Shades of Persian Rose #EC2DAD
Tints of Persian Rose #EC2DAD
RGB
CMYK
RGB Variations
Color information
#EC2DAD (or 0xEC2DAD) is known color: Persian Rose. HEX triplet: EC, 2D and AD. RGB value is (236,45,173). Sum of RGB (Red+Green+Blue) = 236+45+173=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2DAD is #13D252. Grayscale: #747474. Windows color (decimal): -1299027 or 11349484. OLE color: 11349484.
HSL color Cylindrical-coordinate representation of color #EC2DAD: hue angle of 319.79º 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 #EC2DAD is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 173 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.07 |
| HSL | 319.79º | 0.83% | 0.55% | - |
| HSV(B) | 319.79º | 0.81% | 0.93% | - |
| XYZ | 43.07 | 22.73 | 41.65 | - |
| YUV | 116.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 173 | 0 | 0.81 | 0.27 | 0.07 | 319.79 | 0.83 | 0.55 |
| Hex | EC | 2D | AD | 0 | 51 | 1B | 7 | 140 | 53 | 37 |
| Octal | 354 | 55 | 255 | 0 | 121 | 33 | 7 | 500 | 123 | 67 |
| Binary | 11101100 | 101101 | 10101101 | 0 | 1010001 | 11011 | 111 | 101000000 | 1010011 | 110111 |
Color Harmonies of #EC2DAD
Complementary color
Monochromatic Colors of #EC2DAD
Black with #EC2DAD
Text Example
Text Example
White with #EC2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DAD; }
p { color: rgb(236,45,173); }
H1.HeaderClassName
{
color: #EC2DAD;
}
.AnyTagClassName
{
color: #EC2DAD;
}
</style>
background-color css
<style>
a { background-color: #EC2DAD; }
a { background-color: rgb(236,45,173); }
div.DivClassName
{
background-color: #EC2DAD;
}
.BgClassName
{
background-color: #EC2DAD;
}
</style>
border-color css
<style>
span { border-color: #EC2DAD; }
span { border-color: rgb(236,45,173); }
td.TdClassName
{
border-color: #EC2DAD;
}
.TagClassName
{
border-color: #EC2DAD;
}
</style>