Shades of Persian Pink #EC7AB4
Tints of Persian Pink #EC7AB4
RGB
CMYK
RGB Variations
Color information
#EC7AB4 (or 0xEC7AB4) is known color: Persian Pink. HEX triplet: EC, 7A and B4. RGB value is (236,122,180). Sum of RGB (Red+Green+Blue) = 236+122+180=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AB4 is #13854B. Grayscale: #A2A2A2. Windows color (decimal): -1279308 or 11827948. OLE color: 11827948.
HSL color Cylindrical-coordinate representation of color #EC7AB4: hue angle of 329.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AB4 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 180 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.07 |
| HSL | 329.47º | 0.75% | 0.7% | - |
| HSV(B) | 329.47º | 0.48% | 0.93% | - |
| XYZ | 49.79 | 35.05 | 47.32 | - |
| YUV | 162.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 180 | 0 | 0.48 | 0.24 | 0.07 | 329.47 | 0.75 | 0.7 |
| Hex | EC | 7A | B4 | 0 | 30 | 18 | 7 | 149 | 4B | 46 |
| Octal | 354 | 172 | 264 | 0 | 60 | 30 | 7 | 511 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10110100 | 0 | 110000 | 11000 | 111 | 101001001 | 1001011 | 1000110 |
Color Harmonies of #EC7AB4
Complementary color
Monochromatic Colors of #EC7AB4
Black with #EC7AB4
Text Example
Text Example
White with #EC7AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AB4; }
p { color: rgb(236,122,180); }
H1.HeaderClassName
{
color: #EC7AB4;
}
.AnyTagClassName
{
color: #EC7AB4;
}
</style>
background-color css
<style>
a { background-color: #EC7AB4; }
a { background-color: rgb(236,122,180); }
div.DivClassName
{
background-color: #EC7AB4;
}
.BgClassName
{
background-color: #EC7AB4;
}
</style>
border-color css
<style>
span { border-color: #EC7AB4; }
span { border-color: rgb(236,122,180); }
td.TdClassName
{
border-color: #EC7AB4;
}
.TagClassName
{
border-color: #EC7AB4;
}
</style>