Shades of Persian Pink #EC7CB4
Tints of Persian Pink #EC7CB4
RGB
CMYK
RGB Variations
Color information
#EC7CB4 (or 0xEC7CB4) is known color: Persian Pink. HEX triplet: EC, 7C and B4. RGB value is (236,124,180). Sum of RGB (Red+Green+Blue) = 236+124+180=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CB4 is #13834B. Grayscale: #A3A3A3. Windows color (decimal): -1278796 or 11828460. OLE color: 11828460.
HSL color Cylindrical-coordinate representation of color #EC7CB4: hue angle of 330º degrees, saturation: 0.75, 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 #EC7CB4 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 180 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.07 |
| HSL | 330º | 0.75% | 0.71% | - |
| HSV(B) | 330º | 0.47% | 0.93% | - |
| XYZ | 50.04 | 35.54 | 47.4 | - |
| YUV | 163.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 180 | 0 | 0.47 | 0.24 | 0.07 | 330 | 0.75 | 0.71 |
| Hex | EC | 7C | B4 | 0 | 2F | 18 | 7 | 14A | 4B | 47 |
| Octal | 354 | 174 | 264 | 0 | 57 | 30 | 7 | 512 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10110100 | 0 | 101111 | 11000 | 111 | 101001010 | 1001011 | 1000111 |
Color Harmonies of #EC7CB4
Complementary color
Monochromatic Colors of #EC7CB4
Black with #EC7CB4
Text Example
Text Example
White with #EC7CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CB4; }
p { color: rgb(236,124,180); }
H1.HeaderClassName
{
color: #EC7CB4;
}
.AnyTagClassName
{
color: #EC7CB4;
}
</style>
background-color css
<style>
a { background-color: #EC7CB4; }
a { background-color: rgb(236,124,180); }
div.DivClassName
{
background-color: #EC7CB4;
}
.BgClassName
{
background-color: #EC7CB4;
}
</style>
border-color css
<style>
span { border-color: #EC7CB4; }
span { border-color: rgb(236,124,180); }
td.TdClassName
{
border-color: #EC7CB4;
}
.TagClassName
{
border-color: #EC7CB4;
}
</style>