Shades of Persian Pink #EC7DBD
Tints of Persian Pink #EC7DBD
RGB
CMYK
RGB Variations
Color information
#EC7DBD (or 0xEC7DBD) is known color: Persian Pink. HEX triplet: EC, 7D and BD. RGB value is (236,125,189). Sum of RGB (Red+Green+Blue) = 236+125+189=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DBD is #138242. Grayscale: #A5A5A5. Windows color (decimal): -1278531 or 12418540. OLE color: 12418540.
HSL color Cylindrical-coordinate representation of color #EC7DBD: hue angle of 325.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DBD is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 189 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.07 |
| HSL | 325.41º | 0.74% | 0.71% | - |
| HSV(B) | 325.41º | 0.47% | 0.93% | - |
| XYZ | 51.11 | 36.17 | 52.43 | - |
| YUV | 165.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 189 | 0 | 0.47 | 0.20 | 0.07 | 325.41 | 0.74 | 0.71 |
| Hex | EC | 7D | BD | 0 | 2F | 14 | 7 | 145 | 4A | 47 |
| Octal | 354 | 175 | 275 | 0 | 57 | 24 | 7 | 505 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10111101 | 0 | 101111 | 10100 | 111 | 101000101 | 1001010 | 1000111 |
Color Harmonies of #EC7DBD
Complementary color
Monochromatic Colors of #EC7DBD
Black with #EC7DBD
Text Example
Text Example
White with #EC7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DBD; }
p { color: rgb(236,125,189); }
H1.HeaderClassName
{
color: #EC7DBD;
}
.AnyTagClassName
{
color: #EC7DBD;
}
</style>
background-color css
<style>
a { background-color: #EC7DBD; }
a { background-color: rgb(236,125,189); }
div.DivClassName
{
background-color: #EC7DBD;
}
.BgClassName
{
background-color: #EC7DBD;
}
</style>
border-color css
<style>
span { border-color: #EC7DBD; }
span { border-color: rgb(236,125,189); }
td.TdClassName
{
border-color: #EC7DBD;
}
.TagClassName
{
border-color: #EC7DBD;
}
</style>